
body {font-family:Arial, Helvetica, sans-serif;font-size:11px;margin:0px;line-height:16px;color:#000;background-color:#FFF}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 22px;
  width: 100px;
  margin-left:15px;
  padding: 0 0px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 28px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  margin-left:15px;
  box-sizing: border-box; }

label {margin-left:15px;}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/






/* Larger than mobile */
@media (max-width: 200px) {
	.logo{max-width:100%}
  	h5 { font-size: 1.5rem; }
  	h6 { font-size: 1.5rem; }
  	h2 { font-size: 1.5rem; }
}
@media (min-width: 200px) {.logo{max-width:100%}
	.right{display:none}
	#anmeldung_neu_l{display:none;}
  	h5 { font-size: 1.5rem; }
  	h6 { font-size: 1.5rem; }
  	
  	h2 { font-size: 1.5rem; }
  	
		
	}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {.logo{width:235px;}
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 1.5rem;padding-top:15px; }
  h6 { font-size: 1.5rem; }

	#anmeldung_neu_l{display:block;}
  .right{max-width:80%;}
  .left{max-width:100%;}
}

/* Larger than tablet */
@media (min-width: 750px) {
	  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; padding-top:20px; }
  h6 { font-size: 1.5rem; }
  .right{display:block;}
  
  .left{max-width:100%;}
  
	
}





/* Larger than desktop */
@media (min-width: 1000px) {.right{max-width:80%;}}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}


