@charset "iso-8859-1";
/* CSS Document */
/* Farben:
rot: #e5403a;
orange: #F88F24;
text:#222222

*/

/* Medien:
Smartphone: bis 480px 
----------------------------------------------
Tablet: ab Zeile 431: 481px bis 849px

Tablet: ab Zeile 931: 850px bis 1024px
-----------------------------------------------
Desktop: ab Zeile 1180: ab 1025px

Desktop: ab Zeile 1264: ab 1380px
-----------------------------------------------
*/



@font-face {
    font-family: 'Source Sans Pro';
     src: url('../fonts/SourceSans3-Regular.eot');
     src: url('../fonts/SourceSans3-Regular.eot?#iefix') format('embedded-opentype'),
     src: url('../fonts/SourceSans3-Regular.woff2') format('woff2'),
        url('../fonts/SourceSans3-Regular.woff') format('woff');
        url('../fonts/SourceSans3-Regular.ttf') format('truetype'),
        url('../fonts/SourceSans3-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Dosis';
      src: url('../fonts/Dosis-Regular.eot');
       src: url('../fonts/Dosis-Regular.eot?#iefix') format('embedded-opentype'),
       src: url('../fonts/Dosis-Regular.woff2') format('woff2'),
           url('../fonts/Dosis-Regular.woff') format('woff'),
           url('../fonts/Dosis-Regular.ttf') format('truetype'),
           url('../fonts/Dosis-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


:root{
  --rot: #e5403a;
  --orange: #F88F24;
  --textgrau: #222222;  
}


body {
  
  font-family: Source Sans Pro, Arial, non-serif;
  font-size:18px;
}
.important {
  color:#F88F24;
  }

.container{
padding-top: 20px;
padding-bottom: 60px;
}
nav .container{
  padding:0;
}

.starter-template {
  padding: 40px 15px;
  text-align: center;
}
img {height:auto;
  max-width:100%;
}
#content_breit {
  position:relative;
}
ol li {
  color: #f88f24;
  font-family: "Dosis",sans-serif;
  font-size: 22px;
  padding-top:10px;
  padding:5px;
}
#leistungsspektrum ul {
  margin-bottom:0;
}
ol li p {
  font-weight:normal;
  color:#222222;
  font-size:18px;
}
figcaption{
  padding: 25px 0;
}

.teaser{
padding-bottom: 75px;
}

h1 {
  color: #fff;
  font-family: "Dosis",sans-serif;
  font-size: 3.5em;
  font-weight: normal;
  margin-bottom: 0;
  /*margin-top: -26%;*/
  padding-bottom: 0;
  position:absolute;
  text-align: center;
  text-transform: uppercase;
  top: 26%;
  width: 100%;
  z-index: 13;
}
#home h1, #dashboard h1 {
  color:#e5403a;
  font-family:"Dosis", sans-serif;
  position:relative;
  font-weight:normal;
  padding-bnottom:15px;
  text-align:center;
padding-top: 25px;
  text-transform: uppercase;
  font-size: 3em;
  margin-bottom:30px; 
}


h2 {
  color: #e5403a;
  font-family: "Dosis",sans-serif;
  font-size: 2,8em;
  font-weight: normal;
 /* margin: 0 0 2%;
  padding-bottom: 15px;*/
margin:0;
padding: 10px 0;
  text-transform: uppercase;
}
#home h2 {
  font-family: 'Dosis', sans-serif;
  color: #F88F24;
  margin:40px 0 10px 0;
  text-align:left;
}

