/* Global Styles */

html,
body {
  height: 100%;
  width: 100%;
}

/* __________ Buttons __________ */
.btn {
	display:inline-block;
	
	/*border-radius: 12px;  */
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid rgba(0, 0, 0, 0.3); 
	
	box-shadow: none;
	text-transform:none;
	font-weight: 400;
	line-height: 20px;
	font-size: 13px;
	color:#fff;
	text-shadow: none;
    /*  
	border-radius: 5px 5px 35px 5px;*/

	transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
}
.btn:focus, .btn:hover {

    color:#fff;/* 	margin-left: 2px;
 margin-top: 2px; */
	/* 
    background-color:#B9282B; */
 
  
}
.btn-block {
	display: block;
     

}
.btn-active  {/*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 1px 4px 42px 1px rgba(255,255,67, 0.2);
    box-shadow: 1px 1px 1px 1px rgba(0,0,67, 0.2);
    background-color:rgba(0,4,67, 0.2)
    margin: 0 3px 5px 0;
	padding: 6px 10px;
}
.btn-start {
	color:#fec;
	background-color:rgba(0,4,67, 0.2);
   border-radius: 3px 3px 10px 3px;
    box-shadow: inset 9px 5px 12px 5px rgba(255,255,255, 0.1);  

}
/* 
.btn-active:hover {background:#B9282B; color:#fff;} */
.btn-active: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 2px 1px #000;
}
.btn-start: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 #333;
}
.btn-white {background-color:#fff; color:#B9282B;}
.btn-white:hover {background-color:#fe5252; color:#fff;}

.btn-profil {
   /*
    border-top: 5px solid rgba(0, 0, 0, 0.8);
    border-left: 5px solid rgba(0, 0, 0, 0.8);
    border-right: 7px solid rgba(0, 0, 0, 0.8);
    border-bottom: 12px solid rgba(0, 0, 0, 0.8); 
    background-color:rgba(0,0,0, 0.3);
    box-shadow: inset 1px 5px 5px 5px #000;
   !*/
    
    opacity: 0.3;
     
   
}
.btn-profil:hover {
   /*
    border-top: 5px solid rgba(0, 0, 0, 0.8);
    border-left: 5px solid rgba(0, 0, 0, 0.8);
    border-right: 7px solid rgba(0, 0, 0, 0.8);
    border-bottom: 12px solid rgba(0, 0, 0, 0.8); 
    box-shadow: inset 15px 15px 25px 15px #000;
   !*/
 
 opacity: 0.9;
}

.btn-lg {padding: 12px 20px; font-size:14px; font-weight: 800;}
.btn-sm {padding: 6px 20px 5px; font-size:12px;}
.btn-sm2 {padding: 4px; font-size:12px; border-radius: 2px 2px 8px 2px}

.btn-galerie {
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
     font-size:12px; border-radius: 8px}
.btn-xs {padding: 2px 15px 3px; font-size:11px;}







/* 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: 98%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.arrow span{
    
    display: block;
    width: 20px;
    height: 20px;
    border-top: 3px solid #eea928;
    border-left: 3px solid #eea928;
    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 #253389;
    border-left: 3px solid #253389;
    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: #fff;
  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: #fff;
  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: #fff;
  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: #fff;
    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-container1{
    text-align: center;
    font-size: 31px;
    color: #253389;
    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: #fc0;
    text-transform: none;
    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: 10%;
   padding-top: 10%;

}
.text-container3{
    text-align: center;
    font-size: 18px;
    color: #cc0000;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
   
   padding-bottom: 4px;
}

.text-container4{
    text-align: right;
    font-size: 14px;
    color: #cc0000;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
   background: #000;
   padding-bottom: 34px;
}

.header {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  background: url(../x7/x7_bg/bg6.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.img-list{
  
  letter-spacing: 2px;
  font-weight: 800;
  font-size: 1.00em;
  color: #fff;
  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: #fff;
  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: #fff;
}

.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: #fc0;
  box-shadow:inset 0 0 0.3em 0.3em rgba(0,0,0,0.6);
  margin-right: 14px;
  margin-left: 14px;    
}

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

.service-item {
  margin-bottom: 15px;
}

i.service-icon {
  border: 3px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
}

/* Callout */
.callout10 {
  color: #ffffff;
  display: table;
  /*height: 400px; */
  width: 100%;
  background: url(../x7/x7_callout/callout10+.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.callout1 {
  color: #ffffff;
  display: table;
  /*height: 400px; */
  width: 100%;
background: url(../x7/x7_callout/callout1+.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.callout2 {
  color: #ffffff;
  display: table;
  /*height: 400px; */
  width: 100%;
 background: url(../x7/x7_callout/callout11+.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.callout3 {
  color: #ffffff;
  display: table;
  /*height: 400px; */
  width: 100%;
  background: url(../x7/x7_callout/callout3.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.callout4 {
  color: #ffffff;
  display: table;
  /*height: 400px; */
  width: 100%;
  background: url(../x7/x7_callout/callout4.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.callout5 {
  color: #ffffff;
  display: table;
  /*height: 400px; */
  width: 100%;
  background: url(../x7/x7_callout/callout5+.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.callout6 {
  color: #ffffff;
  display: table;
  /*height: 400px; */
  width: 100%;
  background: url(../x7/x7_callout/callout6.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.callout7 {
  color: #ffffff;
  display: table;
  /*height: 400px; */
  width: 100%;
  background: url(../x7/x7_callout/callout7+.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.callout8 {
  color: #ffffff;
  display: table;
  /*height: 400px; */
  width: 100%;
  background: url(../x7/x7_callout/callout8+.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.callout9 {
  color: #ffffff;
  display: table;
  /*height: 400px; */
  width: 100%;
  background: url(../x7/x7_callout/callout9.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.callout12 {
  color: #ffffff;
  display: table;
  /*height: 400px; */
  width: 100%;
  background: url(../x7/x7_callout/callout12+.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.3em 0.3em 0.7em rgba(0,0,0,0.6);
  border-radius: 5px;  
}


/* Call to Action */

.call-to-action {
  color: #ffffff;
  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 */

@media (max-width: 768px) {
	
  .header {
	background: url(../x7/x7_bg/bg4.jpg) no-repeat center center scroll; 
  }

  .callout1 {
	background: url(../x7/x7_bg/bg+.jpg) no-repeat center center scroll; 
  }
 
  .callout8 {
	background: url(../x7/x7_03_800x450/02_03_800x450_maske_D.jpg) no-repeat center center scroll; 
  }
    
  .callout12 {
	background: url(../x7/x7_03_800x450/06_03_800x450_maske_D.jpg) no-repeat center center scroll; 
  }
 .callout5 {
	background: url(../x7/x7_03_800x450/04_03_800x450_maske_D.jpg) no-repeat center center scroll; 
  } 
  .map {
	height: 75%;
  }

}
