@charset "utf-8";
/* ---------- CSS MakingOf styles23 ----------- */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	font-size: calc(9px + 0.390625vw);
	margin: 0 auto;
	width: 100%;
	padding: 0;
	color: #000;
}
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
	background-color: #fff;
}
a img { 
	border: none;
}
a:link {
	color:#414958;
	text-decoration: none; 
}
a:visited {
	color: #4E5869;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
.container {
	width: 100%;
	max-width: 1228px;
	min-width: 780px;
	background-color: #fff;
	margin: 0 auto; 
}
.header {
	background-color: #fff;
}
.content {
	padding: 10px 0;
}
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* Diese Auffüllung setzt die rechte Auffüllung in der obigen Regel für Überschriften und Absätze fort. Die Auffüllung wurde unten für den Abstand zwischen anderen Elementen in den Listen und links für den Einzug platziert. Sie können die Werte nach Bedarf ändern. */
	background-color: #fff;
}
.footer {
	padding: 10px 0;
	background-color: #fff;
}
.fltrt {  /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das fließende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* ---------  scrollBackToTOP  ---------  */
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 90px; /* Place the button at the bottom of the page */
  right: 20px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: 0.5px solid black; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #E0E0E0; /* Set a background color */
  color: black; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 12px; /* Some padding */
  border-radius: 4px; /* Rounded corners */
  font-size: 26px; /* Increase font size */
}
#myBtn:hover {
  background-color: #B0B0B0; /* Add a dark-grey background on hover */
}
@media screen and (max-width: 1200px) {
  #myBtn {
    padding: 8px; /* Some padding */
    font-size: 24px; /* Increase font size */
  }
}
/* ---------  backToTOPend  ---------  */


.button1 {
  background-color: #2ea400; /* Green */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: none;
  color: white;
  width: 30%;
  padding: 15px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  text-decoration: none;
  font-color: white;
}
.responsive120090 {
  width: 90%;
  max-width: 780px;
  height: auto;
  box-shadow: none !important;  
 class="responsive78090"  
}
.button2Mir {
  background-color: #12b1ff; /* Blue */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: none;
  width: 90%;
  color: white;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
} 
.button3 {
  background-color: #555; /* Grey */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: none;
  color: white;
  width: 30%;
  padding: 5px 50px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  text-decoration: none;
  font-color: white;  
}
#eu_cookiebox {
	display: block;
	z-index: 100;
	position: fixed;
	bottom: 0px;
	min-height: 30px;
	padding: 5px;
	margin: 0;
	width: 100%;
	color: #555;
	border: none;
	border-bottom: none;
	background: #12b1ff;
}
