html,                /*heizarmee*/

body {
     background: #000 url(../pictures/frontcover_500_blur.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    display: flex;
    height: 100%;
    flex-direction: column;
}

.container{
    width: 95%;
    margin: auto;
    text-align: center;
}

.opa{
    opacity: 0.8;
}

.grey{
    width: 300px;
}

.container-1 {
   margin: auto;
   width: 95%;
   text-align: center;
}

.box-1{
    flex:1;
    margin-top: 20px;
}

.box-2{
    flex:1;
}

.box-3{
    flex:1;
    margin-top: 10px;
}

.box-4{
    flex:1;
}

.box-5{
    flex:1;
}

.box-6{
    flex:1;
}

.box-7{
    flex:1;
}

.left {
    float: left;
}
p {
    font-size: 20px;
    letter-spacing: 3px;
}

i {
    font-size: 20px;
}

a  {
    /*margin-left: 10px;*/
    text-decoration: none;
}

a:hover{
    color: #ff0000;
    text-decoration: none;
 /*   font-size: 36px; */
    text-shadow: 0px 0px 8px #ff0000;
    -o-text-shadow: 0px 0px 8px #ff0000;
    -moz-text-shadow: 0px 0px 8px #ff0000;
    -webkit-text-shadow: 0px 0px 8px #ff0000;
    border:none;
}


.center {
    margin-left: auto;
    margin-right: auto;
}


.row{
    text-align: center;
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}


@font-face {
    font-family: "Heizarmee";
	src: url("../Heizarmee.ttf") format('truetype');
}

@font-face {
    font-family: "Heizarmee";
	src: url("Heizarmee.ttf") format('truetype');
}

.heizarmee {
    font-family: Heizarmee;
    color: #e20505;
    font-size: 35px;
    position: relative;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.active{
  
    font-size: 40px;
    border-radius: 5px;
    border-spacing: 1px;
    border-color:none;
    color: #ff0000;
   /*  text-shadow: 0px 0px 12px #ff0000;
    -o-text-shadow: 0px 0px 8px #ff0000;
    -moz-text-shadow: 0px 0px 8px #ff0000;
    -webkit-text-shadow: 0px 0px 8px #ff0000; */
    text-decoration: underline;
    text-decoration-color: #ff0000; 
}

.col-sm-12{
    padding: 5px 5px 5px 5px;
}


h3  {
    font-family: Heizarmee;
    font-size: 25px;
    font-weight: lighter;
    color: #C80000;
}

h1  {
    font-family: Heizarmee;
    font-size: 25px;
    font-weight: lighter;
    color: #ed1f24;
    text-align: center;
    letter-spacing: 3px;
}
 
.text  {
    font-family: Verdana;
    font-size: 16px;
    font-weight: lighter;
    color: #efefef;
}

.menu {   
    display: block;
    text-align: center;
    top:0;   
}

.frame {

    border: solid 1px #ed1f24;
}

.container-fluid {
    width: 96%;
   /* max-width: 1400px; */
    margin-top: 20px;
   
}


.heizfooter {    
    flex-shrink: 0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: 10px;
    font-family: Heizarmee;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 4px;
}

.normal {
    vertical-align: middle;
    display: inline-flex;
    text-align: center;
}

.abstand {
    margin-bottom: 20px;
}

@media only screen and (max-width: 576px) {
    
.heizarmee {
    font-size: 20px;
}
    


.heizfooter {
    font-size: 12px;
    letter-spacing: 2px;
}
    
 .abstand{
    display: none;
    }    
p{
    font-size: 15px;
}
}
