﻿/* Global Montserrat Font */
* {
  font-family: "Montserrat", Arial, sans-serif;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;


}

a:focus {
  outline: none;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
img {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]:-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

body {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: .83em;
  line-height: 1.75;
  color: #666666;
  background-color: white;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  min-width:360px;
  /*background-color: red;  */
}

a {
  color: #931914;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a:hover {
  color: black;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", Arial, sans-serif;
  color: #444444;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  border: 1px solid #d5d5d5;
  outline: 0;
  padding: 10px 12px;
  color: #666666;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: #666666;
}

.text-right {
  /* text-align: center; */
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.main-btn {
  color: white;
  border: 1px solid white;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e2e2e2;
  margin: 40px 0;
}

.site-header ul.social-icons {
  position: relative;
  z-index: 11;
  margin: 30px 0;
}
.site-header ul.social-icons li {
  display: inline-block;
  margin: 0 2px;
}
.site-header ul.social-icons li a {
  width: 36px;
  height: 36px;
  background-color: white;
  color: #444444;
  text-align: center;
  line-height: 36px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
}

.main-header {
  position: fixed;
  webkit-backface-visibility: hidden;
  width: 100%;
  margin: 0 auto;
  z-index: 99;
  top: 94px;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.scrolled {
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

#menu-wrapper {
  background-color: white;
  overflow: hidden;
  -moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
}

.logo-wrapper {
  background: url(../images/logo2.png) no-repeat;
  height: 85px;
  background-position: 14.9px;
}
.logo-wrapper a {
  display: inline-block;
  overflow: hidden;
  padding-left: 130px;
  line-height: 85px;
  text-transform: uppercase;
  color: #931914;
  font-size: 32px;
  font-weight: 700;
}

.main-menu ul li {
  display: inline-block;
  margin: 0 -2px;
}
.main-menu ul li:last-child {
  margin-right: 35px;
}
.main-menu ul li a {
  text-transform: none;
  font-size: 28px;
  font-weight: 300;
  color: #444444;
  line-height: 85px;
  padding-top: 37px;
  padding-right: 30px;
}
.main-menu ul li.active a {
  border-top: 3px solid #931914;
  color: #931914;
}

a.toggle-menu {
  width: 36px;
  height: 36px;
  float: right;
  margin-top: 24px;
  margin-right: 30px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  background: #d5d5d5;
  display: inline-block;
  color: black;
}

.menu-responsive {
  display: none;
  background-color: rgba(50, 50, 50, 0.88);
}
.menu-responsive ul li {
  padding: 5px 0px 5px 25px;
}
.menu-responsive ul li a {
  display: block;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
}
.menu-responsive ul li.active a {
  color: #931914;
}

.flexslider {
  position: relative;
  top: -96px;
}
.flexslider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
}
.flexslider .slider-caption {
  position: absolute;
  z-index: 9;
  width: 100%;
  text-align: center;
  top: 380px;
  left: 0;
}
.flexslider .slider-caption h2 {
  color: white;
  text-transform: uppercase;
  font-size: 55px;
  font-weight: 700;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  display: inline-block;

}
.flexslider .slider-caption p {
  color: white;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 26px;
  display: block;
}
.flexslider .slider-caption a.slider-btn {
  color: white;
  background-color: #931914;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.img-text
{
    height: 424px;
}

@media screen and (min-width: 989px) {
  .flexslider .slider-caption {
    top: 45%;
  }
  .img-text
  {
    height: auto;
    width: 100%;
  }
  #team
{
 margin-top:80px ;
 padding-top:60px
}
  #team br
  {
      display:inline !important
  }

  #video-slider
  {
    height: 620px;
  }
}
@media screen and (min-width: 1200px) {
  .flexslider .slider-caption {
    top: 45%;
  }

.content-section {
margin-bottom: 6%;
}

}

.para12.col-lg-4 p {
    margin-bottom: 12px;
}
.asd{
	background:rgba(0, 0, 0, 0) url("../images/login-icon.png") no-repeat scroll 7% 63% !important;
	padding-left:60px !important;
}
.dropdown{
	float:right;p
}
.login_p{
	float:left;
}
.login_p
p{
	font-family: "Montserrat", Arial, sans-serif;
	font-size:12px;
	color:white;
	padding-left:12px;
	padding-right:1px;
	padding-top:10px;

}
.login_form{
	float:left;
	margin-top:16px;
}
.login_form
input{
	border:2px solid #AFA1A0;

	padding:4px;
	margin-left:9px;
	background-color:white  !important;
	margin-bottom:5px;
}
.login_Btn12{
	float:right;
	margin-right:11px;
	margin-top:12px;
	margin-bottom:5px;

}
.login_Btn12
input{
	color:white;
	border:medium none;
	background-color:#4D4948 !important;
	border:1px solid white;
	padding:8px 16px 8px 16px;

}
.login_Btn12
input:hover{
	font-weight:bold;
}
.dropdown {
    float: right !important;
    z-index: 99999999 !important;
    margin-top: -1px;
}
.heading-section {
  /* margin-bottom: 60px; */
}
.heading-section h2 {
  font-size: 28px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom:28px;
}
.heading-section p {
  color: #444444;
  font-size: 16px;
  font-weight: 400;
}
.small-text {
  color: #aaaaaa;
}

.space-fixed {
  width: 100%;
  height: 130px;
  overflow: hidden;
  position: relative;
}

.content-section#services {
  margin-top: 0px;
  padding-bottom:60px
}

.service-item {
  position: relative;
  color: white;
  text-align: center;
  margin-bottom: 30px;
}

.service-item a {
	color: #ffff66;
}

.service-item a:hover {
	color: black;
}

.service-item .service-icon {
  font-size: 3em;
  padding: 110px 0;
}
.service-item .service-content {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.service-item .service-content .inner-service {
  padding: 20px;
}
.service-item .service-content h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  margin-bottom: 15px;
}
.service-item:hover .service-icon {
  opacity: 0;
  visibility: hidden;
}
.service-item:hover .service-content {
  opacity: 1;
  visibility: visible;
}

#service-1 {
  background-color: #931914;
}

#service-2 {
  background-color: #878787;
}

