/* Global Styles */
/* ubuntu-regular - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/ubuntu-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/ubuntu-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/*-----------------------------------------------------------------------------------*/

html,
body {
  height: 100%;
  width: 100%;
 box-shadow: inset 3px 5px 12px 2px  #222; 
    background-color:#B9282B;/* */ 

}
* { 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.mbr-section-full .mbr-overlay {
  min-height: 100vh; }

.mbr-overlay {
   background-color: rgba(0,0,0,.5);
    height: 100%;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }
  .mbr-overlay ~ * {
    z-index: 2; }
//* __________ Buttons __________ */
.btn {
	display:inline-block;
	margin: 0 3px 5px 0;
	padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
	border:2px;
    /*! border-top: 1px solid rgba(0, 0, 0, 0.4); */
    /*! border-left: 1px solid rgba(0, 0, 0, 0.4); */
    border-right: 2px solid rgba(255, 255, 255, 0.3);
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
	border-radius: 0;
	box-shadow: none;
	text-transform:none;
	font-weight: 400;
	line-height: 20px;
	font-size: 13px;
	color:#fff;
	text-shadow: none;
	border-radius: 5px 5px 20px 5px;
	background:#B9282B;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.btn:focus, .btn:hover {
	color:#f00;/*  */
	/* 
	/* 
    background-color:#B9282B; */
 
  
}
.btn-orange {
    background:#f80; color:#333;
	
    box-shadow: inset 3px 5px 12px 2px  #222; 
    /*background-color:#B9282B;  */ 

}
/* 
.btn-active:hover {background:#B9282B; color:#b7c8d0;} */
.btn-orange:hover {/*! color:#0f252c; */
	background-color:#3b3d3f;
    box-shadow: inset 3px 5px 12px 3px  #000; }
..btn-active:hover {
    background:#f00; color:#222;
	
    box-shadow: inset 3px 5px 12px 2px  #222; 
    /*background-color:#B9282B;  */ 

}
/* 
.btn-active:hover {background:#B9282B; color:#fff;} */
.btn-active {color:#b7c8d0;
	background-color:background: rgb(2,0,36);

background: linear-gradient(27deg, rgba(4, 66, 144, 0.6) 0%, rgba(79, 9, 9, 0.37) 83%, rgb(255, 0, 0) 100%);
    box-shadow: inset 1px 2px 2px 3px #000; }
.btn-white {background-color:#b7c8d0; color:#B9282B;}
.btn-white:hover {background-color:#fe5252; color:#b7c8d0;}

.btn-lg {
    padding-left: 8px;
    padding-right: 12px;
    font-size:18px; font-weight: 800;}
.btn-sm {padding: 6px 20px 5px; font-size:12px;}
.btn-xs {padding: 2px 15px 3px; font-size:11px;}


.btn-active2 {/*box-shadow: inset 1px 4px 42px 1px rgba(255,255,67, 0.2);  */
	color:#fec;
	background-color:rgba(0,4,67, 0.2);
   border-radius: 4px 4px 20px 4px;
  box-shadow: inset 9px 5px 12px 5px rgba(255,255,255, 0.1);
     
    
    margin: 0 3px 5px 0;
	padding: 6px 10px;
}
.btn-active2:hover 
{border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); 
    background-color:rgba(0,4,67, 0.2);
    box-shadow: inset 2px 1px 7px 1px #000;
}


/*-----------------------------------------------------------------------------------*/






/* Global Styles */


/*!
 dazu arrows fliegen nach oben..
 */
.arrow2{
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.arrow2 span{
    opacity: 0.3;
    display: block;
    width: 20px;
    height: 20px;
    border-top: 3px solid #253389;
    border-left: 3px solid #253389;
    transform: rotate(45deg);
    margin: -2px;
    animation: animate 2s infinite;
}
.arrow2 span:nth-child(2){
    animation-delay: -0.5s;
}
.arrow2 span:nth-child(3){
    animation-delay: -1.4s;
}
.arrow2 span:nth-child(4){
    animation-delay: -0.6s;
}
.arrow2 span:nth-child(5){
    animation-delay: -2.8s;
}
.arrow2 span:nth-child(5){
    animation-delay: -1.2s;
}
.arrow2 span2{
    display: block;
    width: 20px;
    height: 20px;
    border-top: 3px solid #253389;
    border-left: 3px solid #253389;
    transform: rotate(45deg);
    margin: -2px;
    animation: animate 9s infinite;
}
.arrow2 span2:nth-child(2){
    animation-delay: -0.7s;
}
.arrow2 span2:nth-child(3){
    animation-delay: -1.0s;
}
.arrow2 span2:nth-child(4){
    animation-delay: -0.6s;
}
.arrow2 span2:nth-child(5){
    animation-delay: -2.2s;
}
.arrow2 span2:nth-child(5){
    animation-delay: -1.2s;
}








.arrow{
    
    position: absolute;
    top: 80%;
    left: 15%;
    transform: translate(-50%,-50%);
}
.arrow span{
    
    display: block;
    width: 20px;
    height: 20px;
    border-top: 2px solid #900;
    border-left: 2px solid #900;
    transform: rotate(45deg);
    margin: -2px;
    animation: animate 5s infinite;
}
.arrow span:nth-child(2){
    animation-delay: -0.5s;
}
.arrow span:nth-child(3){
    animation-delay: -1.4s;
}
.arrow span:nth-child(4){
    animation-delay: -0.6s;
}
.arrow span:nth-child(5){
    animation-delay: -2.8s;
}
.arrow span:nth-child(5){
    animation-delay: -1.2s;
}
.arrow span2{
    display: block;
    width: 20px;
    height: 20px;
    border-top: 3px solid #c00;
    border-left: 3px solid #c00;
    transform: rotate(45deg);
    margin: -2px;
    animation: animate 7s infinite;
}
.arrow span2:nth-child(2){
    animation-delay: -0.7s;
}
.arrow span2:nth-child(3){
    animation-delay: -1.0s;
}
.arrow span2:nth-child(4){
    animation-delay: -0.6s;
}
.arrow span2:nth-child(5){
    animation-delay: -2.2s;
}
.arrow span2:nth-child(5){
    animation-delay: -1.2s;
}
@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(45deg) translate(20px,20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(45deg) translate(-20px,-20px);
    }
}
/*!
 dazu arrows fliegen nach oben..E N D E
 */

.vert-text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.vert-text h1 {
  padding: 0;
  margin: 0;
  font-size: 4.5em;
  font-weight: 700;
  color: #b7c8d0;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8);
}

/* Side Menu */



#sidebar-wrapper {
  margin-right: -250px;
  right: 0;
  width: 250px;
  background: #000;
  position: fixed;
  height: 100%;
  overflow-y: auto;
  z-index: 1000;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
}

.sidebar-nav li a:hover {
  color: #b7c8d0;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 55px;
  line-height: 55px;
  font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
  color: #b7c8d0;
  background: none;
}

#menu-toggle {
  top: 0;
  right: 0;
  position: fixed;
  z-index: 1;
}

#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.toggle {
  margin: 5px 5px 0 0;
}

/* Full Page Image Header Area */

.logo-container{
    text-align: center;
    font-size: 31px;
    color: #b7c8d0;
    font-weight: 200;
    font-family: 'Roboto', sans-serif;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
   /* 
background: rgba(0,0,0,0.5);
 */

}

.text-container{
    text-align: center;
    font-size: 31px;
    color: #253389;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    
   
   padding-bottom: 10px;
   padding-top: 10px;

}
.text-header{
    text-align: center;
    font-size: 51px;
    color: blanchedalmond;
    text-transform: none;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.9);
   
  

}
.text-container1{
    text-align: center;
    font-size: 41px;
    color: #f90;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
   background: rgba(0,0,0,0.5);
   padding-bottom: 10px;
   padding-top: 10px;

}
.text-container2{
    text-align: center;
    font-size: 31px;
    color: #f80;
    text-transform: none;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.7);
   background: rgba(0,0,0,0.2);
   padding-bottom: 10%;
   padding-top: 10%;
 

}