h3 {
  color: #f88f24;
  font-family: "Dosis",sans-serif;
  font-size: 25px;
  /*padding: 25px 0 8px;*/
  padding: 10px 0;
  text-transform: uppercase;
  margin-top:0;
}
#cms h3 {
  /*padding: 0 0 8px;
  margin-top:0;*/
}
h4 {
  font-family: 'Dosis', sans-serif;
  color: #F88F24;
  margin: 10px 0;
  
}
h5 {
  color: #f88f24;
  font-family: "Dosis",sans-serif;
  font-size: 22px;
  padding-top:10px;
  padding:5px;
}
#home h4 {
  font-family: "Source Sans Pro";
  font-size:18px;
  font-weight:normal;
  color:#222;
  line-height: 1.4em;
  margin-bottom:0;
  display:inline;
}
#home h4 a, #home a:visited, #home a:link {
 /* font-weight: bold; */
}

.container .col-md-12 h3 a {
    color: #444;
    font-weight: bold;
    text-decoration: none;
}

#home h4 a:hover {
  color:#e5403a;
}
figcaption.image-caption{
    color: #f88f24;
    font-size: 17px;
    margin: 13px auto 0;
    text-align: center;
}
a, a:visited, a:link {
  color: #444;
  text-decoration: none;
}
a:hover {
  color:#e5403a;
}
blockquote {
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  border-left: 3px solid #f88f24;
  quotes: "\201C""\201D""\2018""\2019";

}
blockquote:before {
  color: #f88f24;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

/*-----------------------Dashboard-------------------------------*/
#dashboard .navbar-expand-lg .navbar-collapse {
display: none !important;
}
#dashboard .col-md-6 img, #dashboard .col-md-4 img{
  padding: 3rem;
  border: 2px solid red;
  background-size: 300px;
}

/*-----------------------------header--------------------------*/


div#logo {
  margin-left:200px;
  margin-right:180px;

  margin-bottom:20px;
  float:left;
  width:200px;
  padding-top:20px;
}

/*--neu .navbar-brand------*/
.navbar-brand {
 
  margin-right:180px;
  margin-bottom:20px;  
  width:200px;
  padding-top:20px;
}

.header_slider {
  margin-bottom:25px;
  margin-top:112px;
}

/*-----------------------Navigation-------------------------*/
.bg-light{
  background-color: #fff !important;
  border-top: 12px solid var(--rot);
  border-bottom: 1px solid #e7e7e7;
}
.navbar-default .navbar-nav > li > a {
  color:#666;
  font-weight:normal;
}

.navbar-default .navbar-nav > li > a:hover {
  color:#e5403a;
}
.navbar-default .navbar-nav > li > a.active {
    color:#e5403a;
  font-weight:bold;  
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color:transparent;
  color:#e5403a;
  font-weight:bold;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color:transparent;
  color:#e5403a;
  
}
.navbar-nav {
    margin: 0 0 0 80px;
    padding-top: 25px;
margin-bottom: 25px;
}
#home ul.dropdown-menu li {
  list-style-image:none;
}
.navbar-default {
  background-color: #fff;
  border-top: 12px solid #e5403a;
}

/*-----------------------------teaser--------------------------*/


/* figcaption alt*/
/*
#home .csc-textpic-image {
  position: relative;
  overflow: hidden;
  width: 200px; 
height:200px;
}
  
#home .csc-textpic-caption {
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    bottom: 0;
    left: 0;
    padding: 20px;
    margin: 5px;
    text-align: center;
    color: #e5403a;
    width: 190px;
    height: 190px;
}

/* figcaption alt*/

/*----figcaption  neu----*/
#home figure.image{
 position: relative;
  overflow: hidden;
  width: 200px; 
height:200px;
margin: 20px auto;
}


#home figure figcaption.image-caption {
  position: absolute;
  background-color:#fff;
  border-radius:50%;
  opacity:0;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
 /* bottom: 0; left: 42.5px;
  padding: 42px 10px;*/
bottom:0;
left:0;
padding: 40px 20px 20px;
  margin:5px;
  text-align:center;
  color:#e5403a;
  width:190px;
  height:190px;
}

#home figure:hover .image-caption {
  opacity: 1;
}

#home .last .image-caption{
  color: #F88F24;
padding-top: 50px;
  }