#service-3 {
  background-color: #931914;
}

#service-4 {
  background-color: #878787;
}

.portfolio-item {
  margin-bottom: 30px;
}
.portfolio-item .portfolio-thumb {
  position: relative;
  overflow: hidden;
}
.portfolio-item .portfolio-thumb img {
  width: 100%;
}
.portfolio-item .portfolio-thumb .portfolio-overlay {
  background-color: #931914;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 25px;
  text-align: center;
  color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.portfolio-item .portfolio-thumb .portfolio-overlay h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid white;
}
.portfolio-item .portfolio-thumb .portfolio-overlay a.expand {
  margin-top: 15px;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  background-color: white;
  display: inline-block;
  text-align: center;
}
.portfolio-item .portfolio-thumb .portfolio-overlay a.expand i {
  line-height: 36px;
}
.portfolio-item .portfolio-thumb:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
}

.team-member {
  margin-bottom: 30px;
}
.team-member .member-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.team-member .member-thumb img {
  width: 100%;
}
.team-member .member-thumb .team-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  top: 0;
  left: 0;
  background-color: #931914;
  color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.team-member .member-thumb .team-overlay h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  margin-top: 64px;
}
.team-member .member-thumb .team-overlay span {
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 10px;
  display: block;
}
.team-member .member-thumb .team-overlay ul.social {
  display: block;
  margin-top: 20px;
}
.team-member .member-thumb .team-overlay ul.social li {
  display: inline-block;
}
.team-member .member-thumb .team-overlay ul.social li a {
  width: 36px;
  height: 36px;
  background-color: white;
  line-height: 40px;
  color: #931914;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
}
.team-member .member-thumb:hover .team-overlay {
  opacity: 1;
  visibility: visible;
}

.skills-heading {
  margin-top: 60px;
  margin-bottom: 50px;
}
.skills-heading h3.skills-title {
  font-style: italic;
  font-size: 18px;
  text-transform: uppercase;
  color: #5e5e5e;
}
.skills-heading .small-text {
  font-style: italic;
}

.progress {
  height: 34px;
  box-shadow: none;
  border-radius: 0;
  background-color: #e7e7e7;
  margin-bottom: 10px;
}