.text-container2+{
    text-align: center;
    font-size: 31px;
    color: #f90;
    text-transform: none;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.9);
   
   padding-bottom: 5%;
   padding-top: 5%;
    background-color: rgba(0,0,0,.5);
    height: 100%

}
.text-container2left{
    text-align: left;
    font-size: 31px;
    color: #f90;
    text-transform: none;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.9);
   background: rgba(0,0,0,0.3);
   padding-bottom: 10%;
   padding-top: 10%;

}
.text-container3{
    text-align: center;
   
    color: #f80;
    text-transform: none;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.7);
  
   padding-bottom: 10%;
   padding-top: 10%;
 

}
.text-container4{
    text-align: center;
    font-size: 31px;
    color: #f80;
    text-transform: none;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.7);

   padding-bottom: 10%;
   padding-top: 10%;
 }

.text-container5{
    text-align: center;
   
    color: #f80;
    text-transform: none;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.7);
   
}
.text-container6{
    text-align: center;
    font-size: 31px;
    color: #b7c8d0;
    text-transform: none;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.7);

   padding-bottom: 10%;
   padding-top: 10%;

}
.text-container-voll{
    text-align: center;
    font-size: 31px;
    color: #b7c8d0;
    text-transform: none;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.7);
   padding-bottom: 25%;
   padding-top: 25%;
}
.text-container-halb{
    text-align: center;
    font-size: 31px;
    color: #b7c8d0;
    text-transform: none;
    font-weight: 700;
    font-family: 'Ubuntu', sans-serif;
    text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.7);
   padding-bottom: 10%;
   padding-top: 10%;
}
.img-list{
  
  letter-spacing: 2px;
  font-weight: 800;
  font-size: 1.00em;
  color: #b7c8d0;
  margin-top: 0px;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: uppercase;
  
  letter-spacing:  1px;
  
  
}