/*-----------------------------home Inhalt--------------------------*/
#home ul {
  margin-bottom:25px;
  padding-left:0;
}

#home .farbig ul li {
  list-style-image: url("../../images/visto.gif");
  list-style-position: inside;
}
#home ul li a, #home ul li a:visited, #home ul li a:link {
  /*color: #666;*/
  text-decoration: none;
}






/*----------Farbiger Balken---------------------*/

.farbig {
  background-color: #fbf3eb;
  padding:30px 0;
}

#home .farbig {
  padding:0;
  }

/*----------unterseiten inhalt--------------------*/


.col-md-6 figure.image {
text-align: center;
margin-top: 70px;
}


csc-frame-frame2 img {
  border:1px solid #333;
}
#referenzen .col-md-3 {
  position: relative;
  height: 16em;
}

#referenzen .center {
  position: relative;
  top: 100%;
  left:5%;
 
}
 #referenzen .center p {
  font-size:13px;
margin-top: 5px;
text-align: center;
  }

/*#referenzen .ce-gallery figure {
    display: block;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 0 0 20px 0;
}

#referenzen .ce-gallery img{
   height:200px;
    width: 100% !important;
    object-fit: cover;
    object-position: top center;
}

}
#referenzen footer .ce-gallery img {
height: auto;
}
*/
#cms .col-md-4 ul li {
    list-style-image: url("../../images/visto.gif");
    list-style-position: outside;
}
#cms .csc-frame-frame1 {
    border: 1px solid #F88F24;
    border-radius: 4px;
    padding:10px;
  }
#cms .csc-frame-frame2 { 
   border: 1px solid #e5403a;
    border-radius: 4px;
    padding:20px 10px 10px;
   text-align:center;
   
  }

.col-md-4 .frame.frame-ruler-before {
border: 1px solid #f88f24;
padding: 10px 20px;
border-radius: 3px;
}
.frame-ruler-before:before {
    content: '';
    display: block;
    border-top: 1px solid rgba(0,0,0,0);
    margin-bottom: 0;
}
/*....................................google maps...........................................*/
.responsiveContainer {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden;
}

.responsiveContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*#team .col-md-6 {
position: relative;
height: 27em;

}
#team .center {
position: absolute;
top: 50%;
left:44%;
transform: translate(-50%,-50%);
}*/

/*-------------------------------------------------datenschutz-----------------------------------------*/
.ce-gallery {
text-align: center;
}


/*---------------------Footer-------------------------*/
footer {
  clear: both;
  background-color:#E5403A;  
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
  margin-top:40px;
  padding-top:30px;
  padding-bottom: 30px;
  
}
footer p {
  color:#fff;
  font-size:16px;
}
footer a:link, footer a:visited {
  color:#fff;
  text-decoration:none;
  font-weight: normal;
}

.glyphicon {
  float:left;
  padding-right:5px;
  color:#fff;
}
#home footer .csc-textpic-image { 
  height: auto;
  }

footer .row{
padding: 0 15px;
}
footer figure{
  display: inline-block;
  float: left;
}
#home footer figure.image {
height: auto;
width: auto;
}
/*---------------------news----------------------------*/
.news-single .teaser-text {
  color:#666;
  font-size:24px;
  }
.news .article .teaser-text {
  margin:0 0 25px;
  }
.news h2 {
  padding-bottom:0;
  margin:0;
  text-align:left;
  }
.news .article .news-img-wrap img {    
    margin-bottom: 26px;  
}

/*----News Blogseite-------------------*/

#blog .col-md-3.col-sm-3.last {
 /* border-left: 1px solid #F88F24;
  border-radius:8px;*/
  margin-bottom:10px;
  }

#blog .news {  
  padding:10px;
  /*text-align:center;*/
  
  }
#blog .news .article h1 {
    padding-bottom: 0;
    margin: 0;
    text-align: left;
    color: #e5403a;
    font-family: "Dosis", sans-serif;
    font-size: 2.5em;
    font-weight: normal;
    margin: 0;
    padding: 10px 0;
    text-transform: uppercase;
    position: relative;
}