.progress-bar {
  line-height: 34px;
  text-align: left;
  padding-left: 15px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #931914;
  box-shadow: none;
}

.googlemap-wrapper {
  height: 380px;
  margin-bottom: 40px;
  margin-top: 40px;
}

.map-canvas {
  height: 380px;
  border: 10px solid #D7D7D7;
}

.contact-info {
  margin-top: 40px;
  margin-bottom: 40px;
}

.contact-form input {
  width: 100%;
  margin-bottom: 15px;
}
.contact-form textarea {
  width: 100%;
  max-width: 100%;
  height: 120px;
}
.contact-form .mainBtn {
  margin-top: 15px;
  color: white;
  background-color: #931914;
  text-transform: uppercase;
  border: 0;
}

#go-top {
  background-color: #931914;
  color: white;
  padding: 15px 40px;
  text-transform: uppercase;
  font-weight: 700;
}

#footer {
  margin-top: 130px;
}

.image-page
{
  /*overflow: hidden;*/
  position: relative;
  padding-bottom:60px
}

.image-page .container P
{
	COLOR: #fff;
	font-size: 15px;
	 /*padding-left: 30px;*/
	text-align: center;
}

.image-page .container h2
{
    COLOR: #fff;
}


#right-video-page video
{

}

@media (min-width:768px)
{

.video-min
{
  float: right;
  margin-left: 6%;
  width: 40%;
}

.video-min-text
{ width: 54% !important;}


.img-text
{
  height: 680px;
}

#team
{
 margin:0;
 padding:0
}

#team .img-text
{
height:auto;
width:100%
}

#team br
{
    display:none
}

}

@media (max-width:767px)
{

.video-min
{ width: 100% !important;}

.video-min-text
{ width: 100% !important;}

.img-text
{
  height: 680px;
}
.full{ display:none;}
}

/*
body, p, div, h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", Arial, Verdana, Geneva, sans-serif;
   	font-style: normal;
}
*/

.img-center {
  display: block;
  margin: 0 auto;
  margin-top: 10px;

}
.image-icon {
  text-align: center;
  margin: 80px 0 0 0;
}

@media screen and (min-width: 769px) {
    .image-page-left-block {
        border-right: 1px solid white;
    }
    .image-page-right-block {
        border-left: 1px solid white;
    }
    .process-mobile {
      display: none;
    }
    .image-icon {
      font-size: 3em;
    }
}

@media screen and (max-width: 768px) {
  .image-page-left-block, .image-page-center-block {
    border-bottom: 1px solid white;
    padding-bottom: 70px;
  }

  .team-member {
  margin-top: 5%;
}

  .fa-big {
    font-size: 2em;
    margin-bottom: 15px;
  }
  .process-desctop {
    display: none;
  }
  .blocks-row p , .text-block-mobile p {
    /* font-size: 13px !important;*/
  }
  .text-block-mobile h2 {
    /*font-size: 18px !important;*/
  }
  .center-block p {
   /* padding-left: 45px !important;*/
  }
  .content-section {
    overflow-x: hidden;
    padding-top:0px
  }
}

@media screen and (max-width: 360px) {
  .content-section {
    max-width: 360px;
  }
}






@media (max-width:800px) {

  .img-text{
    width: 100%;
  }


}



@media (max-width:360px) {

  .img-text{
    width: 100%;
  }

.text-block-mobile{
  margin-top: -121px;
}


}



/*internet PAge media query*/
@media (max-width:360px) {
  .image-page .img-center{
    margin-top: 123px;
    padding: 0px;
  }

  #slide .img-center{
    margin-top: 10px;
    padding: 0px;
  }




  }


.loader {
    text-align: center;
    position: absolute;
top: 186px;
text-align: center;
margin: 0 auto;
width: 100%;
z-index: 1000
}
.loader span {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 50px auto;
    background: white;
    border-radius: 50px;
    -webkit-animation: loader 0.9s infinite alternate;
    -moz-animation: loader 0.9s infinite alternate;
}
.loader span:nth-of-type(2) {
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
}
.loader span:nth-of-type(3) {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
}
@-webkit-keyframes loader {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.9;

    -webkit-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    opacity: 0.1;
    -webkit-transform: translateY(-21px);
  }
}
@-moz-keyframes loader {
  0% {
    width: 10px;
    height: 10px;
    opacity: 0.9;
    -moz-transform: translateY(0);
  }
  100% {
    width: 24px;
    height: 24px;
    opacity: 0.1;
    -moz-transform: translateY(-21px);
  }
}
 br
    {
     display:inline;
    }
    .home br
    {
        display:inline;
    }
