
/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

html,
body {
    padding: 0;
    margin: 0;
    letter-spacing: 1px;
 font-family: 'Lato', sans-serif;
 background-color: #fff;
}

body a {
    outline: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
}

body a:focus,
a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    letter-spacing: 1px;
	font-family: 'Lato', sans-serif;
  
}
select,input[type="email"],input[type="text"],input[type="password"],input[type="tr"]
input[type="button"],input[type="submit"],textarea{
   font-family: 'Montserrat', sans-serif;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	letter-spacing: 1px;
	font-family: 'Lato', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
}
img.img-responsive {
    width: 100%;
}
p {
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
}


ul {
    margin: 0;
    padding: 0;
	list-style-type: none;
}




.blog-item {
    position: relative;
    overflow: hidden;
    @extned %clearfix;;padding: 20px;
    color: #6d747e;
    text-align: center;
    margin-bottom: 30px;
}

.blog-item a {
    color: #32353a;
}

.blog-item h3 {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
}

.blog-item:hover .blog-bg {
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

span.solid-line {
    width: 60px;
    height: 2px;
    background: #32353a;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.post-button {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 20px;
    background: #eee;
}

.blog-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 8;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.blog-blue {
    background: url("../img/blog-blue.jpg");
}

.blog-pink {
    background: url("../img/blog-pink.jpg");
}

.blog-green {
    background: url("../img/blog-green.jpg");
}

.post-1 {
    -moz-animation-delay: 2.3s;
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
}

.post-2 {
    -moz-animation-delay: 2.8s;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

.post-3 {
    -moz-animation-delay: 3.3s;
    -webkit-animation-delay: 3.3s;
    animation-delay: 3.3s;
}

.blog-content {
    position: relative;
    z-index: 9;
    background: #fff;
    padding: 60px 30px;
}

.blog-content p {
    line-height: 1.75em;
    margin-bottom: 35px;
}

.blog-header {
    margin-bottom: 90px;
}

.blog-header h2 {
    font-size: 36px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 100;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.blog-header p {
    font-size: 17px;
    line-height: 1.75em;
    margin-bottom: 35px;
    -moz-animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.blog-button {
    background: #d5b14f;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    padding: 12px 20px;
    color: #fff !important;
    -moz-animation-delay: 1.9s;
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
}













.row{margin:0px;}
/*-- //Reset-Code --*/
.clr {
    color: #fff;
}
.lft{    text-align: left;}
.rigt{    text-align: right;}
/*-- header --*/
/*-- banner --*/
/*--search--*/
.cd-main-header {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-main-header {
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
	-webkit-transform: translateX(-260px);
	-moz-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	transform: translateX(-260px);
}
.nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
	-webkit-transform: translateX(260px);
	-moz-transform: translateX(260px);
	-ms-transform: translateX(260px);
	-o-transform: translateX(260px);
	transform: translateX(260px);
}
.cd-header-buttons {
    position: absolute;
    display: inline-block;
    top: 0px;
    right: 0%;
}
.cd-header-buttons li {
	display: inline-block;
}
.cd-search-trigger, .cd-nav-trigger {
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
	z-index: 3;
}
.cd-search-trigger::before, .cd-search-trigger::after {
	/* search icon */
	content: '';
	position: absolute;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.cd-search-trigger::before {
	/* lens */
	top: 11px;
	left: 11px;
	width: 18px;
	height: 18px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #fff;
}
.cd-search-trigger::after {
	/* handle */
	height: 3px;
	width: 8px;
	background: #fff;
	bottom: 14px;
	right: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-search-trigger span {
	/* container for the X icon */
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.cd-search-trigger span::before, .cd-search-trigger span::after {
	/* close icon */
	content: '';
	position: absolute;
	display: inline-block;
	height: 3px;
	width: 22px;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	margin-left: -11px;
	background: #fff;
	opacity: 0;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}
.cd-search-trigger span::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-search-trigger span::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
	/* hide search icon */
	-moz-opacity: 0;
	opacity: 0;
}
.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
	/* show close icon */
	-moz-opacity: 1;
	opacity: 1;
}
.cd-search-trigger.search-is-visible span::before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.cd-search-trigger.search-is-visible span::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cd-search {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-search input {
    border-radius: 0;
    border: none;
    background:#212121;
    width: 100%;
    padding: 0 5%;
	-webkit-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    font-size: 1em;
    padding: 1em 2em;
	color: #fff;
}
.cd-search input::-webkit-input-placeholder {
	color: #fff !important;
}
.cd-search input::-moz-placeholder {
	color: #fff !important;
}
.cd-search input:-moz-placeholder {
	color: #fff !important;
}
.cd-search input:-ms-input-placeholder {
	color: #fff !important;
}
.cd-search input:focus {
	outline: none;
}
.cd-search.is-visible {
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
/*--//search--*/
.center-container {
    padding: 2em 0 48em;
    background: rgba(0, 0, 0, 0.44);
}
/*-- nav --*/
ul.navbar-nav {
    padding: 0px 0;
}
/*-- nav --*/
h1 a.navbar-brand {
    padding-top: 0px;
    font-size: 43px;
    color: #085F9E  !important;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 2px;
    padding-bottom: 0;
    margin-right: 0;
	font-family: 'Lato', sans-serif;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0px 15px;
	padding: 0px 0px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

nav.navbar.navbar-toggleable-md.navbar-light {
    padding:0em;
    background: rgba(255, 255, 255, 0);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color:#085F9E ;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.open, 
.navbar-light .navbar-nav .open>.nav-link {
    color: #085F9E ;
}
.navbar {
    padding: 0;
}
/*-- //nav --*/
/*-- //header --*/
.banner1{
	 background: url(../images/bg.jpg)no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height:350px;
} 
/*--/banner --*/
.main_section_agile{
    background: url(../images/bg.jpg)no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height:800px;
}
/*--- slider-css --*/
.w3-banner {
    padding: 14em 0 0;
    text-align: center;
}
#typer {
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    font-size: 3em !important;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
.w3-banner p {
    width: 60%;
    font-size: 16px;
    letter-spacing: 2px;
    color: #fff;
    line-height: 30px;
}
/*--//banner --*/
/*-- cards --*/
h5.card-title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 1em;
    color: #085F9E ;
}
p.card-text {
    color: #777;
    font-size: 15px;
    line-height: 1.8em;
    letter-spacing: 1px;
}
.w3ls-card {
    padding: 25px;
    background-color: #FFF;
    border: 1px solid #E5E5E5;
    border-top: 0;
    border-radius: 0 0 5px 5px;
}
a.blog-btn01 {
    background: #f70505 ;
    font-size: 15px;
    padding: 0.5em 1.5em;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 3px;
    display: inline-block;
}
a.blog-btn {
    background: #085F9E ;
    font-size: 15px;
    padding: 0.5em 1.5em;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 3px;
    display: inline-block;
}
p.tit {
    font-size: 15px;
    color: #777;
    line-height: 2em;
    width: 70%;
}
/*-- //cards --*/
h3.tittle,h2.tittle {
    font-size: 2.8em;
    color: #000000;
    font-weight: 600;
    letter-spacing: 2px;
}
/*-- stats --*/
/*-- services --*/
.agileits-services {
    background: url(../images/bg2.jpg)no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.wthree-heading h4 {
    font-size: 23px;
    color: #333;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.8em;
}
.wthree-ser{
    padding:0;
}
.wthree-ser i {
    font-size: 40px;
    color: #085F9E ;
    text-align: center;
}
a.w3-buttons {
    color: #fff;
    padding: 12px 34px;
    background: #000;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 40px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.ser-tp  {
    padding: 30px;
	background:#fff;
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.ser-tp:hover{
    -webkit-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.18);
    box-shadow:0px 1px 4px 1px rgba(0, 0, 0, 0.18);
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.agileits-services-row-2{
    margin-top:40px;
}
.ser-tp p {
    color: #777;
    line-height: 1.8em;
    font-size: 15px;
}
.agileits-services-grids a.w3-buttons:hover, .agileits-services-row-2 .agileits-services-grids a.w3-buttons:hover {
    background:#56d25b;
     -webkit-transition: 0.5s all;
     -moz-transition: 0.5s all;
     -o-transition: 0.5s all;
     -ms-transition: 0.5s all;
     transition: 0.5s all;
 }
/*-- //services --*/
h4.card-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 1em;
    color: #085F9E ;
}
h3.subheading-w3-agile {
    font-size: 40px;
    margin-bottom: 1em;
    color: #000;
}
.stat-grids p {
    font-size: 2em;
    letter-spacing: 3px;
    color: #085F9E;
}
.stat-grids h3 {
    font-size: 1.3em;
    color: #000 ;
    letter-spacing: 1px;
    font-weight: 700;
    margin-top: 5px;
}
.carousel-indicators {
    bottom: -65px;
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
	cursor:pointer;
}
}
.stat-grids:nth-child(1),
.stat-grids:nth-child(2) {
	margin-bottom: 1.5em;
}
.about-left {
    padding: 0;
}
/*--//stats --*/
/* middle section */

.middle-w3l {
    background: url(../images/bg1.jpg)no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.middle-w3l h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.middle-w3l p {
    color: #ececec;
    max-width: 600px;
}
/* testimonials */

.carousel-indicators .active {
    background: #085F9E ;
}

.content {
    margin-top: 20px;
}

.adjust1 {
    float: left;
    width: 100%;
    margin-bottom: 0;
    border: none;
}

.adjust2 {
    margin: 0;
}

.carousel-indicators li {
    border: 1px solid #085F9E ;
}

.carousel-control {
    color: #fff;
    bottom: 0;
}

.carousel-control:hover,
.carousel-control:focus {
    color: #fff;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.media-object {
    margin: auto;
    margin-top: 1em;
    border-radius: 50%;
}
.adjust1 {
    margin-left: 1px;
    margin-bottom: 2px;
    border: 0;
    border-top: 1px solid #EEE;
    box-shadow: 0 1px 1px 0 rgba(10,16,34,.2);
	padding: 20px;
	border-radius: 5px;
    background-color: #FFF;
}
@media screen and (max-width: 768px) {
    .media-object {
        margin-top: 0;
    }
}


/* //testimonials */

p.Lor {
    font-size: 15px;
    color: #777;
    line-height: 1.8em;
}
/*-- testimonials --*/
.about-right h4 {
    font-size: 24px;
    font-weight: 600;
    color:#131212;
}
.testi-text {
    position: relative;
}
.fone {
    margin-top: 30px;
}
.carousel-control .active {
    background: #31708f;
}

.testi-text p {
    color: #777;
    line-height: 2em;
    text-align: left;
	font-size:15px;
}

.testi-left .carousel-control.left,
.testi-left .carousel-control.right {
    width: 19px;
    height: 19px;
}

.testi-text1:before {
    border-left: 10px solid #ad1a0a;
    border-right: none !important;
    left: auto !important;
    right: -3% !important;
}
.testi-text h4 {
    font-size: 1.3em;
    color: #085F9E ;
    line-height: 1.5em;
    font-weight: 500;
    text-align: right;
}

.caption.testi-text span {
    font-size: 1.2em;
    margin-right: 10px;
    color: #777;
}

.testi-text h4 span {
    color: #777;
    display: inline-block;
    background: #919191;
    width: 44px;
    height: 1px;
    margin: 6px;
}

.testi-left {
    width: 89%;
    margin: 0 auto;
    position: relative;
}
/*-- //testimonials --*/
.modal-body p {
    font-size: 15px;
    color: #777;
    line-height: 1.8em;
    padding: 20px 0;
}
h4.modal-title {
    font-size: 24px;
    color: #085F9E;
    font-weight: 600;
    letter-spacing: 2px;
}
/*--Typography--*/
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}
.show-grid [class^=col-] {
    background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
	color: #999;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}
.label {
	font-weight: 300 !important;
	border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
    margin-bottom: 1em;
    color: #085F9E;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 2px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 0;
}
.badge-primary {
	background-color: #03a9f4;
}
.badge-success {
	background-color: #fb5710;
}
.badge-warning {
	background-color: #ffc107;
}
.badge-danger {
	background-color: #e51c23;
}
.grid_3 p{
	line-height: 2em;
	color: #888;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: 300;
}
.bs-docs-example {
	margin: 1em 0;
}
section#tables  p {
	margin-top: 1em;
}
.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.9em;
	color: #999;
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.label {
	font-weight: 300 !important;
}
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}
.alert {
	font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:2em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
	line-height: 2.5em;
}
.input-group {
	margin-bottom: 20px;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
@media (max-width:768px){
.grid_5 {
	padding: 0 0 1em;
}
.grid_3 {
	margin-bottom: 0em;
}
}
@media (max-width:640px){
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: .5em;
}
.progress {
	height: 10px;
	margin-bottom: 10px;
}
ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
	font-size: 14px;
}
.breadcrumb {
	margin-bottom: 25px;
}
.well {
	font-size: 14px;
	margin-bottom: 10px;
}
h2.typoh2 {
	font-size: 1.5em;
}
.label {
	font-size: 60%;
}
.in-gp-tl {
	padding: 0 1em;
}
.in-gp-tb {
	padding-right: 1em;
}
}
@media (max-width:480px){
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	font-size: 1.2em;
}
.table h1 {
	font-size: 26px;
}
.table h2 {
	font-size: 23px;
	}
.table h3 {
	font-size: 20px;
}
.label {
	font-size: 53%;
}
.alert,p {
	font-size: 14px;
}
.pagination {
	margin: 20px 0 0px;
}
.grid_3.grid_4.w3layouts {
	margin-top: 25px;
}
}
@media (max-width: 320px){
.grid_4 {
	margin-top: 18px;
}
h3.title {
	font-size: 1.6em;
}
.alert {
	padding: 10px;
	margin-bottom: 10px;
}
ul.pagination li a {
	font-size: 14px;
	padding: 5px 11px;
}
.list-group {
	margin-bottom: 10px;
}
.well {
	padding: 10px;
}
.nav > li > a {
	font-size: 14px;
}
table.table.table-striped,.table-bordered,.bs-docs-example {
		display: none;
}
}
/*-- //typography --*/
.form-group.row {
    margin-bottom: 1rem;
}
.bd-example {
    padding: 2em;
    border: 1px solid #eee;
    margin-bottom: 2em;
}

/*--footer--*/

footer {
	background-color: #0e0f10;
}

footer h3{
	font-size: 1.5em;
	color: #ffffff;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

footer p {
    color: #bfbfbf;
    font-size: 15px;
    line-height: 1.8em;
}
footer ul li {
    display: block;
    color: #bfbfbf;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8em;
    margin: 0.7em 0;
}

footer-list i {
	padding-right: 10px;
	color: #ffa41f;
}

footer ul li a {
	color: #bfbfbf;
	font-size: 13px;
	font-weight: 600;
	display: block;
	padding: 5px 0px;
	text-decoration: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

footer ul li a:hover {
	color: #ffa41f;
}

footer ul li.hd {
	color: #085F9E ;
}

.newsletter .email {
	background-color: #F4F4F4;
	border: none;
}

.flickr-grid {
	float: left;
	width: 32%;
	margin: 0 0.1em .2em;
}

.flickr-grid a img {
	width: 100%;
	padding: 0.3em;
	border: 1px solid #333333;
}

.newsletter .email {
	outline: none;
	padding: 13px 15px;
	color: #fff;
	font-size: 14px;
	width: 80%;
	background: rgba(0, 0, 0, 0.22);
	border: 1px solid #2d2d2d;
}

.newsletter {
	position: relative;
	margin-top: 2em;
}

button.btn1 {
	color: #fff;
	border: none;
	padding: 12px 0;
	text-align: center;
	text-decoration: none;
	background: #085F9E ;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	float: right;
	cursor: pointer;
	width: 20%;
}

/*--//footer--*/

/*--/copyright--*/

.copyright ul li {
	display: inline-block;
	padding: 0 10px;
}

a.facebook {
	color: #fff;
	font-size: 16px;
}

a.facebook:hover {
	color: #085F9E ;
}

.copyrighttop {
	float: right;
}

.copyrightbottom {
	float: left;
}

.copyright {
	background: #141415;
	color: #fff;
	border-top: 1px solid rgba(25, 24, 24, 0.58);
}

.copyrightbottom p {
	color: #fff;
	letter-spacing: 1px;
	font-size: 15px;
	line-height: 28px;
}

.copyrightbottom a {
	color: #085F9E ;
	text-decoration: none;
}

.copyrightbottom a:hover {
	color: #fff;
}

.copyrighttop h4 {
	font-size: 0.95em;
}
/*--gallery--*/
.gallery-grids {
	padding:5px;
}
.gallery-box {
    display: block;
    overflow: hidden;
    width: 100%;
	transition: .3s;
	-webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
}
.gallery-box img{
    max-width: inherit;
}
/*--image-zoom--*/
img.zoom-img {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -ms-transition-duration: .5s;
    -o-transition-duration: .5s;
}
img.zoom-img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transition-timing-function: ease-in-out;
    -webkit-transition-duration: 750ms;
    -moz-transition-timing-function: ease-in-out;
    -moz-transition-duration: 750ms;
    -ms-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    overflow: hidden;
}
/*--//image-zoom--*/
/*--//gallery--*/
/*--/contact--*/
.address-left {
	width: 80px;
    height: 80px;
    text-align: center;
    background:#085F9E;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}
.address-grid-wthree-agileits {
	text-align: center;
    margin: 0 auto;
}
.address-grid-wthree-agileits span {
    font-size: 1.7em;
    color: #fff;
    margin-top: 27px;
}

.address-right {
	margin-top:1.2em;
}
.address-right h6 {
    font-size: 1.1em;
    margin-bottom: 0.5em;
}
.contact_grid_right {
    width: 100%;
}
.contact_grid_right input[type="text"],
.contact_grid_right input[type="email"],
.contact_grid_right input[type="password"],
.contact_grid_right textarea {
    outline: none;
    padding: 15px 15px;
    font-size: 14px;
    color: #777;
    background: #f7f7f7;
    width: 100%;
    letter-spacing: 1px;
    border: 1px solid #ebeeef;
    margin-top: 1em;
}

.contact_grid_right input[type="text"]:nth-child(2),
.contact_grid_right input[type="email"] {
    margin: 1em 0 0;
}

.contact_grid_right textarea {
    min-height: 150px;
    margin: 1em 0em;
    resize: none;
}

.contact_grid_right input[type="submit"],
.contact_grid_right input[type="reset"] {
    outline: none;
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
	background: #0e0f10;
	width: 22%;
    border: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
	font-weight:600;
	cursor: pointer;
}

.contact_grid_right input[type="submit"],
.contact_grid_right input[type="reset"]:hover {
    background-color: #085F9E;
}

.contact-left h4 {
    color: #444;
    font-size: 1em;
    margin-bottom: .5em;
    letter-spacing: 1px;
    font-weight: 700;
}

.contact-left p {
    font-size: 1em;
    letter-spacing: 1px;
}

.contact-text a {
    color: #888;
}

.contact-text a:hover {
    color: #fb383b;
}

.contact_grid_right h6, .contact-left h6 {
    font-size: 1.2em;
    color: #085F9E;
    margin-bottom: 1.5em;
    letter-spacing: 1px;
    font-weight: 600;
}
.contact-map {
    width: 100%;
}

.contact-map iframe {
    width: 100%;
    height:300px;
}
.address.row {
    width: 100%;
}
.address-right a {
    color: #777;
}
.address-right p {
    color: #777;
}
/*-- //contact--*/

/*--responsive--*/

@media(max-width:1080px) {
	.input {
		max-width: 309px;
		width: calc(100% - 0em);
		vertical-align: top;
		float: left;
	}
}

@media(max-width:991px) {
	.contact_grids_info {
		padding: 0;
		margin-top: 1em;
	}
	.input {
		max-width: 100%;
	}
	span.input.input--chisato:nth-child(2) {
		margin: 0;
	}
	.map iframe {
		width: 100%;
		min-height: 303px;
	}
}

@media(max-width:640px) {
	.mail_form input[type="submit"] {
		width: 40%;
	}
	.mail_form textarea {
		padding: .9em 0.9em;
		margin: 1.3em 0;
		min-height: 140px;
	}
}

@media(max-width:600px) {
	.map iframe {
		width: 100%;
		min-height: 250px;
	}
}
/*-- //contact --*/
/*-- team --*/

.team-grids img {
	margin: 0 auto;
	width: inherit;
	width: 100%;
}

.team-grids {
	position: relative;
	overflow: hidden;
}

.team-grids h4 {
    font-size: 1.1em;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
}
.team-grids h6{
    font-size: 0.9em;
    font-weight: 400;
    color: #085F9E;
    letter-spacing: 1px;
    margin: 1em 0;
}
.caption p {
	font-size: 15px;
	color: #76daff;
	letter-spacing: .6px;
	margin: 4px 0 11px;
}
.testi-text p {
    color: #777;
    font-size: 15px;
}
.social-icons-section a {
    color: #636c72;
}
.social-icons-section a:hover {
    color: #76daff;
}
.team-info {
    position: absolute;
    bottom: -227px;
    margin: 0;
    left: 15px;
    background: rgb(17, 18, 19);
    border-top:4px solid #085F9E;
    padding: 1em;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
    width: 90%;
    text-align: center;
}

.team-grids:hover div.team-info {
	bottom: 0px;
}

.team-grids:hover {
	border-color: #76daff;
}
.social-icons-section {
    margin-top: 0.5em;
}
.caption {
	padding: 0px;
}
.team-info .social-icons-section a {
	margin: 0em .5em;
}

.team-grids img {
    width: 100%;
}

/*-- //team --*/
.banner_bottom_left h4 {
    font-size: 1.5em;
    color: #3c3c3c;
    letter-spacing: 1px;
    position: relative;
    font-weight: 600;
    line-height: 1.6em;
    margin-bottom: 1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.banner_bottom_left p {
    margin-bottom: 1em;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 1.8em;
    color: #777;
}
/*-- /responsive --*/
@media(max-width:1080px){
    .team-grids h4 {
        font-size: 1em;
    }
    .team-info {
		width: 88%;
	}
}
@media(max-width:991px){
    .team-grids h4 {
        font-size:0.9em;
    }
    .team-info {
        width: 84%;
    }
}
@media(max-width:767px){

    .team-grids {
        margin: 1em 0;
    }
    .team-info {
    width: 88%;
}
}
@media(max-width:568px){
.team-info {
    width: 94%;
}
}
@media(max-width:480px){
.team-info {
    width: 93%;
}
}
@media(max-width:414px){
.team-info {
    width: 92%;
}
}
@media(max-width:375px){
.team-info {
    width: 90%;
}
}
@media(max-width:320px){
.team-info {
    width: 89%;
}
}
/*-- //responsive --*/
/*-- //team --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 24px;
	right: 1%;
	overflow: hidden;
	z-index: 999; 
    width: 64px;
    height: 64px;
	border: none;
	text-indent: 100%;
	background: url("../images/arrow.png") no-repeat 0px 0px;
}
#toTopHover {
    width: 64px;
    height: 64px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/

/*--responsive--*/
@media(max-width:1920px){
	
}
@media(max-width:1680px){
	
}
@media(max-width:1600px){
	
}
@media(max-width:1440px){
}
@media(max-width:1366px){
}
@media(max-width:1280px){
}
@media(max-width:1080px){
.banner1 {
    min-height: 300px;
}
p.tit {
    width: 100%;
}
.w3-banner p {
    width: 92%;
}
.main_section_agile {
    min-height: 580px;
}
.w3-banner {
    padding: 10em 0 0;
}
#typer {
    font-size: 2.5em !important;
}
}
@media(max-width:1050px){

}
@media(max-width:1024px){	
}
@media(max-width:991px){
div#navbarSupportedContent {
    position: absolute;
    width: 97%;
    left: 0px;
    top: 49px;
    z-index: 999;
    background: #000000;
}
ul.navbar-nav {
    width: 100%;
    left: 0px;
    text-align: center;
	padding: 1em 0em;
}	
li.nav-item {
    margin: 10px 0px;
}
.navbar-light .navbar-toggler {
    border-color:#085F9E ;
    background:#085F9E ;
    padding: 2px 6px;
    margin-top: 5px;
    outline: none;
    margin-right: 0px;
	z-index: 9999;
	cursor: pointer;
    border-radius: 0px;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.navbar-light .navbar-toggler:hover {
    background:#085F9E ;
}
.dropdown-menu.show {
    text-align: center;
    background: #000;
}
.dropdown-item {
    color: #ffffff;
}
.dropdown-divider {
    background-color: #000000;
}
.dropdown-item:focus, .dropdown-item:hover {
   color: #085F9E;
    text-decoration: none;
    background-color: #000000;
}
.dropdown-item.active, .dropdown-item:active {
    color: #085F9E;
    text-decoration: none;
    background-color: #000000;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.agile_banner_text_info h3 {
    font-size: 3em;
    letter-spacing: 2px;
}
.agile_banner_text_info p {
    width: 90%;
}
  .agile_banner_text_info {
        top: 37%;
    }
.rslides_tabs {
    bottom: -1%;
}
.w3l_header {
    font-size: 2.7em;
}
.wthree_head_section p {
    width: 100%;
}
.w3-services-left-grid {
    text-align: center;
    margin-bottom: 2em;
}
.ser-lef-agile:nth-child(1) {
    margin: 1em 0;
}
.stat-grids p {
    font-size: 3em;
}
.n-left h6 {
    font-size: 1.8em;
}
.dropdown-divider {
    margin: 0rem 0;
    border-top: 1px solid #000000;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #fff;
}
.footer-grid:nth-child(1),.footer-grid:nth-child(2),.footer-grid:nth-child(3){
	margin-bottom:1.5em;
}
.copyrightbottom {
    width: 100%;
    margin-top: 1em;
}
.copyrighttop {
    width: 100%;
    text-align: center;
}
h3.tittle,h2.tittle {
    font-size: 2.5em;
}
.banner_bottom_left h4 {
    font-size: 1.3em;
	    line-height: 0.6em;
}
.middle-w3l h2 {
    font-size: 30px;
}
#typer {
    font-size: 2.2em !important;
}
.w3-banner {
    padding: 9em 0 0;
}
.main_section_agile {
    min-height: 550px;
}
h5.card-title {
    font-size: 20px;
    letter-spacing: 1px;
}
.wthree-heading h4 {
    font-size: 20px;
}
.testi-left {
    width: 100%;
    margin: 3em auto 0;
}
}
@media(max-width:900px) {
}
@media(max-width:800px){
.navbar-light .navbar-nav .nav-link {
    font-size: 14px;
}
}
@media(max-width:768px){
.banner1 {
    min-height: 270px;
}
#typer {
    font-size: 1.8em !important;
}
.main_section_agile {
    min-height: 500px;
}
.w3-banner {
    padding: 8em 0 0;
}
}
@media(max-width:736px){
.n-left h6 {
    margin-bottom: 0.5em;
}
.banner_bottom_left {
    margin-top: 1.5em;
}
h5.card-title {
    font-size: 18px;
}
.w3ls-card {
    padding: 12px;
}
a.blog-btn {
    font-size: 14px;
}
.agileits-services-grids:nth-child(2){
	margin:1.5em 0;
}
.agileits-services-row-2 {
    margin-top: 1.5em;
}
h4.card-title {
    font-size: 17px;
}
#typer {
    font-size: 1.7em !important;
}
}
@media(max-width:667px){
	#typer {
    font-size: 1.5em !important;
}
.w3-banner p {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 28px;
}
.main_section_agile {
    min-height: 450px;
}
.w3-banner {
    padding: 7em 0 0;
}
}
@media(max-width:640px){
.banner1 {
    min-height: 240px;
}
.agile_banner_text_info {
    top: 38%;
}
.agile_banner_text_info h3 {
    font-size: 2.5em;
}
}
@media(max-width:600px){
h1 a.navbar-brand {
    font-size: 40px;
}
}
@media(max-width:568px){
.banner1 {
    min-height: 210px;
}
.main_section_agile {
    min-height: 410px;
}
.w3-banner {
    padding: 6em 0 0;
}
}
@media(max-width:480px){
.w3l_header {
    font-size: 2.3em;
	letter-spacing:0px;
}
.copyrightbottom p {
    text-align: center;
}
h3.tittle,h2.tittle {
    font-size: 2.2em;
}
h1 a.navbar-brand {
    font-size: 38px;
}
.contact_grid_right input[type="submit"], .contact_grid_right input[type="reset"] {
    padding: 14px 0;
    width: 37%;
}
#typer {
    font-size: 1.4em !important;
}
.main_section_agile {
    min-height: 390px;
}
.w3-banner {
    padding: 5em 0 0;
}
}
@media(max-width:440px){
	#typer {
    font-size: 1.2em !important;
}
.main_section_agile {
	background: url(../images/bg.jpg)no-repeat -280px 0px;
    min-height: 370px;
}
.w3-banner {
    padding: 4em 0px 0px;
}
}
@media(max-width:414px){
.banner1 {
    min-height: 180px;
}
a.navbar-brand span {
    padding-left: 0.1em;
    margin-left: 0.1em;
}
}
@media(max-width:384px){
	h1 a.navbar-brand {
    font-size: 31px;
}
.middle-w3l h2 {
    font-size: 27px;
}
.w3-banner p {
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 25px;
}
#typer {
    letter-spacing: 1px;
}
.about-right h4 {
    font-size: 22px;
}
}
@media(max-width:375px){
	.banner_bottom_left h4 {
    font-size: 1.2em;
}
}
@media(max-width:320px){
.banner1 {
    min-height: 150px;
}
h1 a.navbar-brand {
    font-size: 30px;
	letter-spacing:1px;
}
.navbar-toggler-right {
    right: 0rem !important;
}
h3.tittle,h2.tittle {
    font-size: 1.8em;
}
p.tit {
    line-height: 1.8em;
}
.contact_grid_right h6, .contact-left h6 {
    margin-bottom: 0.5em;
}
.copyright ul li {
    padding: 0 6px;
}
footer h3 {
    font-size: 1.4em;
}
.banner_bottom_left h4 {
    font-size: 1em;
}
.middle-w3l h2 {
    font-size: 21px;
}
#typer {
    font-size: 1em !important;
}
.main_section_agile {
    min-height: 330px;
	background: url(../images/bg.jpg)no-repeat -380px 0px;
}
.w3-banner {
    padding: 3em 0px 0px;
}
.wthree-heading h4 {
    font-size: 19px;
}
.about-right h4 {
    font-size: 18px;
}
}
/*--//responsive--*/