#blog .news h3 a {
  color: var(--orange);
}

#blog .news span[itemprop="description"]  {
  /*display:none;*/
  font-size:13px;
  text-align:left;
  }

#blog .more {
  font-size: 14px;
  color:var(--rot);
  }

#blog a.more:before{
  content: ">>";
  color: #F88F24;
  }
#blog .news-backlink-wrap a:before{
  content: "<<";
  color: #F88F24;
  }
    
#blog .news .teaser-text {
  margin:5px 0;
  }
  
#blog h3 {
  padding-top:15px;  
  margin-bottom:0;
  }
#blog .news-list-date {
  font-size: 14px;
 }
  
/*---------------------Ende news----------------------------*/
/*--------Referenzen----------*/
.team-style2 {
  margin-bottom: 10px;
}
.team-style2 .ce-gallery figure.image{
  box-shadow: none;
  width: 100%;
}
.team-style2 .team-member-img img {
  transition: all 0.3s ease 0s; }
.team-style2 .team-member-img:hover img {
  }
.team-style2 .team-description {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  opacity: 0;
  transition: all 200ms ease-in-out;
  padding: 15px 5px;
  z-index: 9;
  
}
.team-style2 .ce-image .ce-gallery{
  box-shadow:5px 5px 5px #ccc;
}
.team-style2 .ce-gallery figure{
  position: relative;
}

.team-style2 .social-links .info:before{
  display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
   font-family: "Font Awesome 5 Free"; 
   font-weight: 900; 
    font-size: 1.8rem;
}

.team-style2 .social-links .info:before{
  content: "\f0c1";
}

.team-style2 .social-links a{
  color: #e5403a;
font-size: 2.5rem;
font-weight: 500;
}

.team-style2 .social-links {
  transform: translateY(15px);
  transition: transform 300ms ease-in-out, opacity 150ms ease-in;
  opacity: 0;
  color: var(--textfarbe);
  -webkit-font-smoothing: antialiased; }
  .team-style2 .social-links a:hover {
    opacity: 0.65; }
.team-style2 .team-description-wrapper {
  position: relative;
  display: table;
  width: 100%;
  height: 100%; }
.team-style2 .team-description-content {
  display: table-cell;
  vertical-align: middle;
  text-align:center;
}
.team-style2 .team-member-img {
  position: relative;
  display: block;
  overflow: hidden;   
  margin: 0 auto; 
}
.team-style2 .bg-cover {
  background-color: rgba(255,255,255,0.9);
  opacity: 1;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  /*transform: scale(2);*/
  transition: all 200ms ease-in-out;
  display: none;
  z-index: 1;
  border: 7px solid rgba(0,0,0,0.1);
  font-size: 19px;
  border-radius: 3px;
}
.team-style2 .team-member-img > img {
  transition: all 0.2s ease 0s; }

.team-style2:hover .bg-cover {
  background-color: rgba(255,255,255,0.9);
  display: block; }
.team-style2:hover .social-links {
  transition-delay: 100ms, 100ms;
  opacity: 1;
  transform: translateY(0); }
.team-style2:hover .team-member-img > img {
  filter: blur(4px) grayscale(4%); }
.team-style2:hover .team-description {
  opacity: 1; }

.team-style2 .mt-3.text-center{
    padding-bottom:31px;
}
.team-style2 .text-left{
  text-align: center !important;
  max-width: 300px;
  margin: 0 auto 50px;
}
.team-style2 figcaption.image-caption{
  margin-top: 0;
  text-align: center;
padding-top: 5px;
padding-bottom: 50px;
}

.team-style2 .name p{
  margin-bottom:0;
}

#kooperationen .col-md-8, #kooperationen .col-md-4{
  position: relative;
  height: 15em;
}
#kooperationen .col-md-8 .center{
  position: absolute;
  top: 50%;
 /* left:50%;
  transform: translate(-50%,-50%);*/
  
}
#kooperationen .col-md-4 figure.image {
    margin-top:0;
}

