@font-face {
font-family: Walter Turncoat;
src: url(../fonts/WalterTurncoat.ttf);
}

.backgroundoverall{
  background-image: url('../images/website-back.jpg');
  background-position: 50% 0%;
  background-attachment:fixed;
  background-repeat: repeat-x;
  height: 100%;
  background-color: #009c01;
}

.logo-header img{
  max-width: 100%;
  max-height: 100%;
}

.beschrieb {
  margin-bottom: 15px;
  line-height: 1.0;
}

.maincontent{
  font-family: 'Exo 2', sans-serif;
  font-size: 16px;
  background-color: rgba(255,255,255,0.95);
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border--radius: 4px;
  border-top-left-radius: 16px;
  -moz-border-top-left-radius: 16px;
  -webkit-border-top-left-radius: 16px;
  box-shadow: 2px 2px 12px rgba(0,0,0,0.3);
  -moz-box-shadow: 2px 2px 12px rgba(0,0,0,0.3);
  -webkit-box-shadow: 2px 2px 12px rgba(0,0,0,0.3);
  z-index: 99;
}

.header{
  margin-bottom: 20px;
}


/* menustyling mobile view */
#menu-opener{
  font-size: 1.6em;
  color:white;
  margin-right: 1em;
}

.menu-sidebar-show i{
  color:#7F8C8D;
}

p {
  padding-left: 15px;
}

h1 {
    font-family: 'Walter Turncoat', arial, sans-serif;
    font-size: 250%;
    padding-top: 0px;
    padding-left: 15px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    -moz-text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    -webkit-text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}

h2 {
    font-family: 'Walter Turncoat', arial, sans-serif;
    font-size: 200%;
    padding-top: 0px;
    padding-left: 15px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    -moz-text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    -webkit-text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}

h3 {
    font-family: 'Walter Turncoat', arial, sans-serif;
    font-size: 150%;
    padding-top: 0px;
    padding-left: 15px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    -moz-text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    -webkit-text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}


a:focus, a:hover {
  text-decoration: none;
}

/* allgemeines styling */>

img {
  max-width: 100%;
  float: right;
}

.galleriebilder, .gallerieilder img, .bild img, .teammemberportrait img, .zufallsbild img, .activitybild img{
  margin: 5px;
  margin-left: -12px;
  width: 100%;
  border-top-left-radius: 4px;
  border-radius: 2px;
}

.gallerietitel{
  color: black;
}

.footer{
  font-family: 'Exo 2', sans-serif;
  font-size: 14px;
  margin-top: 10px;
  background-color: rgba(255,255,255,0.95);
  border-radius: 4px;
}

.zufallsbild img {
  margin: 0;
}

.teammemberdetails {
//  margin-top: 12px;
}

.odd{
  float: right;
}

.even{
  float: left;
  text-align: right;
}

.activityholder{
  margin-bottom: 20px;
}

.teamuebersicht{
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 20px;
}
