.header
{
    height:300px;
    width: 2000px;
    background-image:url("/images/panorama.png");
    background-size: cover;

    
   
    
}

.nav-bar-links
{
    color: white;
    float: right;
    margin-top: 18px;
}

.nav-bar-links li {
    float:left;
    list-style-type: none;
    margin-right:26px;
}

.kirche {
    
    font-size: 19pt;
    font-weight: bold;
    color: white;
    padding-left: 30px;
    padding-top: 12px;
    font-family: sans-serif;
}


    
.artikel_aktuelles{

    text-align:center;
}


.geschichte {
    color: 0,0,25;
    margin-right: 30%;
    margin-left: 30%;
}
.gottesdienste {
    margin-left: 20%;
    
}
.gottesdienste table{
    border: solid 1px black;
    border-radius:5px;
    font-size: 156%;
}
.gottesdienste td{ 

        flex-wrap: nowrap;
       text-align:center;
       border:solid 2px black;
       border-radius:5px;
       padding:10px;
   
    }


.kontakte {
    
    text-align:center;
    }
.kontakte p{
    text-align:center;
}
.impressum {
    text-align:center;
}
.box1 {
     float: left;
     width: 50%;
     padding: 10px;
     background: #eee;
     box-sizing: border-box;
}
.box2 {
     float: right;
     width: 50%;
     padding: 10px;
     background: #eee;
     box-sizing: border-box;
}


.container {
    text-align: center;
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.flex {
    display:inline-block;
    padding:10px;
}