/*-------------------Ende Referenzen_________*/

@media all and (min-width:768px){
/* Mega Dropdown Nav : http://bootsnipp.com/snippets/featured/mega-menu-with-tabs-navigation */

.nav-tabs {
  display: inline-block;
  border-bottom: none;
  padding-top: 15px;
  font-weight: bold;
}
.nav-tabs > li > a, 
.nav-tabs > li > a:hover, 
.nav-tabs > li > a:focus, 
.nav-tabs > li.active > a, 
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
  border-radius: 0;
}

.nav-list { border-bottom: 1px solid #eee; }
.nav-list > li { 
  padding: 20px 15px 15px;
  border-left: 1px solid #eee; 
}
.nav-list > li:last-child { border-right: 1px solid #eee; }
.nav-list > li > a:hover { text-decoration: none; }
.nav-list > li > a > span {
  display: block;
  font-weight: regular;
  text-transform: uppercase;
  margin-top:15px;
  color:#666;
}
.nav-list > li > a > img {
  opacity: 0.5;
}
.nav-list > li > a > img:hover, .nav-list > li.active > a > img {
  opacity:1;
}

.nav-list > li > a:hover span, .nav-list > li.active > a span {
  color:#e5403a;
  
}
  
  .dropdown-item{
    padding:0;
  }
  
  
  .dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active {
  color: var(--bs-dropdown-link-hover-color);
  background-color: #fff;
}
  
  .navbar-nav .nav-link.active{
  color: var(--rot);
}
/*--------------------------------------Ende Mega Menu----------------------------------------*/



.dropdown-menu{
border: none !important;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
 margin-top:0;
  border-radius:0;
}

/* Fade Effect: http://stackoverflow.com/questions/11679567/using-css-for-fade-in-effect-on-page-load */ 
.mega-dropdown { position: static !important; }
.mega-dropdown-menu {
  padding: 7px 15px 0;
  text-align: center;
  width: 100%;
  
  animation: fadein 1s;
  -moz-animation: fadein 1s; /* Firefox */
  -ms-animation: fadein 1s; /* Internet Explorer */
  -webkit-animation: fadein 1s; /* Safari and Chrome */
  -o-animation: fadein 1s; /* Opera */
}
@keyframes fadein {
  from {
    opacity:0;
}
to {
  opacity:1;
}
}
@-moz-keyframes fadein { /* Firefox */
  from {
    opacity:0;
}
to {
  opacity:1;
}
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  from {
    opacity:0;
}
to {
  opacity:1;
}
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from { 
    opacity: 0; 
}
to   {
  opacity: 1; 
}
}
@-o-keyframes fadein { /* Opera */
  from {
    opacity:0;
}
to {
  opacity: 1;
}
}

}

@media all and (max-width: 1455px) {
h1 {
  font-size:3em;
  top:22%
}
.carousel-caption h3 {
  font-size:3em;
}
}



@media all and (max-width: 1200px) {
h1 {
  font-size:3em;
  top:13%
}
.carousel-caption h3 {
  font-size:3em;
}
div#logo {
  margin-left:25px;
}
.navbar-nav {
  margin-left:0;
}
.nav > li {
  font-size:16px;
}
#referenzen .col-md-3 {
  height: 15em;
}
#referenzen .center {
  top: 105%;
}

/* figure .image-caption {
  position: absolute;
  background-color:#fff;
  border-radius:50%;
  opacity:0;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  bottom: 0; left: 17.75px;
padding: 42px 10px;
  margin:5px;
  text-align:center;
  color:#e5403a;
  width:190px;
  height:190px;
}*/

}