@media (max-width:767px)
{

.content-section#services {
    /* margin-top: -100px; */
    }

   .img-center {margin-bottom: 10%!important; margin-top: 13%; }

    .heading-section
    {
     margin-bottom:30px
    }
    .image-icon
    {
     margin-top:40px
    }
    .hidden-xs{
	display:block!important;

}
       ul.hidden-xs {
	display:none!important;
}
    br
    {
     display:none
    }
     .home br
    {
        display:none
    }
 .image-page
 {
  background-size:100%
 }
 .image-page .img-text
 {
     display:none
 }
 #team
 {
  background-image:url(../images/team.jpg);
  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    margin-top: 10%;

 }

 #lava1
 {
  background-image:url(../images/lava7.jpg);
  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

 }

 #lava2
 {
  background-image:url(../images/lava2.jpg);
  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

 }

 #lava3
 {
  background-image:url(../images/lava3.jpg);
  -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

 }

 #slide
 {
 background: url(../images/slide1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

 }

  #kundenmeinung_internet
 {
  background-image:url(../images/lava4.jpg);
   -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

 }

  #seo
 {
  background-image:url(../images/lava5.jpg);
   -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

 }

  #kundenmeinung_multimedia
 {
  background-image:url(../images/lava8.jpg);
   -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

 }

  #kundenmeinung_marketing
 {
  background-image:url(../images/lava6.jpg);
   -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

 }

  #uberwachung
 {
  background-image:url(../images/lava7.jpg);
   -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

 }

  #kundenmeinung_print
 {
  background-image:url(../images/lava9.jpg);
   -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

 }
}

@media (max-width:991px)
{
.main-menu ul li a{font-size: 22px!important;font-weight: 300!important;margin-right: 0px!important;}
.main-menu ul li:last-child {
    margin-right: 0px!important;
}
.main-menu ul li a{
		padding-right: 5px;
	}
}
@media (min-width: 990px) and (max-width: 1200px) {

	.logo-wrapper {background-size: 86% 100%;}

}
/*table table*/
/*table table*/
/*table table*/

