@charset "utf-8";
/* CSS Document */


.bg-dreieck2 {
  position: relative;
}
@media (min-width: 1200px) {
  .bg-dreieck2:before {
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #50545F;
   
    width: 50px;
    height: 50px;
	
  }
  .bg-dreieck2:before {
    right: 50%;
    top: -40px;
  }
  
}

.sect004 {
	background: #E0DEDF url(../images/sect004.jpg) 0px 0px no-repeat; background-attachment:fixed; background-size: 100% 100%;
    mim-height: 600px;
    padding: 19px;
    padding-bottom: 20px;
	margin-top: -20px;
    
    border: 10px solid #e3e3e3; 
	
    
}



.sect004-hero-unit {
  margin-top: 220px;
   padding: 20px;
  margin-bottom: 30px;
  font-size: 1.1em;
 
  
  line-height: 1.3em;
  color: #fff;
  background-color: rgba(80,84,95,.55);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
 border: 1px solid #50545F;
 -webkit-animation: mymove 3s infinite;
  -webkit-animation-iteration-count: 1;
  animation: mymove 3s infinite;
  animation-iteration-count: 1;
}

@-webkit-keyframes mymove {
  from {
    margin-left: 100%;
  }
  to {
    margin-left: 0%;
  }
}
@keyframes mymove {
  from {
    margin-left: 100%;
  }
  to {
    margin-left: 0%;
  }
}
.sect004-hero-unit h1 {
  margin-bottom: 0;
  font-size: 1.5em;
  font-family: "Times New Roman", Times, serif;
 
   color: #000;
  
  text-shadow: 0 -1px 0 rgba(250, 250, 250, 0.5);
  
}

.sect004-hero-unit h2 {
  padding-bottom: 10px;
  font-size: 2.0em;
  
 
   color: #fff;
  
  
  
}
.sect004-hero-unit img {
width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
	margin-left: -10px;
	margin-bottom: 20px;
    border: 10px solid #C1987A;
    -ms-interpolation-mode: bicubic;
}
.sect004-hero-unit span {
	
	color: #fff;
}

@media only screen and (min-width: 767px) {
	
	border: 100px solid #e3e3e3; 
	
}
	
	
	


	
	