@media all and (max-width: 991px) {

  .navbar-brand {
  margin-right: 0;
  }

/* Toggler-Button */
.navbar-toggler{
  position: relative;
  width: 44px;
  height: 34px;
  padding: 0;               /* Platz für die Bars */
  border: 0;
  border-radius: .5rem;
  background:#e00000;       /* Rot */
  box-shadow:none !important;
}

/* Die drei Striche */
.navbar-toggler .icon-bar{
  position: absolute;
  left: 9px;                /* Innenabstand links/rechts */
  right: 9px;
  height: 3px;
  background:#fff;          /* Weiß */
  border-radius: 2px;
  display:block;            /* Falls global etwas span überschreibt */
  transition: transform .35s ease, opacity .25s ease;
}

/* Burger-Positionen */
.navbar-toggler .top-bar{    top: 9px;  }
.navbar-toggler .middle-bar{ top: 16px; }
.navbar-toggler .bottom-bar{ top: 23px; }

/* Offen: Burger -> Kreuz */
.navbar-toggler:not(.collapsed) .top-bar{
  transform: translateY(7px) rotate(45deg);
}
.navbar-toggler:not(.collapsed) .middle-bar{
  opacity:0;
}
.navbar-toggler:not(.collapsed) .bottom-bar{
  transform: translateY(-7px) rotate(-45deg);
}

/* Geschlossen: Kreuz -> Burger (Rückanimation) */
.navbar-toggler.collapsed .top-bar,
.navbar-toggler.collapsed .bottom-bar{
  transform: none;
}
.navbar-toggler.collapsed .middle-bar{
  opacity:1;
}

/*figure .image-caption {
position: absolute;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    bottom: 0;
    left: 10.75px;
    padding: 42px 10px;
    margin: 5px;
    text-align: center;
    color: #e5403a;
    width: 150px;
    height: 150px;
}
*/
h1 {
  font-size:2.0em;
  top:18%;
}
div#logo {
  width:170px;
  margin-left:25px;
}

#referenzen .center{
left: 0 !important;
text-align: center !important;
}

figure{
text-align: center !important;
}
#referenzen .col-md-3 {
  height: auto;
}
.csc-space-before-129 {
  margin-top: 50px !important;
}
.col-md-6 figure.image {
text-align: center;
margin-top:0;
}

}

@media all and (min-width:992px){

 .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }

}

@media all and (min-width:992px) and (max-width:1190px) {

div#logo {
width:200px;
}

div#logo img {
width: 90%;
}

.navbar-nav {
padding-top: 20px;
}

h1 {
font-size: 2em;

}



}



 




@media all and (max-width: 991px) {
  
#home figure .image-caption{
display: block;
width: 150px; 
height: 150px;
margin: 0 auto;
left: 0;
position: absolute;
border: 1px solid #ccc;
}

#home figure.image {
margin: 20px auto;
}



.gsd-crossfade-inner{
height: 200px !important;}

.col-sm-push-4{
left: 0 !important;
}

.col-sm-pull-4{
right: 0 !important;
}

footer .col-md-4{
overflow: hidden;
}

div#logo{
margin-left: 35px;
margin-right:0;
}

.header_slider{
display: none !important;
}

.teaser{
    margin-top: 60px;
}

header{
margin-bottom: 120px;
}

h1, h2 {
  font-size:2em;
margin-top: 48px;
}

.ueberschrift {
  display:none;
}
col-md-6 ul li {
  list-style-position:outside;
  margin-left:27px;
}
#header_slider {
  display:none;
}
  nav .container {
  padding: 0 1rem;
}
.navbar-nav {
  margin: 0;
  padding-top:6px;
}
.navbar-collapse, .dropdown-menu {
    max-height: 540px;
background: rgba(51, 51 ,51, 0.95) !important;
padding-bottom: 8px;
padding-right:0;
padding-left:0;
}



.navbar-collapse .navbar-nav > li > a.nav-link{
color: #fff !important;
font-size:18px;
padding-left: 1rem;
}