/* === Modernes Dropdown-Menü === */
.navbar .dropdown-menu{
  min-width: 320px;
  padding: 10px;
  margin-top: 12px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 14px;
  background: rgba(10, 12, 16, 0.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 18px 45px rgba(0,0,0,.55);
}

/* Items */
.navbar .dropdown-item{
  color: rgba(255,255,255,.92);
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  letter-spacing: .2px;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus{
  color: #fff;
  background: rgba(8,95,158,.22); /* passt zu deinem #085F9E */
  transform: translateX(2px);
  outline: none;
}

/* Divider */
.navbar .dropdown-divider{
  margin: 8px 6px;
  border-top: 1px solid rgba(255,255,255,.10);
}

/* Überschriften im Dropdown (optional, wenn du dropdown-header nutzt) */
.navbar .dropdown-header{
  padding: 8px 12px 6px;
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.55);
}

/* Dropdown Pfeil/Icon etwas ruhiger */
.navbar .dropdown-toggle::after{
  margin-left: .55rem;
  opacity: .8;
}

/* Optional: rechts ausrichten (wenn du dropdown-menu-right setzt) */
.dropdown-menu-right{
  right: 0;
  left: auto;
}

#friendsToggle{
  position: fixed;
  right: 0;
  top: 180px;
  z-index: 9999;
  padding: 10px 12px;
  background: rgba(0,0,0,0.6);
  color: #fff;
  cursor: pointer;
  border-radius: 8px 0 0 8px;
  font-weight: 600;
}

