
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

#info_block {
	margin-top: 120px;
    margin-left: 150px;
    margin-right: 50px;
}

img.flugblatt {
	width: 350px;
	height: auto;
	margin-top: 20px;
}

h2 {
	padding: 20px 0px 10px 0px;
	padding: 1.25rem 0rem .625rem 0rem;
	border-bottom: 1px solid #a7b7bc;
	text-decoration: none !important;
	float:left;
 	clear:left;
}

.tutorial_link a {
    text-decoration: none;
    color: #000000;
}

.tutorial_link img {
	margin-right: 10px;
    width: 15px;
    height: auto;
}

@media (max-width: 980px) and (min-width: 680px) {
 .tablet_only {
  display:block !important
 }
 .notTablet,.mobile_only,#desktop_only {
  display:none !important
 }
}
@media (max-width: 680px) {
 .mobile_only {
  display:block !important
 }
 .notMobile,#desktop_only,.tablet_only,.mobile_not {
  display:none !important
 }
}
@media (min-width: 980px) {
 #desktop_only {
  display:block !important
 }
 .notDesktop,.mobile_only,.tablet_only {
  display:none !important
 }
}