/*
noch dunkler, alte Version: #292929
*/


      a.highlight:link    { color: white;}
      a.highlight:visited { color: white;  }
      a.highlight:hover{color: #bdbdbd; }
      
      
      a.highlight2:link    { color: #777777;}
      a.highlight2:visited { color: #777777;  }
      a.highlight2:hover{color: #3b3b3b; }
      
            a.highlight3:link    { color: #777777;
            						text-decoration: underline}
      a.highlight3:visited { color: #777777;  }
      a.highlight3:hover{color: #bf392b; }



.no-padding{
padding: 0;
}

body{
background-color: #eeeeee;
/*font-family: 'PT Sans', sans-serif;*/

/*     font-family: 'Open Sans', sans-serif; 
	font-weight:300; 
	font-style:normal;
	*/
	
  font-family: 'Raleway', sans-serif;
  color: #777777;


}


.formX{
width: 50%;
margin: 0 auto;
}


.inputX{
width: 100%;
margin: 0;
height: 30px;
}

.areaX{
width: 100%;
height: 250px;
}

.formFont{
  color: #d4d4d4;
margin: 0;
  }
 

   
   
.contentBoxA{
padding-left: 0;
padding-right: 20px; 
padding-bottom: 50px;
}

.contentBoxB{
padding-left: 20px;
padding-right: 0;
padding-bottom: 50px;
}

.contentBoxC{
padding-left: 0;
}

.contentText{
  line-height: 2;
  margin-bottom: 20px;
  text-align: justify;
  
  }
  
  .contentText2{
  color: #d4d4d4;
  line-height: 2;
  margin-bottom: 20px;
  text-align: justify;

  }
  
    .contentText3{
  color: #d4d4d4;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  }
  
      .contentText4{
  color: #353739;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;

  }
  
  
  input{
  margin: 7px;}
  
h1{
  font-size: 50px;
  font-weight: 400;
  color: #bf392b;
  /* hyphens */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
  }
  
  
  
  h2{
  font-size: 25px;
  font-weight: 400;
  color: #1e4480;
    line-height: 1.5;
  }
  /*00245d dunkleres blau*/
  
  
    h3{
  font-size: 25px;
  font-weight: 400;
  color: #bf392b;
    line-height: 1.5;
    
  }
  
  h4{
    font-size: 50px;
  font-weight: 500;
  color: #e8e8e8; 
  padding-left: 13px;
  /* hyphens */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
  
  }
  
  h5{
     font-size: 25px;
border-top: 1px solid #292929;
padding-left: 10px;
padding-top: 10px;
margin: 5px 0;
  text-align: left;
  font-weight: 600;
  color: #292929;
   }
   
   h6{
    font-size: 25px;
    }

  
ul.content {
  list-style: none;
padding-left: 0;
  font-size: 22px;
}
li.content {
  padding-left: 1.3em;
}
li.content:before {

  content: "\f105"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #1e4480;
    font-weight: 800;
  padding: 5px;
}

a:hover {
    text-decoration: none;
}

.styleBorder{
background-image: url(../bg1.png);
height: 35px;
}

.styleBorder2{
background-image: url(bg2.png); 
background-repeat: 
repeat-x; 
height: 3px;
}

/*Für die große Desktop-Ansicht*/
.menuAux{
width: 80%; 
overflow: visible;
float: right;


}


.logo2{
display: none;
}

.backgroundBox{
background-repeat: no-repeat; 
background-size: cover;
background-size: 101%;

	transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;

}

.backgroundBox:hover{
position: center;
background-size: 103%;

}



.box {

cursor:pointer;
width: 100%; 
opacity: 0.3;
-webkit-transition:opacity 500ms ease-out;
-moz-transition:opacity 500ms ease-out;
-o-transition:opacity 500ms ease-out;
transition:opacity 500ms ease-out;

}

.box:hover {

    opacity: 0;
-webkit-transition:opacity 0.5s ease-out;
-moz-transition:opacity 0.5s ease-out;
-o-transition:opacity 0.5s ease-out;
transition:opacity 0.5s ease-out;

}




.greyUndercut{
background-color: #fff;

/* #486081 */
color: #bf392b; 
box-shadow: inset 0px 1px 1px #252525;

text-align: left; 
padding-top: 3px;
padding-left: 15px;
padding-bottom: 10px;
border-top: 1px solid white;
opacity: 1;

/*
position: absolute;
top: 60%;
width: 100%;
height: 40px;
opacity: 0.7
*/
}



/*
.greyUndercut:hover{
background-color: #000; 
border-top: 1px solid white;
color: white; 
text-align: center; 
font-size: 18px; 
left; padding: 3px;
-webkit-transition:opacity 500ms ease-out;
-moz-transition:opacity 500ms ease-out;
-o-transition:opacity 500ms ease-out;
transition:opacity 500ms ease-out;
}
*/

.buttonContent,
.buttonContent:visited {
  outline: 0;
  width: auto;
  height: 44px;
  border: none;
  margin: 0 10px;
  padding: 0 23px;
  cursor: pointer;
  font-size: 13px;
  text-align: left;
  text-shadow: none;
  line-height: 44px;
  position: relative;
  font-style: normal;
  white-space: nowrap;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  font-family: 'Raleway', sans-serif;
  -webkit-border-radius: 0px; 
  border-radius: 0px; 
  -webkit-box-sizing:initial !important;
  box-sizing:initial !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: color 0.3s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.buttonContent:before {

  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  position: absolute;
  -webkit-border-radius: 0px; 
  border-radius: 0px;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out 0s;
  transition: transform 0.3s ease-in-out 0s;
}
.buttonContent:hover,
.buttonContent:active,
.buttonContent:focus {
  box-shadow: none;	
  outline: none !important;
}
.buttonContent:hover:before,
.buttonContent:focus:before,
.buttonContent:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}



.buttonContent,
.buttonContent:visited {
  color: #ffffff;
  font-weight: 500;
}
.buttonContent:hover,
.buttonContent:active,
.buttonContent:focus {
  color: #bf392b !important;
}
.buttonContent,
.buttonContent:visited {
  background: #ffffff;
}
.buttonContent:hover,
.buttonContent:active,
.buttonContent:focus {
  background: #fff !important;
}
.buttonContent:before {
  background: #bf392b;
}


/*****************************************************************************
							Klassen für den Hilfsdiv, 
							damit das Menu rechtsbündig ausgerichtet ist!
							+
							Logo bei Tablets mittig
*****************************************************************************/



@media (max-width: 1200px) { 
.menuAux{
width: 96%; 
overflow: visible;
float: right;
}


 }

@media (max-width: 992px) {

.menuAux{
width: 99%; 
overflow: visible;
}

.logo{
text-align: center;
margin-bottom: 20px;

}





@media (max-width: 768px) {
.menuAux{

width: 100%;
position: fixed; 
top: 0;
left: 0;
z-index: 33;
box-shadow: 0px 2px 5px black;
opacity: 0.9;

}


h1{
font-size: 37px;
}

h4{
font-size: 37px;
}

.box{
opacity: 0;
}


.contentBoxA{
padding-right: 0;
}

.contentBoxB{
padding-left: 0;
}
.styleBorder{
display: none;
}

.styleBorder2{
margin-top:46px;
background-image: none;
}

.mailC{
display: none;
}

.logo{
text-align: center;
margin-bottom: 20px;
display: none;
}

.logo2{
text-align: center;
margin-top: 0;
margin-bottom: 20px;
display: block;
}

.buttonContent,
.buttonContent:visited {
  color: #bf392b;
}
.buttonContent:hover,
.buttonContent:active,
.buttonContent:focus {
  color: #fff !important;
}
.buttonContent,
.buttonContent:visited {
  background: #bf392b;
}
.buttonContent:hover,
.buttonContent:active,
.buttonContent:focus {
  background: #bf392b !important;
}
.buttonContent:before {
  background: #fff;
}




.formX{
width: 100%;
margin: 0;
}


.inputX{
width: 100%;
margin: 0;
height: 30px;
}



  
  
}