.img-list-end{
  
  letter-spacing: 2px;
  font-weight: 800;
  font-size: 1.00em;
  color: #b7c8d0;
  margin-top: 0px;
  margin-left: 40px;
  padding-top: 5px;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing:  1px;
  
  
}

.img-full {
  min-width: 100%;
 
}

.img-logo {
  margin-right: 5px;
  margin-top: -20px;
}

.img-text {
  margin-right: 0px;
  margin-top: -10px;
  font-size: 31px;
}

.img-text2 {
  margin-right: 20px;
  margin-top: -10px;
  font-size: 18px;
}


.img-margin {
  
  margin-right: 0px;
  margin-top: -15px;
  font-size: 14px;
}

/* Intro */

.intro {
  padding: 5px 0;
  /*background: rgba(0,0,0,0.5); */
}

/* Services */

.services {
  background: #152c3f;
  padding: 50px 0;
  color: #b7c8d0;
}

.services1 {
  background: #fc0;
  padding: 0px 0;
  color: #253389;
 box-shadow: 0.2em 0.2em 0.7em black, inset 0 0 0.3em 0.3em rgba(0,0,0,0.6);
  margin-right: 34px;
  margin-left: 34px; 

}

.services2 {
  background-color: #253389;
  color: #b7c8d0;
  box-shadow:inset 0 0 0.3em 0.3em rgba(0,0,0,0.6);
  margin-right: 155px;
  margin-left: 155px;    
}

