@charset "utf-8";
/* FARBEN: */

div.button_container,
body.dsgvo {
	background: #009F94;
	color: white;
}
/* FARBE FÜR LINKS: */
body.dsgvo a {
	color: white;
}

div.button_container {
	display: inline;
	position:fixed;
	width:100%;
	left:20px; top: 20px;
	width:auto;
	height:auto;
	padding:0;
	margin:0;
}
a.button_dsgvo,
div.button_container a.button { 
  width: 100px; height: 36px !important;  border: none;  position: relative; 
  color: #fbfbfb; font-weight: 600; 
  line-height:100% !important;
   font-size: 10px; text-align: center; text-indent: 5px; 
  cursor: pointer; text-align:center;
  /*box-shadow: 0px 3px 0px 0px rgba(20,20,20,.2); text-shadow: 1px 1px 1px rgba(0,0,0,.4); border-bottom: 2px solid #999;  */
  padding: 13px 0 0 0; display: inline-block; 
  /* margin: 15px auto;*/
  margin:0;
  margin-bottom: 20px; letter-spacing: 0.2px; text-transform: uppercase; 
  text-decoration: none;
}


div.button_container a.button {
	/*border:1px solid white;*/
	opacity:.9;
}
div.button_container a.button:hover {
	opacity:1;
}


.button1 {
	height:36px !important;
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	
	border: 1px solid rgba(255,255,255,0.5);
	
	box-shadow: inset 0 0 4px rgba(255,255,255,0.2);
}
.button1 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button1:hover {
	background-color: rgba(255,255,255,0.2);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;	
	border: 1px solid rgba(255,255,255,0.5);
	box-shadow: inset 0 0 13px rgba(255,255,255,0.2);
}

.button.button1 { 
font-family: Arial, sans-serif;
text-decoration: none;
padding:14px 15px 0 15px ; display: block; text-align: center; position:fixed; left:20px; bottom: 20px; background: #003635; }

body.dsgvo {
  max-width: 500px;
  width:100%;
  padding: 30px 20px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 20px;  
  text-align: left;
  line-height: 160%;
  font-size:14px;
  font-family: Arial, Helvetica, sans-serif;
}
body.dsgvo h1 {
  font-family: Georgia, Times, serif;
  font-size:48px;
  margin-bottom: 30px;
  font-weight: normal;
  line-height: 200%;
  margin-top:20px;
} 

