body {
    font-family: 'PT Sans', sans-serif;
    font-size: 18px;
    background-color: #f5f5f5;
}

header > .header_image > .center_container > img {
    max-width: 400px;
}

.header_image {
    margin: auto;
    width: 50%;
    border-bottom: 1px solid grey;
    padding: 35px;
}

.center_container {
    margin: auto;
    width: 50%;
}

.cont {
    display:block;
    margin:auto;
    max-width: 1000px;
}

.directions {
    padding-top: 10px;
}

 /* Style the tab */
.tab {
  overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: #f1f1f1;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #f28d95;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #b21523;
    color: white;
    font-weight: bold;
}

.tab button.active_black {
    background-color: rgb(35, 31, 32);
    color: white;
    font-weight: bold;
}

/* Style the tab content */
.tabcontent {
  display: none;
  border-top: none;
} 



@media screen and (max-width:1000px) {
    .tile {
        max-width: 90% !important;
    }
    .tile_text {
        max-width: 90% !important;
    }
    .rc_nav a {
         font-size: 0.9em !important;
    }
}

.rc_nav {
  overflow: hidden;
  text-align: center;
  z-index: 6;
}

.rc_nav a {
 display: inline-block;
 margin-right: -4px;  /* inline-block gap fix */
 color: #000;
 padding: 22px 22px;
 text-decoration: none;
 font-size: 1.5em;
 z-index: 9;
}

.rc_selected {
  text-decoration: underline dotted #b21523 !important;
}

.wall {
    max-width: 1600px;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}

.intro {
    margin: auto;
    text-align: center;

    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px;
    text-decoration: none;
    color: black;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    margin-bottom: 25px;
    text-align: justify;
}

.tile {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px;
    text-decoration: none;
    color: black;
    cursor: pointer;
    max-width: 480px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    margin-bottom: 25px;
    text-align: left;
}

.tile.text {
    max-width: 960px;
}

.noclick {
    cursor: auto !important;
}

.heighttile {
    background: #ffffff;
}

.textblock {
    font-size: 0.8em;
    padding: 20px;
}

.tile_text {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px;
    text-decoration: none;
    color: black;
    max-width: 980px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    margin-bottom: 25px;
    text-align: justify;
}

.tile_text > div {
    padding: 25px;
}

.tile:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.tile_text:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.spacing-tile {
    width: 480px;
    display: none;
    margin: 10px;
}

img {
    border-radius: 5px 5px 0 0;
    width: 100%;
    display: block;
}

.text-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.image { 
    position: relative; 
    width: 100%; /* for IE 6 */
}

.image-overlay { 
    position: absolute; 
    top: 15px; 
    right: 0; 
    padding: 10px;
    background-color: #b21523;
    color: white;
    
}

.time_location,
.content {
    display: table-cell;
    vertical-align: top;
    border-radius: 0 0 5px 5px;
    overflow-wrap: anywhere;
}

.time_location {
    position: relative;
    width: 120px;
    background-color: #ddd;
    text-align: center;
    vertical-align:middle;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
}

.time{
    font-weight: bold;
    padding-top: 10px;
}

.location{
    padding: 10px;
    font-size: 0.9em;
}

.content {
    padding-left: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    background-color: white;
    overflow-wrap: anywhere;
}

h2 {
    text-transform: uppercase;
    font-size: 14pt;
    margin-top: 0;
    padding-top: 10px;
}

.mapouter { 
    float: left;
    padding-right: 10px;
    margin-right: 20px;
}

.image-container {
    display: flex;
    flex-wrap: wrap;
}

.image-container img {
    width: 300px; /* Adjust the width as needed */
    height: auto;
    margin-right: 10px; /* Adjust the margin as needed */
    margin-bottom: 10px; /* Adjust the margin as needed */
}

@media screen and (max-width: 600px) {
    .image-container {
        justify-content: center;
    }
    .image-container img {
        width: 100%; /* Adjust the width as needed for smaller screens */
        margin-right: 0;
    }
}

.footer_container {
    display: flex;
    justify-content: center;
}

.cooperation-text {
    display: inline-block;
    margin-right: 10px;
}


.textblock h2 {
    text-align: center;
}