.services3 {
  background: #b7c8d0;
  padding: 0px 0;
  color: #b7c8d0;
  
}
.services4 {

    background-color: #253389;
  color: #b7c8d0;
  box-shadow:inset 0 0 0.73em 0.3em rgba(0,0,0,0.6);
  margin-right: 0px;
  margin-left: 0px;    
}
.services5 {
  background: url(../x7/05_totale_B1920/00_totale_elegant_02+blur2_1200.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
    background-color: #253389;
  color: #b7c8d0;
  box-shadow:inset 0 0 0.3em 0.3em rgba(0,0,0,0.6);
  margin-right: 14px;
  margin-left: 14px;    
}
.service-item {
  margin-bottom: 15px;
}

i.service-icon {
  border: 3px solid #b7c8d0;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
}
/* header */
.header {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  background: url(../x7/05_totale/header_40.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  
    
}

.features14 {
  overflow: hidden; }
  .features14 .card-block {
    position: relative; }
  .features14 .table-cell-lg:nth-child(2) {
    z-index: 1; }
  .features14 .card-img:after, .features14 .card-img:before {
    box-sizing: border-box; }
  .features14 .card-img {
    max-width: 320px;
    margin: auto;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 20px; }
    .features14 .card-img img {
      max-width: initial;
      height: 100%; }
  .features14 .mbr-embedded-video {
    width: 100%; }
  .features14 .btn {
    margin-bottom: 1.5rem; }
  .features14 .mbr-iconfont.mbr-iconfont-btn {
    font-size: 18px;
    padding-right: 0; }
  .features14 .mbr-section-subtitle {
    text-transform: uppercase; }
  .features14 .mbr-section-subtitle,
  .features14 .mbr-section-text {
    color: #2c3e50; }
/* 
  .features14 .card
 */.card-number {
    position: absolute;
    z-index: 0;
    top: -30px;
    left: -200px;
    line-height: 1;
    font-size: 200px;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    text-align: right;
    color: rgba(255, 255, 255, 0.1); }
/* totale */

.totale_uni {
   
  color: #b7c8d0;
  display: table;
  /*height: 400px; */
  width: 100%;
  height: 100%;
    
background:  no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.totale_uni_2 {
   
  color: #b7c8d0;
  display: table;
  /*height: 400px; */
  width: 100%;
  height: 400px;
    
background:  no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.totale_uni_3 {
   
  color: #b7c8d0;
  display: table;
  /*height: 400px; */
  width: 100%;
  height: 25%;
    
background:  no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.totale_00 {
   
  color: #b7c8d0;
  display: table;
  /*height: 400px; */
  width: 100%;
    height: 135%;
background: url(../x7/06_totale_elegant_1920x1020/person_03+_1920.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.totale_00_nebel {
   
  color: #b7c8d0;
  display: table;
  /*height: 400px; */
  width: 100%;
    height: 135%;
background: url(../x7/06_totale_elegant_1920x1020/person_03+_1920.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.totale_01 {
   
  color: #b7c8d0;
  display: table;
  /*height: 400px; */
  width: 100%;
    height: 135%;
background: url(../x7/06_totale_elegant_1920x1020/person_02+2_1920.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.totale_02 {
   
  color: #b7c8d0;
  display: table;
  /*height: 400px; */
  width: 100%;
    height: 135%;
background: url(../x7/06_totale_elegant_1920x1020/service_03+_1920.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.totale_03 {
   
  color: #b7c8d0;
  display: table;
  /*height: 400px; */
  width: 100%;
    height: 135%;
background: url(../x7/06_totale_elegant_1920x1020/06_03_PE_1920.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.totale_04 {
   
  color: #b7c8d0;
  display: table;
  /*height: 400px; */
  width: 100%;
    height: 135%;
background: url(../x7/06_totale_elegant_1920x1020/service_06+_1920.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.totale_05 {
   
  color: #b7c8d0;
  display: table;
  /*height: 400px; */
  width: 100%;
    height: 135%;
background: url(../x7/06_totale_elegant_1920x1020/06_04_PE_1920.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.totale_06 {
   
  color: #b7c8d0;
  display: table;
  /*height: 400px; */
  width: 100%;
    height: 100%;
background: url(../x7/06_totale_elegant_1920x1020/aussen_02_1920.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.totale_07 {
   
  color: #b7c8d0;
  display: table;
  /*height: 400px; */
  width: 100%;
    height: 100%;
background: url(../x7/06_totale_elegant_1920x1020/person_02+2_1920.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* max 414 */
@media (min-width: 300px) and (max-width: 480px) {
      .totale_00 {
	background:#B9282B;
          height: auto;/* */
  }
     .totale_01 {
	background:#ff8000;
          height: auto;
  }
     .totale_02 {
	background:#ffff00;
          height: 100px;
  }
     .totale_03 {
	background:#bfff00;
         height: 100px;
  }
     .totale_04 {
	background:#0080ff;
         height: 100px;
  }
     .totale_05 {
	background:#bf00ff;
         height: 100px;
  }
       .totale_06 {
	background:#999999;
           height: 100px;
  }
             .totale_07 {
	background:#999999;
              height: auto;
  }
    }
/* max 414 */
/* max 768 */
@media (min-width: 481px) and (max-width: 768px) {
      .totale_00 {
	background:#ff0000;
          height: auto;/* */
  }
     .totale_01 {
	background:#ff8000;
          height: 100px;
  }
     .totale_02 {
	background:#ffff00;
          height: 100px;
  }
     .totale_03 {
	background:#bfff00; 
  }
     .totale_04 {
	background:#0080ff; 
  }
     .totale_05 {
	background:#bf00ff; 
  }
       .totale_06 {
	background:#999999; 
  }
         .totale_07 {
	background:#999999;
              height: auto;
  }
    }
/* max 768 */
@media (min-width: 769px) and (max-width: 1279px) {
  
.totale_00 {
   
  color: #b7c8d0;
  display: table;
  /*height: 400px; */
  width: 100%;
    height: 135%;
background: url(../x7/05_totale_B800/10_1200.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.totale_01 {
   
  color: #b7c8d0;
  display: table;
  /*height: 400px; */
  width: 100%;
    height: 135%;
background: url(../x7/05_totale_B800/01_1200.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.totale_02 {
   
  color: #b7c8d0;
  display: table;
  /*height: 400px; */
  width: 100%;
    height: 135%;
background: url(../x7/05_totale_B800/02_1200.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.totale_03 {
   
  color: #b7c8d0;
  display: table;
  /*height: 400px; */
  width: 100%;
    height: 135%;
background: url(../x7/05_totale_B800/03_1200.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.totale_04 {
   
  color: #b7c8d0;
  display: table;
  /*height: 400px; */
  width: 100%;
    height: 135%;
background: url(../x7/05_totale_B800/04_1200.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.totale_05 {
   
  color: #b7c8d0;
  display: table;
  /*height: 400px; */
  width: 100%;
    height: 135%;
background: url(../x7/05_totale_B800/05_1200.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.totale_06 {
   
  color: #b7c8d0;
  display: table;
  /*height: 400px; */
  width: 100%;
    height: 100%;
background: url(../x7/05_totale_B800/06_1200.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.totale_07 {
   
  color: #b7c8d0;
  display: table;
  /*height: 400px; */
  width: 100%;
    height: 100%;
background: url(../x7/05_totale_B1920/07_05_totale_B1920.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/* Portfolio */

.portfolio {
  padding: 50px 0;
}

.portfolio-item {
  margin-bottom: 25px;
}

.img-portfolio {
  margin: 0 auto;
  box-shadow: 0.7em 0.7em 1.7em 1.3em rgba(0,0,0,0.6);
  border-radius: px;  
}


/* Call to Action */

.call-to-action {
  color: #b7c8d0;
  background: #000;
  padding: 50px 0;
}

.call-to-action .btn {
  margin: 10px;
}

/* Map */

.map {
  height: 500px;
}

/* Footer */

footer {
  padding: 0px 0;
}

.top-scroll {
  margin-top: 50px;
}

.top-scroll a {
  text-decoration: none;
  color: inherit;
}

i.scroll {
  color: #333333;
}

i.scroll:hover {
  color: #0a5175;
}
/* Responsive */

/*promoblock 2022*/
.promoblock_wrapper1 {
    border: 0px solid;
    background: rgba(0,0,0, 0.7);
    color: #3cf;
    padding: 18px 10px 10px 20px;
    overflow: hidden;
   margin-top: 8px;
    
   border-radius: 10px;
}
/* #ffebcc #06c #90f #f90 #fc0 #fec */
.promoblock_wrapper12 {
    border: 0px solid;
    background: rgba(0,4,67, 0.2);
    color: #f90;
    padding: 18px 10px 10px 20px;
    overflow: hidden;
   margin-top: 8px;
    
   border-radius: 10px;
}
.promoblock_wrapper12:hover{
    border: 0px solid;
    background: rgba(20,4,67, 0.6);
    color: #90f;
    
    
   border-radius: 10px;
}

.promoblock_wrapper11 {
    border: 1px solid;
    background: rgba(0,0,0, 0.7);
    color: #3cf;
    padding-top: 8px;
    padding-left: 1px;
    overflow: hidden;
    margin-top: 0px;
    border-radius: 4px;
}

	
}
.promoblock_wrapper_waage {
    border: 1px solid;
    background: rgba(0,0,0, 0.7);
    color: #3cf;
    padding: 8px 8px 8px 12px;
    overflow: hidden;
    margin-top: 0px;
    border-radius: 4px;
}
.promoblock_waage {
    
    /*
    padding: 19px 25px 10px 19px; */
    overflow: hidden;
    margin-left: 8px;
}
.promoblock_verti {
    
    
    
    overflow: hidden;
    
}







.now_waage {
	box-shadow: inset 4px -0px 0  #3cf ;
    border: 2px solid;
    border-radius: 4px;
    border-color:#3cf!important;
}

.promoblock_wrapper13 {
    border-left: 6px solid;
     /* background: rgba(0,0,0, 0.7); */
    padding: 19px 19px 19px 19px;
    overflow: hidden;
   margin-top: 33px;
     border-color:#3cf!important;
}

.abstand_filter_alle4 {
 border-top: 1px solid #88ff77;
border-bottom: 1px solid #fc0;
border-left: 1px solid #bb22ff;
border-right: 1px solid #fa0000;
 padding: 6px 6x 6px 6px;
    
}
.abstand_filter_alle {
 border: 4px solid #000;

 padding: 6px 6x 6px 6px;
    
}
.promoblock_wrapper_art {
    border: 1px solid;
     /* background: rgba(0,0,0, 0.7); */
    padding: 8px 8px 8px 8px;
    overflow: hidden;
   margin-top: 33px;
    border-color:#bb22ff!important;
}
.abstand_filter_art {
 border: 1px solid;
 padding: 2px 2px 2px 2px;
    border-color:#bb22ff!important;
}

.promoblock_wrapper_foto {
    border: 1px solid;
     /* background: rgba(0,0,0, 0.7); */
    padding: 8px 8px 8px 8px;
    overflow: hidden;
   margin-top: 33px;
    border-color:#88ff77!important;
}
.abstand_filter_foto {
 border: 1px solid;
 padding: 2px 2px 2px 2px;
 border-color:#88ff77!important;
}
.promoblock_wrapper_logo {
    border: 1px solid;
     /* background: rgba(0,0,0, 0.7); */
    padding: 8px 8px 8px 8px;
    overflow: hidden;
   margin-top: 33px;
    border-color:#fa0000!important;
}
.abstand_filter_logo {
 border: 1px solid;
 padding: 2px 2px 2px 2px;
  border-color:#fa0000!important;
}
.promoblock_wrapper_mix {
    border: 1px solid;
     /* background: rgba(0,0,0, 0.7); */
    padding: 8px 8px 8px 8px;
    overflow: hidden;
   margin-top: 33px;
    border-color:#3096ff!important;
}
.abstand_filter_mix {
 border: 1px solid;
 padding: 2px 2px 2px 2px;
  border-color:#3096ff!important;
}

.abstand_filter_pro {
 border: 1px solid;
 padding: 2px 2px 2px 2px;
 border-color:#fa0000!important;
}
.promoblock_wrapper_red_pro {
       border-left: 6px solid;
    border-right: 6px solid;
    background: rgba(0,0,0, 0.7);
    padding: 10px;
    overflow: hidden;
   margin-top: 33px;
    border-color:#60c!important;
}
.abstand_filter_red {
 border: 1px solid;
 padding: 2px 2px 2px 2px;
 border-color:#fa0000!important;
}
.promoblock_wrapper_fest {
    border: 10px solid;
     /* background: rgba(0,0,0, 0.7); */
    padding: 10px 10px 10px 10px;
    overflow: hidden;
   margin-top: 33px;
    border-color:#55ffff!important;
}
.promoblock_wrapper_ohne {
    border-left: 0px solid;
     /* background: rgba(0,0,0, 0.7); */
    padding: 0px 0px 0px 0px;
    overflow: hidden;
   margin-top: 33px;
    border-color:#55ffff!important;
}

.promoblock_wrapper_test {
    border-left: 10px solid;
     /* background: rgba(0,0,0, 0.7); */
    padding: 19px 19px 19px 19px;
    overflow: hidden;
   margin-top: 33px;
    border-color:#b7c8d0!important;
}

.promoblock_wrapper_rest {
    border-left: 10px solid;
    /* background: rgba(0,0,0, 0.7); */
    padding: 19px 19px 19px 19px;
    overflow: hidden;
   margin-top: 33px;
    border-color:#787f84!important;
}

.promoblock_wrapper {
    border-left: 6px solid;
    background: rgba(0,0,0, 0.7);
    padding: 19px 19px 19px 19px;
    overflow: hidden;
   margin-top: 33px;
   text-align: center; 
}

.promoblock_wrapper2019 {
    border-left: 6px solid;
    background: rgba(0,0,0, 0.7);
    padding: 0px 0px 0px 0px;
    overflow: hidden;
   margin-top: 33px;
    border-color:#ff0077!important;
}

.promoblock_wrapp_2020_10 {
    border-left: 6px solid;
    background: rgba(0,0,0, 0.7);
    padding: 10px 10px 10px 10px;
    overflow: hidden;
   margin-top: 33px;
    border-color:#0032A6!important;
}
.promoblock_wrapp_2020_11 {
    border-left: 6px solid;
    background: rgba(0,0,0, 0.7);
    padding: 10px 10px 10px 10px;
    overflow: hidden;
   margin-top: 33px;
    border-color:#b0d700!important;
    text-align: center;
}
.promoblock_wrapp_2020_was {
    border-left: 6px solid;
    background: rgba(0,0,0, 0.7);
    padding: 10px 10px 10px 10px;
    overflow: hidden;
   margin-top: 33px;
    border-color:#0032A6!important;
    text-align: center;
}
.promoblock_wrapp_2020_web {
    background-image:url(../x7/x7_nav/pattern/pattern16.png);
    padding: 10px 10px 10px 10px;
    overflow: hidden;
   margin-top: 33px;
    
}
}
.promoblock_wrapp_2020_wie {
    
   
    background-image: url(../img/DNA_A_00_100+.png);
    padding: 10px 10px 10px 10px;
    overflow: hidden;
   margin-top: 33px;
    
}
.promoblock_wrapper_pro {
    
    background-image:url(../x7/x7_nav/pattern/pattern11.png);
    padding: 10px 10px 10px 10px;
    overflow: hidden;
   margin-top: 33px;
   
}
.promoblock_wrapp_2020_14 {
   
    background-image:url(../x7/x7_nav/pattern/pattern11.png);
    /* background: rgba(0,0,0, 0.7); 
    background-image: url(../x7/x7_nav/unterschrift_120_3.png);*/
    padding: 10px;
    overflow: hidden;
   margin-top: 33px;
    border-color:#000!important;
}
.promoblock_wrapp_2020_15 {
    border-left: 6px solid;
    background: rgba(0,0,0, 0.7);
    padding: 10px 10px 10px 10px;
    overflow: hidden;
   margin-top: 33px;
    border-color:#ff9900!important;
}
.promoblock_eingang {
    text-align: center;
    margin-top: 25px;
}
.promoblock_wrapper h3,
.promoblock_wrapper h6 {
    text-transform: none;
}

.promoblock_wrapper .promo_text_block {
    width: 66%;
    display: inline-block;
    float: left;
}

.no_button_text .promoblock_wrapper .promo_text_block {
    width: 100%;
}

.no_button_text .promoblock_wrapper {
    padding-right: 19px;
}

.promoblock_wrapper .promo_button_block {
    width: 33%;
    display: inline-block;
    float: left;
    text-align: right;
    padding-top: 5px;
}

.promoblock_wrapper .promo_button_block a {
    margin: 0;
}

.promoblock_wrapper h3 {
    color: rgba(179, 204,204,  0.8);
    margin: 0 0 3px 0;
}

.promoblock_wrapper h6 {
    
    margin: 0;
}


/*promotext2*/
.promoblock_wrapper2 {
    border-left: 6px solid;
    background: rgba(100, 100, 0,  0.6);
    padding: 19px 25px 10px 19px;
    overflow: hidden;
    
}



.promoblock_wrapper2 h3,
.promoblock_wrapper2 h6 {
    text-transform: uppercase;
}

.promoblock_wrapper2 .promo_text_block {
    width: 66%;
    display: inline-block;
    float: left;
}

.no_button_text .promoblock_wrapper2 .promo_text_block {
    width: 100%;
}

.no_button_text .promoblock_wrapper2 {
    padding-right: 19px;
}

.promoblock_wrapper2 .promo_button_block {
    width: 33%;
    display: inline-block;
    float: left;
    text-align: right;
    padding-top: 5px;
}

.promoblock_wrapper2 .promo_button_block a {
    margin: 0;
}

.promoblock_wrapper2 h3 {
    color: rgba(179, 204,204,  0.8);
    margin: 0 0 3px 0;
}

.promoblock_wrapper2 h6 {
    color: #3cf;
    margin: 0;
}

