body {
 font: 1em "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
 line-height: 1.6em;
 color: #666;
 background: #F8F8FF;
 }

.header {
    margin-top: 1em;
    margin-bottom: 2em;
    border-bottom: 1px solid #0047AB;
    padding-bottom: 0.5em;
}

h1 {
 font: normal 1.1em "Raleway", 'Montserrat', arial, verdana, sans-serif;
 text-transform: uppercase;
 margin-top: 0.5em;
 margin-bottom: 1em;
 }

h2 {
 font: normal 1.0em "Raleway", 'Montserrat', arial, verdana, sans-serif;
 text-transform: uppercase;
 margin-top: 0.5em;
 margin-bottom: 1em;
 }
h3 {
 font: normal 1.0em arial, verdana, sans-serif;
 text-transform: uppercase;
    margin-top: 0.5em;
 margin-bottom: 1em;
 }

img {
    border: 1px solid #DCDCDC;
 padding: 2px; 
}

.my-logo img {
    border: 0px solid red;
    margin-bottom: 1em;
}

img.bild-rechts {
    float: right;
    margin-left: 1.5em;
}




#aktuelles .cell {
    border-bottom: 1px solid #999;
    margin: 1em 0;
    padding-bottom: 2em;
   
}

@media only screen and (max-width: 699px) {
    
    #aktuelles .cell {
    border-bottom: 0px solid #999;
    margin: 0;
    padding-bottom: 0em;
   
}
    p.datum {
        border-top: 1px solid #999;
        padding-top: 1em;
    }
    
    .header {
        border-bottom: 0px solid #0047AB;
    }    
    
}

#aktuelles .header .cell {
    border-bottom: 0;
    margin: 0;
    padding-bottom: 0;  
}


p.aktuell img {
    margin-top: 3em;
}

.row {
    margin-bottom: 1.1em;
}

tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #fff; }

tbody tr:nth-child(odd) {
    border-bottom: 0;
    background-color: #E5ECF6; }

 th {
    background-color: #fff;
}

tbody th.monat {
    background-color: #2671C4;
    color: #fff;
    text-align: left;
}
tfoot tr.monat {
    background-color: #fff;
}
tfoot td {
    text-align: center;
    padding: 1em;
    font-weight: normal;
}


/* navigation #################### */

/* vermeidet fouc flash of unstyled content */

a {
  color: #0047AB;
  text-decoration: underline;
  cursor: pointer; 
}

  a:hover, a:focus {
    color: #ffcc00;
      text-decoration: none;
}

a.current {
   color: #ffcc00; 
}



.dropdown {
    border: 1px solid red;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
 
  border-color: #0047AB transparent transparent; /* wichtig fuer farbe der arrows */
  }
.dropdown.menu .is-active > a {
  background: transparent;
  color: #333; }

.dropdown .is-dropdown-submenu a, .dropdown .is-dropdown-submenu span.active {
    padding: 0.7rem 1rem; 
    

}

.no-js .top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }

  .no-js .title-bar {
    display: none;
  }
}

/* ende - vermeidet fouc flash of unstyled content */

.title-bar {
    justify-content: center;
    background-color: #F8F8FF;
    color: black;
}
.title-bar-title {
    font-weight: normal;
    padding-left: 0.4em;
    font-size: 1.5rem;
    display: none; /* title menu ausblenden */
}

.title-bar {
    font-size: 4rem;
}
.menu-icon {
    color: black;
    background: #F8F8FF;
    
}
.menu-icon::after {
    color: black;
    background: #666;
    -webkit-box-shadow: 0 7px 0 #666, 0 14px 0 #666;
            box-shadow: 0 7px 0 #666, 0 14px 0 #666;
   
   
    
    
}

.menu-icon:hover::after {
    background: #cacaca;
    -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
            box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }
.top-bar { /* klasse im HTML geloescht */
    border: 1px solid green;
    background-color: red;
}

#example-menu {
    flex-wrap: wrap; /* wichtig */  
    border: 0px solid red;
    margin-top: 4em;
}


ul.dropdown {
    background: #ebeced;
    justify-content: center;   /* wichtig */
    font-size: 1.1rem;
    margin-top: 1em;
}

ul.menu {
    background-color: #fff;
    background: #F8F8FF; /* level_2 */
    border: none;
    text-transform: uppercase;
    font-size: 1.0em;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Raleway', sans-serif;
    border: 0px solid red;
    margin-bottom: -2em;
}
.is-dropdown-submenu {
    min-width: 24em;
    padding-top: 0.6em;
    padding-bottom: 1em;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 1px solid #0047AB !important;
    border-top: 0px solid #0047AB !important;
    margin-top: 0.1em;
}

ul.dropdown li {
    padding: 0 0.1rem;
}

ul.dropdown li a {
padding-top: 0.7rem;
padding-right: 0.4rem;
padding-bottom: 0.7rem;
padding-left: 0.4rem;
}

/* stuecke hover image ####### */


/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	background: #F8F8FF;
	text-align: center;
	cursor: pointer;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

ul.galerie {
margin-left: 1px;
}
ul.galerie li {
display: inline;
padding: 1px 3px;
}

ul.galerie-vita {
    margin-left: 0em;
margin-bottom: 1em;
margin-top: 1em;
padding: 0;
}
.galerie-vita li {
display: inline;
list-style-type: none;
padding: 0;
margin: 0;
}
 .galerie-vita img {
 display: inline;
 background: #F5F5F5;
 padding: 2px;
 border: 1px solid #DCDCDC;
 margin: 0px; 

 }