.navbar-collapse .navbar-nav > .active > a.nav-link, .navbar-collapse .navbar-nav > .active > a.nav-link:hover, .navbar-collapse .navbar-nav > .active > a.nav-link:focus{
background: #e5403a !important;
/*transform: skew(10deg);*/
  color:#fff;
  padding-left: 1rem;
}
  .dropdown-item.active{
background: #e5403a !important;
/*transform: skew(10deg);*/
  color:#fff;
  padding-left: 1rem;
}

.navbar-collapse .navbar-nav > .open > a, .navbar-collapse .navbar-nav > .open > a:hover, .navbar-collapse .navbar-nav > .open > a:focus {
padding-top:15px;

background: #e5403a !important;
color: #fff !important;

}
.nav-list > li > a > span{
color:#fff;
font-size:  16px;
line-height: 280%;
}
.navbar-nav .open .dropdown-menu{
padding-bottom: 20px !important;
margin-bottom: 10px !important;
border-bottom: 1px solid #fff !important;
border-radius: 0 !important;
}

.nav.navbar-nav li.dropdown.mega-dropdown.open{
margin-left:0px;
}


#home h1{
  font-size: 1.8em;
}

#home .navbar-nav > li > a.active {
  color:#e5403a;
}
.navbar-default .navbar-nav > li > a.active {
  color:#e5403a;
}
#home .navbar-nav > li > a:hover {
  color:#e5403a;
}
.mega-dropdown-menu {
  text-align:left;
}
.navbar-default .navbar-toggle {
  border-color:#e5403a;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color:transparent;
}
.nav-list {
  border-bottom:0;
}
.nav-list > li {
  border-left:0;
  padding: 0 10px;
}
.nav-list > li > a {
  font-weight:normal;
}
.nav-list > li > a > span {
  text-transform:none;
}
.nav-list > li > a > img {
  display:none;
}
.nav-list > li:last-child {
  border-right:0;
}
  .dropdown-item:focus, .dropdown-item:hover{
    background-color: transparent !important;
  font-weight: bold;
  }
.list-inline > li {
  display:block;
}
#referenzen .col-md-3 {
  height: 15em;
}
/*#referenzen .col-md-3 img {
width:34%;
margin-left:94px;
}*/
#referenzen .center {
  left: 0 !important;
text-align: center !important;
  top: 91%;
}
footer div.csc-textpic-center .csc-textpic-center-inner {
  right:0;
  float:left;
  }


#c172 p:last-child{
  margin-bottom: 30px;
}

#c483{
  margin-bottom: 30px;
}

.teaser .col-md-3{
  margin-top: 40px;
}


.ce-inner{
  text-align: center !important;
}

#leistungsspektrum .col-md-6 .ce-above{
 margin-top: 63px;
}

#c411{
      border: 1px solid #F88F24;
    border-radius: 4px;
    padding: 10px;
}

#c511{
  border: 1px solid #e5403a;
    border-radius: 4px;
    padding: 20px 10px 10px;
    text-align: center;
margin-top: 50px;
}

#datenschutzberatung iframe{
  margin-top: 200px;
}

#team .farbig{
  margin-top: 40px;
  padding-top: 70px;
}

#leistungsspektrum .farbig{
  margin-top: 20px;
}

#leistungsspektrum figcaption{
  color: #f88f24 !important;
}

#referenzen .row{
padding-bottom: 50px;
}
}
@media all and (max-width: 425px) {
header{
margin-bottom: 60px;
}


figure .image-caption{
width: 200px; 
height: 200px;
/*left: 97.5px !important;*/
}

}

@media all and (max-width: 375px) {
#home figure figcaption.image-caption{
display: block;
width: 190px; 
height: 190px;
margin: 0 auto;
/*left: 72.5px !important;
border: 1px solid #ccc;*/
padding-top:30px;
}
}
@media all and (min-width: 2000px) {
h1 {
top:30%;
}
}




@media all and (min-width:768px) and (max-width: 906px) {
div#logo {
margin-right:30px;
}
}