.packed{ text-align:center;}
.our-table h2{text-transform:uppercase;text-align:center;font-size:22px;font-weight:bold;color:#fff;margin: 22px 0 49px 0;}
.our-table{background:#931914;overflow:hidden;padding: 60px 0;margin-bottom: 50px;box-shadow: inset -5px 72px 100px -43px rgba(0,0,0,0.57);position: relative;}
.our-table:after{content:"";width:100%;box-shadow: -5px -13px 54px 18px rgba(0,0,0,0.57);position: absolute;/* z-index: 999999; */bottom: 0;height: 0px;}
/*.our-table:before{content:"";width:100%;box-shadow: -5px -13px 54px 18px rgba(0,0,0,0.57);position: absolute;top: 0;height: 0px;}*/
.our-table table tr,.our-table table td{color: #fff;}

.table-striped>tbody>tr:nth-child(odd)>td{background:none;color: #fff;}
.our-table p{ color:#fff; text-align:center;}
.table>thead>tr>td{ vertical-align:middle!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{vertical-align:middle!important;width: 20%;}
.our-table table th,.our-table table td{width:25%;padding:14px!important;border-bottom:1px dashed #fff!important;border-top:none!important;}
.our-table table{/* border:1px solid #fff;*/ margin-bottom:50px;}
.our-table table th{ text-transform:uppercase;}
.packed img{ display:inline-block!important;}
.our-table table th:nth-child(1),.our-table table td:nth-child(1){ border-bottom:none!important;}



@media(max-width:767px)
{
.our-table table th, .our-table table td{/* width:100%!important; */}
.our-table table tr{/* border-bottom:2px solid #fff; */margin-bottom: 62px;padding-bottom: 30px;}
.our-table table td {padding-left:!important;/* border-bottom:none!important; *//* border-top:1px dashed #fff!important; */}
.our-table table td:before{ margin-top:8px; font-weight:bold;}
/*.our-table table th,.our-table table td{font-size:10px;padding:0px!important;}*/
.logo-wrapper{width:80%;}
.mo{width:20%;}
.logo-wrapper {background-size:contain;}
.text-right{ text-align:center!important;}
.motable{ display:block!important;}
.content-section.fstsec11{ padding-top:0!important;}
.text-block-mobile .image-icon i{ display:block!important;}
.content-section.adss{ padding-top:0!important;}
img.pro{ margin-top:60px!important;}
img.think{ margin-top:30px!important;}
}
/*@media (min-width:567px) and (max-width:767px){
.mo a.toggle-menu{ display:none!important;}
}


@media (max-width:567px)
{
 ul.hidden-xs {
display:none!important;
}
.main-menu ul li a {
    font-size: 20px!important;
    margin-right: 0px!important;
	padding-right:10px!important;
}
.logo-wrapper{width:50%!important;}
.mo{width:50%!important;}
.main-menu ul li:last-child {
    margin-right: 0px!important;
}
}*/

@media(max-width:480px)
{
.our-table table th:nth-child(1), .our-table table td:nth-child(1){ border:none!important;}
.our-table table th, .our-table table td{ width:!important;}
.our-table table tr{/* border-bottom:2px solid #fff; */margin-bottom: 62px;padding-bottom: 30px;}
.our-table table td {padding-left: !important; border-bottom:none!important; border-top:1px dashed #fff!important;}
.our-table table td:before{ margin-top:8px; font-weight:bold;}
/*.our-table table th,.our-table table td{font-size:10px;padding:0px!important;}*/
.logo-wrapper{width:90%!important;}
#menu-wrapper .text-right,.mo{width:10%!important;}
/*.logo-wrapper {background-size:210px 85px!important;}*/
.motable{ display:block!important;}
}

@media(max-width:320px)
{
.logo-wrapper {background-size:185px 85px!important;}
}
/*.fires{ margin-top:25px;}*/
.spacing{ min-height:320px; margin-top:20px !important;}
.content-section.image-page#team{ overflow:hidden!important;}
#lava3{ padding-top:60px;}
#our-team p{ margin-bottom:40px;}
#lava1{ overflow:hidden;}
.motable{ display:none;}
.dividers{ border-top:2px solid #fff;}
.table.scnd>thead>tr>td,.table.scnd>tbody>tr>td{width: 19%!important;}

@media screen and (min-width: 1400px)
{
	#mega-network{
    /* height: 350px;*/
    /*padding-top: 30px;*/
	margin-bottom:79px;
	margin-top:75px;
	}
}
@media screen and (min-width: 768px) {
	#mega-network{
   /* height: 350px;*/
    /*padding-top: 30px;*/
	margin-bottom:114px;
	margin-top:114px;

	}
}

@media screen and (max-width: 375px) {
	#mega-network{
    height: 100%;
    padding-top: 30px;}

	#heading-auswahl{
	margin-top:65px;
	}
	#heading-agentur{
	padding-top:60px;
	}
	#kundenmeinung_internet{
	padding-top:65px;}
	#seo{
	padding-top:65px;}
	#kundenmeinung_multimedia{
	padding-top:65px;}
	#kundenmeinung_marketing{
	padding-top:65px;}
	#uberwachung{
	padding-top:65px;}
	#kundenmeinung_print{
	padding-top:65px;}
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.login_form
input{
	margin-left:19px !important;
}
.login_p
p{
	padding-left:20px !important;
}
/*
.login_Btn12{
	margin-right:20px !important;
}*/
}
@media (min-width: 992px) and (max-width: 1199px) {
.portfolio-item .portfolio-thumb .portfolio-overlay h3{
	font-size:14px !important;
}
.portfolio-item .portfolio-thumb .portfolio-overlay p{
	font-size:10px !important;
}
}
#spacing1{
	margin-top:20px !important;
}
#space2{
	margin-bottom:14px !important;
	margin-top:14px !important;
}

body {
  /*background-color: red;*/
}


@media (min-width: 650px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .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;
  }
  .collapse.in{
      display:block !important;
  }
}