nav {
	position: sticky;
	top: 0;
	width: 100%;
  z-index: 10;
}

menu.topnav {
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  list-style-type: none;
}

menu.topnav li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

menu.topnav li a:hover:not(.active) {background-color: #666;}

menu.topnav li a.active {background-color: #999;}

menu.topnav li.right {display:none;}

menu.topnav .icon {display: none;}

@media screen and (max-width: 800px) {
  .topnav li {display: none;}
  .topnav li.icon {
    float: right;
    display: block;
  }
}

.topnav.responsive {position: relative;}
.topnav.responsive li.icon {
  position: absolute;
  right: 0;
  top: 0;
}

.topnav.responsive li {
  float: none;
  display: block;
  text-align: left;
}

/* Put nav on one line if bigger */
@media screen and (min-width: 800px) {
	menu.topnav li {float: left;}
	menu.topnav li.right {float: right; display: block;}
}

header {
	padding-top: 60px;
	text-align: center;
	background-image: url("../images/subaru_header.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
}

header h1 {
  font-size: 60px;
  font-weight: bold;
  color: black;
  opacity: 80%;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

header picture img {
  margin-bottom: 60px;
}

header p {
	color: black;
  font-weight: bold;
  font-size: large;
}

header a  {
  color: black;
}

header .socialicons {
	width: 32px;
}

.whitebox {
  background-color: white;
  opacity: 70%;
  padding: 10px 0;
  margin: 0;
}
.glow {
  margin: 0;
  padding: 20px 0;
  background-color: black;
  opacity: 90%;
  color: white;
}

/*
.glow {
  background-color: black;
  opacity: 80%;
  padding: 30px 0;
  margin: 0;
  font-family: cursive;
  font-size: 30px;
  color: #fff;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}
*/

/* Parallax effect */
/*
.parallax {
	background-image: url("../images/cropped-stimmung_motor.jpg");
	
	min-height: 200px;
	
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

@media screen and (min-width: 800px) {
	.parallax {min-height: 600px;}
}
*/

.textcontent {
  max-width: 50vw;
  display: flex;
  margin-left: 25vw;
  text-align: justify;
} 

/* About us section */
.column {
	width: 100%;
	display: block;
	margin-bottom: 50px;
	padding: 0 8px;
}

@media screen and (min-width: 800px) {
  .column {
		float: left;
		width: 33.3%;
  }
}

.card {
  margin: 8px;
}

.card img {
	border-radius: 50%;
	width: 200px;
  height: 200px;
}

.about-section {
  padding: 50px;
  text-align: center;
  background-color: #474e5d;
  color: white;
}

.container {
  padding: 0 16px;
}

.container::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}

footer {
	background-color: #333;
	bottom: 0;
	position: static;
	width: 100%;
  padding: 10px 0;
  color: white;
  justify-content: center;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}

footer address {
  text-align: center;
}

footer i:not(:first-child) {
  display: inline-block;
  margin-left: 10px;
  color: white;
}

footer a {
  display: inline-block;
  color: white;
}

main {
  text-align: center;
  max-width:1000px;
  margin: 50px auto;
}

main iframe {
  height: 80vh;
  border: 0;
  width: 100%;
}

main h1 {
  color: black;
  font-family: Verdana, sans-serif;
  font-variant: small-caps;
  margin: 70px 0 50px 0;
}

main #serviceprices {
	text-align: left;
	font-size: 12px;
	margin-top: 100px;
  margin-left: 10px;
}

main #extraverschmutzung {
	/*clear: both;*/
	margin-top: 100px;
  text-align: center;
}

.button {
  padding: 15px 25px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #04AA6D;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999;
}

.button:hover {background-color: #3e8e41}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}


/***************************************/
/* Create three columns of equal width */
/*          Services                   */
/***************************************/
.columns {
  float: left;
  width: 33.3%;
  padding: 8px;
}

/* Style the list */
.price {
  list-style-type: none;
  border: 1px solid #eee;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* Add shadows on hover */
.price:hover {
  box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

/* Pricing header */
.price .header {
  background-color: #111;
  color: white;
  font-size: 25px;
}

/* List items */
.price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
}

/* Grey list item */
.price .grey {
  background-color: #eee;
  font-size: 20px;
}

/* The "Sign Up" button */
.button {
  background-color: #04AA6D;
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
}

/* Change the width of the three columns to 100%
(to stack horizontally on small screens) */
@media only screen and (max-width: 600px) {
  .columns {
    width: 100%;
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

table {
  margin-bottom: 30px;
}

th, td {
  text-align: center;
  padding: 16px;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

th {
  background-color: #333;
  color: whitesmoke;
}

/* Dienstleistungen */
.dienstleistungen {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.dienstleistungen ul {
  list-style-type: none;
  padding: 0;
}

@media (max-width: 800px) {
  .dienstleistungen {
    flex-direction: column;
  }
}

/* Datenschutz und Impressum */
.fullwidthlefttext {
  text-align: left;
}