#friendsSidebar{
  position: fixed;
  top: 120px;
  right: -320px;
  width: 320px;
  height: 70vh;
  z-index: 9998;
  background: #ffffff;
  border-left: 1px solid #e5e5e5;
  box-shadow: -10px 0 25px rgba(0,0,0,0.08);
  border-radius: 14px 0 0 14px;
  transition: right .25s ease;
  overflow: hidden;
}

#friendsSidebar.open{ right: 20px; }

.fs-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding: 12px 14px;
  border-bottom: 1px solid #eee;
  background: #fafafa;
}

.fs-title{ font-weight: 700; }
.fs-close{ cursor:pointer; font-size: 18px; padding: 4px 8px; }

.fs-content{
  padding: 10px 12px;
  overflow:auto;
  height: calc(70vh - 50px);
}

.fs-item:hover{ background:#f5f7ff; }

.fs-dot{ width:10px; height:10px; border-radius:50%; display:inline-block; }
.fs-dot.on{ background:#2ecc71; }
.fs-dot.off{ background:#bdc3c7; }

.fs-loading, .fs-empty{ padding: 10px; color:#666; }
.fs-item{ padding:10px; border-bottom:1px solid #eee; }
.fs-name{ font-weight:700; margin-bottom:6px; }
.fs-actions a{ margin-right:8px; }

.fs-avatar{
  width:50px;
  height:50px;
  border-radius:50%;
  object-fit:cover;
  border:1px solid #ddd;
}

.fs-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:18px;
  height:18px;
  padding:0 6px;
  margin-left:6px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  line-height:18px;
  color:#fff;
  background:#e53935; /* rot */
  box-shadow:0 2px 6px rgba(0,0,0,.15);
}
.fs-badge.pulse{
  animation: fsPulse 1.2s infinite;
}
@keyframes fsPulse{
  0%{ transform:scale(1); box-shadow:0 2px 6px rgba(229,57,53,.25); }
  50%{ transform:scale(1.08); box-shadow:0 2px 12px rgba(229,57,53,.45); }
  100%{ transform:scale(1); box-shadow:0 2px 6px rgba(229,57,53,.25); }
}


.top-inbox{
  position:relative;
  display:inline-block;
  margin-left:14px;
  font-size:18px;
  text-decoration:none;
}
.top-badge{
  position:absolute;
  top:-6px;
  right:-10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:18px;
  height:18px;
  padding:0 6px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  color:#fff;
  background:#e53935;
  box-shadow:0 2px 6px rgba(0,0,0,.18);
}



.profile-wrap{
  max-width: 820px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.profile-header{
  display:flex;
  gap:18px;
  align-items:center;
  padding-bottom: 14px;
  border-bottom: 1px solid #f0f0f0;
}

.profile-avatar{
  width: 170px;
  height: 170px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,.12);
  background:#f5f5f5;
}

.profile-title{
  font-size: 26px;
  font-weight: 800;
  margin: 0;
}
.profile-sub{
  margin-top: 6px;
  font-size: 13px;
  opacity: .75;
  display:flex;
  align-items:center;
  gap:8px;
}

.p-dot{
  width:10px; height:10px; border-radius:50%;
  display:inline-block;
  background:#bbb;
}
.p-dot.on{ background:#25c06d; }
.p-dot.off{ background:#bbb; }

.profile-actions{
  margin-top: 14px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

.p-btn{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid #e9e9e9;
  background:#fafafa;
  text-decoration:none;
  font-weight:700;
  font-size:14px;
}

.p-btn.primary{
  background:#0d6efd;
  border-color:#0d6efd;
  color:#fff;
}
.p-btn.danger{
  background:#fff;
  border-color:#ffcccc;
  color:#d33;
}
.p-btn.success{
  background:#18a957;
  border-color:#18a957;
  color:#fff;
}

.profile-card{
  margin-top: 18px;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  overflow:hidden;
}

.profile-card .card-head{
  padding: 12px 16px;
  background:#fafafa;
  border-bottom:1px solid #f0f0f0;
  font-weight:800;
}
.profile-card .card-body{
  padding: 16px;
}

.posts-empty{
  padding: 18px;
  border: 1px dashed #e6e6e6;
  border-radius: 14px;
  opacity: .75;
  text-align:center;
}


.points-toast{
  position: fixed;
  top: 90px;
  right: 20px;
  z-index: 99999;
  background: #1e1e1e;
  color: #fff;
  padding: 14px 16px;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,.25);
  display:flex;
  align-items:center;
  gap:10px;
  min-width: 240px;
  opacity: 0;
  transform: translateY(-10px);
  transition: all .25s ease;
}

.points-toast.show{
  opacity: 1;
  transform: translateY(0);
}

.points-toast .icon{
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(37, 192, 109, .18);
  color: #25c06d;
  font-weight: 900;
  font-size: 18px;
}

.points-toast .title{
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 2px;
}

.points-toast .text{
  font-size: 13px;
  opacity: .9;
}




  .cont{
    display: flex;
    align-items: center; /* vertikal zentrieren */
    gap: 20px; /* Abstand zwischen Bild und Text */
  }
  .cont img {
    width: 250px; /* Bildgröße */
    height: auto;
    border-radius: 8px; /* abgerundete Ecken, optional */
  }

  .dash-wrap { max-width: 1100px; margin: 0 auto; }

  .dash-card{
    background:#fff;
    border:1px solid rgba(0,0,0,.08);
    border-radius:16px;
    box-shadow: 0 10px 24px rgba(0,0,0,.06);
  }

  .dash-card .card-body{ padding: 18px 20px; }

  .dash-hero-img{
    width: 220px;
    height: auto;
    border-radius: 14px;
  }

  .dash-icon{
    width: 140px;
    height: auto;
  }

  .dash-section-title{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin: 26px 0 14px;
  }

  .dash-section-title h2{
    margin:0;
    font-size: 28px;
    font-weight: 700;
  }

  .dash-divider{
    border:0;
    height:1px;
    background: rgba(0,0,0,.08);
    margin: 22px 0;
  }

  /* Kleine Info-Box */
  .dash-info{
    background: rgba(13,110,253,.08);
    border: 1px solid rgba(13,110,253,.18);
    border-radius: 12px;
    padding: 12px 14px;
  }

  

  /* Promo/Info Banner */
  .dash-promo{
    margin-top: 12px;
    display:flex;
    gap: 12px;
    align-items:flex-start;
    padding: 14px 14px;
    border-radius: 14px;
    border: 1px solid rgba(255,193,7,.35);
    background: linear-gradient(135deg, rgba(255,193,7,.16), rgba(13,110,253,.10));
    box-shadow: 0 10px 24px rgba(0,0,0,.06);
  }

  .dash-promo__icon{
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size: 20px;
    background: rgba(255,255,255,.7);
    border: 1px solid rgba(0,0,0,.06);
    flex: 0 0 auto;
  }

  .dash-promo__title{
    font-weight: 900;
    letter-spacing: .2px;
    margin-bottom: 4px;
  }

  .dash-promo__text{
    opacity: .92;
    line-height: 1.35;
  }

  .dash-promo__meta{
    margin-top: 8px;
    font-size: 12px;
    opacity: .75;
  }
@media (max-width: 768px){
    .dash-hero-img{ width: 180px; }
    .dash-section-title{ flex-direction: column; align-items: flex-start; }
  }

  .loot-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  @media (max-width: 992px){
    .loot-grid{ grid-template-columns: 1fr; }
  }

  .loot-card{
    background:#fff;
    border:1px solid rgba(0,0,0,.08);
    border-radius:16px;
    box-shadow: 0 10px 24px rgba(0,0,0,.06);
    padding: 18px 18px;
  }

  .loot-head{
    display:flex;
    align-items:center;
    gap: 14px;
  }

  .loot-icon{
    width: 92px;
    height: auto;
    border-radius: 14px;
    flex: 0 0 auto;
  }

  .loot-title{
    margin:0;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
  }

  .loot-desc{
    margin:6px 0 0;
    opacity: .85;
  }

  .loot-actions{
    margin-top: 14px;
  }

  .loot-actions .btn{
    width: 100%;
    border-radius: 12px;
    padding: 12px 14px;
    font-weight: 700;
  }

  .loot-badge{
    display:inline-flex;
    align-items:center;
    gap:8px;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,.12);
    background: rgba(0,0,0,.04);
    margin-top: 8px;
  }

  .loot-badge--premium{
    border-color: rgba(255,193,7,.35);
    background: rgba(255,193,7,.12);
  }

  .loot-timer{
    margin-top: 10px;
    background: rgba(13,110,253,.08);
    border: 1px solid rgba(13,110,253,.18);
    border-radius: 12px;
    padding: 10px 12px;
  }

.card{
  border-radius: 18px;
  padding: 18px;
  background: #0b1220;
  color: #eaf0ff;
  box-shadow: 0 10px 30px rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.08);
  position: relative;
  overflow: hidden;
}

.card::before{
  content:"";
  position:absolute;
  inset:-2px;
  opacity:.9;
  z-index:0;
}
.card > .card-body,
.card > .card-header,
.card > .card-footer{
  position: relative;
  z-index: 1;
}


.card__top, .card__body, .card__footer{ position: relative; z-index: 1; }

.card__title{ margin: 10px 0 0; font-size: 20px; line-height: 1.2; }
.card__body{ margin-top: 14px; }

.badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.06);
}

.pricebox{
  border-radius: 14px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  margin-bottom: 14px;
}
.pricebox__row{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  padding: 6px 0;
}
.pricebox__row strong{ font-size: 16px; }

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width: 100%;
  padding: 10px 14px;
  border-radius: 12px;
  border: 0;
  cursor: pointer;
  font-weight: 600;
}
.btn--primary{
  color: #071018;
  background: rgba(255,255,255,.92);
}
.btn--primary:hover{ background: #ffffff; }

.muted{ opacity: .78; margin: 0; }
.card__footer{ margin-top: 14px; opacity: .75; font-size: 12px; }

.card--sofort::before{
  background: radial-gradient(900px 240px at 20% 0%, rgba(46, 204, 113,.55), transparent 60%),
              radial-gradient(900px 240px at 80% 100%, rgba(52, 152, 219,.35), transparent 60%);
}
.card--warte::before{
  background: radial-gradient(900px 240px at 20% 0%, rgba(241, 196, 15,.55), transparent 60%),
              radial-gradient(900px 240px at 80% 100%, rgba(155, 89, 182,.35), transparent 60%);
}
.card--ausverkauft::before{
  background: radial-gradient(900px 240px at 20% 0%, rgba(231, 76, 60,.55), transparent 60%),
              radial-gradient(900px 240px at 80% 100%, rgba(149, 165, 166,.25), transparent 60%);
}

.badge--ok{ border-color: rgba(46,204,113,.35); }
.badge--wait{ border-color: rgba(241,196,15,.35); }
.badge--sold{ border-color: rgba(231,76,60,.35); }

.shopbox{
  width: 360px;
  background: #111827;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 16px;
  color: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
  font-family: Arial, sans-serif;
}

.shopbox-title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.shopbox-info{
  font-size: 14px;
  opacity: 0.95;
  line-height: 1.6;
  margin-bottom: 12px;
}

.shopbox-warn{
  background: rgba(239,68,68,0.15);
  border: 1px solid rgba(239,68,68,0.35);
  color: #fecaca;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 12px;
  font-size: 13px;
}

.shopbox-ok{
  background: rgba(34,197,94,0.12);
  border: 1px solid rgba(34,197,94,0.25);
  color: #bbf7d0;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 12px;
  font-size: 13px;
}

.buybtn{
  width: 100%;
  padding: 12px;
  border-radius: 12px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
  background: linear-gradient(90deg, #f59e0b, #f97316);
  color: #111827;
  transition: transform 0.15s ease, opacity 0.15s ease;
}

.buybtn:hover{
  transform: scale(1.02);
}

.buybtn:disabled{
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
}

  .top-infobox{
    width: 100%;
    background: #fff3cd;
    border: 2px solid #ffcc00;
    color: #664d03;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  }

