body {
  background-color: white;
}
.wrapper {
  margin: 0px;
  padding: 0px;
}

/*
#header {
    background: url('team.jpg');

    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 100% 100%;

}
#header {
  min-height: 1000px;
  background: url('team.jpg');
   padding-bottom:5%; 
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
*/

#header h1 {
  margin: 0;
  text-align: center;
  vertical-align: middle;
  line-height: 400px;
}
#nav {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9995;
  text-align: center;
  color: white;
  background-color: rgba(50,50,50,.75);
}
#nav a {
  color: white;
}
#nav ul { 
  list-style-type: none;
  text-align: center;
  height: 100%;
  margin: 0px;
}
#nav ul li { 
  display: inline-block;
  padding: 10px 20px;
  height: 100%;
  font-weight: bold;
}
#nav ul li.toggle {
  display: none;
  text-align: right;
}
#nav ul li:hover {
  background-color: rgba(0,0,0,.5);
}
section {
  margin: 0;
  padding: 40px 0;
}
section h2 {
  text-align: center;
}
section h3 a {
  color: #222;
}
section h3 a:hover {
  color: #444;
}
section .row i {
  font-size: 2em;
}
section:nth-child(even) {
  background: #EFEFEF;
}
section:nth-child(odd) {
  background: #FFFFFF;
}
#footer {
  padding: 20px;
}
ul.center {
  display: block;
  margin: auto;
}

@media only screen and (max-width: 40em) {
  #nav ul li {
    display: none;
  }
  #nav ul li.toggle {
    display: block;
  }
}
button.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
    background-color: #ddd;
}

button.accordion:after {
    content: '\02795';
    font-size: 10px;
    color: #777;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2796";
}

div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: auto;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

div.panel.show {
    opacity: 1;
    max-height: 500px;  
}

md-dialog .md-button:not([disabled]):hover {
    background-color: transparent !important;
}

/* Hintergrund Datenschutz.... */
md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar) {
    background-color: rgb(239, 239, 239);
    color: rgba(255,255,255,0.87);
}

.scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #777777;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}

button.success, .button.success {
    background-color: #4f4cb9;
    border-color: #04009C;
    color: white; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #04009C; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: white; }
	  

	  