@import url("font-awesome.min.css");
@import url("footer.css");
/* Reset */
html, body, div, span, applet, object, iframe, h1, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
p {
	font-size: 16px;
	line-height: 1.5em;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
.nummer {
	list-style-image: url(../../images/arrowlist.png);
	padding: 0 0 1em 2.5em;
}
.liste {
	padding: 0 1em 1em 1em;
	font-size: 1em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	-webkit-text-size-adjust: none;
}

/* Basic */

	@-ms-viewport {
 width: device-width;
}
body {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	color: #52575c;
	line-height: 1.75em;
	font-size: 14pt;
}
body.is-loading * {
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}
input, textarea, select {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	color: #52575c;
	line-height: 1.75em;
	font-size: 15pt;
}
h1, h3, h5, h6 {
	font-weight: 300;
	color: #52575c;
}
h4 {
	font-weight: 300;
	color: #f15a24;
	text-align: center;
}
h1 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
	text-decoration: none;
}
h1 {
	font-size: 1.6em;
	text-align: center;
	line-height: 1.2em;
	padding-bottom: 10px;
	color: #52575c;
}
h2 {
	font-weight: 300;
	color: #52575c;
	font-size: 1.2em;
	margin: 0 0 0.5em 0;
	text-align: center;
}
h3 {
	font-weight: 300;
	color: #52575c;
	font-size: 1.0em;
	margin: 0 0 0 0;
	text-align: center;
	text-transform: uppercase;
}
h4 {
	font-size: 1.6em;
	line-height: 1.25em;
	font-weight: 300;
	color: #f15a24;
	text-align: center;
}
a {
	color: #777;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #000000;
}
strong, b {
	font-weight: 400;
	color: #42474c;
}
em, i {
	font-style: italic;
}
sub {
	position: relative;
	top: 0.5em;
	font-size: 0.8em;
}
sup {
	position: relative;
	top: -0.5em;
	font-size: 0.8em;
}
hr {
	border: 0;
	border-top: 3px dotted #666666;
}
blockquote {
	border-left: solid 0.5em #c2c7cc;
	padding: 1em 0 1em 2em;
	font-style: italic;
}
p, ul, ol, dl, table {
	margin-bottom: 0;
}
br.clear {
	clear: both;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
/* Sections/Article */

section, article {
	margin-bottom: 3em;
}
section > :last-child, article > :last-child, section:last-child, article:last-child {
	margin-bottom: 0;
}
.row > section, .row > article {
	margin-bottom: 0;
}
header {
	margin-bottom: 1.5em;
}
header > p {
	display: block;
	color: #f35858;
	padding: 0.75em 0 1em 0;
	font-size: 1.5em;
	line-height: 1.5em;
}
header.major {
	text-align: center;
}
/* Image */

.image {
	-moz-transition: opacity 0.25s ease-in-out;
	-webkit-transition: opacity 0.25s ease-in-out;
	-ms-transition: opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out;
	display: inline-block;
	outline: 0;
	border: 0;
}
.image img {
	display: block;
}
.image.featured {
	margin: 0 0 0.5em 0;
}
.image.left {
	float: left;
	margin: 0 2em 2em 0;
}
.image.centered {
	display: block;
	margin: 0 0 3em 0;
}
.image.centered img {
	margin: 0 auto;
	width: auto;
	text-align: center;
}
a.image:hover {
	opacity: 0.85;
}
/* List */

ul.actions {
	padding-top: 1em;
}
ul.actions.major {
	text-align: center;
}
ul.actions li {
	display: inline-block;
	margin-left: 1em;
}
ul.actions li:first-child {
	margin-left: 0;
}
ul.divided li {
	border-top: solid 1px #d2d7dc;
	padding-top: 2em;
	margin-top: 2em;
}
ul.divided li:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}
ul.icons li:before {
	display: inline-block;
	color: #fff;
	background: #61666b;
	width: 2em;
	height: 2em;
	border-radius: 0.35em;
	text-align: center;
	line-height: 2em;
	margin-right: 0.75em;
}
ul.menu li {
	display: inline-block;
	padding-left: 1em;
	margin-left: 1em;
}
ul.menu li:first-child {
	border-left: 0;
	padding-left: 0;
	margin-left: 0;
}
ol.default {
	list-style: decimal;
	padding-left: 1.25em;
}
ol.default li {
	padding-left: 0.25em;
}
/* Form */

form .actions {
	padding-top: 0;
}
form label {
	display: block;
	font-weight: 300;
	color: #52575c;
	margin: 0 0 0.5em 0;
}
form input[type="text"], form input[type="email"], form input[type="password"], form select, form textarea {
	-moz-transition: background-color 0.25s ease-in-out;
	-webkit-transition: background-color 0.25s ease-in-out;
	-ms-transition: background-color 0.25s ease-in-out;
	transition: background-color 0.25s ease-in-out;
	-webkit-appearance: none;
	background: #f9fbfe;
	width: 100%;
	line-height: 1.5em;
	padding: 0.75em;
}
form input[type="text"]:focus, form input[type="email"]:focus, form input[type="password"]:focus, form select:focus, form textarea:focus {
	background: #fff;
}
form textarea {
	min-height: 7em;
}
form .formerize-placeholder {
	color: #555 !important;
}
 form ::-webkit-input-placeholder {
 color: #555 !important;
}
 form :-moz-placeholder {
 color: #555 !important;
}
 form ::-moz-placeholder {
 color: #555 !important;
}
 form :-ms-input-placeholder {
 color: #555 !important;
}
 form ::-moz-focus-inner {
 border: 0;
}
input[type="range"].vertikal {
	writing-mode: bt-lr; /* IE */
	-webkit-appearance: slider-horizontal; /* WebKit */
	width: 250px;
	height: 10px;
	background-image: repeating-linear-gradient(90deg, white, white 8%, black 8%, black 9%);
}
/* Button */

input[type="button"], input[type="submit"], input[type="reset"], button, .button {
	-moz-box-shadow: 0px 0px 10px #A6A6A6;
	-webkit-box-shadow: 0px 0px 15px #A6A6A6;
	box-shadow: 0px 0px 10px #777777;
	transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
	display: inline-block;
	color: inherit;
	background: none;
	text-decoration: none;
	border: solid 1px #c2c7cc;
	padding: 0.3em 2em 0.3em 2em;
	cursor: pointer;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, button:hover, .button:hover {
	color: #f35858;
	border-color: rgba(243, 88, 88, 0.5);
}
/* Icons */

.icon {
	text-decoration: none;
}
.icon:before {
	display: inline-block;
	font-family: FontAwesome;
	font-size: 1.25em;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon > .label {
	display: none;
}
/* Wrappers */

.wrapper {
 background: #FFFFFF:;
	overflow-x: hidden;
	padding: 0 0 5em 0;
}
.image-wrapper {
	position: relative;
	margin: 0 auto;
}
.image-wrapper a {
	text-align: center;
}
.image-wrapper .image {
	position: relative;
	z-index: 3;
}
#header-wrapper {
	background-image: url(../../images/besprechungszimmerdoodles.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #F2F2F2;
	/*		height: 17em;*/
	padding-top: 0.93em;
}
#promo-wrapper {
	position: relative;
	background-size: 192px 192px, cover;
	background-color: #f05a23;
	color: #fff;
	text-align: center;
	padding: 6em 0 6em 0;
}
/* Hero */
.suche {
	margin: 12.35em 0 0 0;
}
.search {
	padding: 1em 5%;
	background-image: linear-gradient(90deg, rgba(0, 57, 94, 0.7) 0%, rgba(0, 57, 94, 0.9) 20%, rgba(0, 57, 94, 0.9) 80%, rgba(0, 57, 94, 0.7) 100%);
	box-shadow: 0 5px 10px -5px #000000;
}
#hero {
	width: 100%;
}
#hero a {
	color: #fff;
	border-color: #fff;
	border-color: rgba(255, 255, 255, 0.5);
}
#hero a:hover {
	border-color: rgba(255, 255, 255, 0);
}
#hero .formbutton {
	width: 12%;
	float: left;
	margin: 0;
	color: #0071bc;
}
#hero .formbutton input {
	background: rgba(255, 255, 255, 0.9);
	border-color: rgba(255, 255, 255, 0);
	color: #0071bc;
	font-weight: 600;
	font-size: 1.22em;
	padding: 0em 1em;
}
#hero .formbutton input:hover {
	border-color: rgba(255, 255, 255, 0.75);
	background-color: #FFFFFF;
	color: #00418c;
}
#hero .firma {
	width: 30%;
	float: left;
	margin: 0 5% 0 30%;
	background: rgba(255, 255, 255, 0.9);
}
#hero .firma:hover {
	-moz-box-shadow: 0px 0px 5px #FFFFFF;
	-webkit-box-shadow: 0px 0px 5px #FFFFFF;
	box-shadow: 0px 0px 5px #FFFFFF;
	background-color: #FFFFFF;
}
#hero .firma input {
	background: url(../../images/sucheindustrie.png);
	background-repeat: no-repeat;
	background-size: 12%;
	border: 0px solid;
	padding: 0.3em 0.8em 0.3em 2.7em;
}
.baum {
	background-image: url(../../images/baeume.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 2em 0 6em 2em;
}
.ergebnis {
	border-top: 3px dotted #666666;
	padding: 1em;
}
.anglogo {
	float: left;
	width: 120px;
	margin-right: 5%;
	border: 1px solid #333333;
	background-color: #FFFFFF;
	padding: 1.5em 9px;
}
.angtitel {
	float: left;
	width: 50%;
	margin-right: 5%;
}
.angtitel .titel a {
	font-size: 1.3em;
	color: #3b9fa0;
	font-weight: 600;
	text-align: left;
}
.angtitel .titel a:hover {
	color: #2a8e90;
}
.angtitel .firma a {
	font-weight: 600;
	color: #555555;
	font-size: 0.8em;
	padding-top: 0.7em;
	text-align: left;
}
.angtitel .firma a:hover {
	color: #000000;
}
.angortdate {
	float: left;
	width: 28%;
	text-align: right;
}
.seiten {
	text-align: center;
	margin: 1em 0 0 20%;
}
.anzahl a {
	border: 1px solid #999999;
	border-radius: 5px;
	width: 7%;
	float: left;
	margin-right: 0.5%;
	color: #777777;
}
.anzahl a:hover {
	border: 1px solid #444444;
	color: #333333;
}
.anzahl a.next {
	border: 1px solid #999999;
	border-radius: 5px;
	width: 15%;
	float: left;
	margin-right: 0.5%;
	color: #777777;
}
.anzahl a.next:hover {
	border: 1px solid #444444;
	color: #333333;
}
.anzaktuell {
	border: 1px solid #106666;
	border-radius: 5px;
	background-color: #00395e;
	color: #EEEEEE;
	width: 7%;
	float: left;
	margin-right: 0.5%;
}
.jobfinder {
	padding: 1em 0 5em 0;
}
.fund {
	height: 12em;
	margin: 0 65% 0 15%;
}
.jobfindertext {
	padding: 0 15% 0 37%;
	background-color: #f2f2f2;
}
.jftext {
	width: 65%;
	margin-right: 5%;
	float: left;
	padding: 1em 0;
}
.jfgross {
	font-size: 20px;
	font-weight: 400;
	padding-bottom: 0.3em;
}
.jfklein {
	font-size: 18px;
}
.jobfinderlupe {
	width: 30%;
	float: left;
	margin: -2em 0;
}
.firmensuchtext {
	background-color: #F2F2F2;
	padding: 2em 15%;
	margin-bottom: 2em;
	font-weight: 400;
}
.dreieck {
	width: 40%;
	margin: 0 30% 1em 30%;
}
.firmen {
	padding: 0 0 2em 0;
}
.firmenrahmen {
	width: 31%;
	float: left;
	margin: 1% 1%;
	background-color: #F9F9F9;
	box-shadow: 0px 0px 10px #999999;
}
.firmenrahmen:hover {
	background-color: #FFFFFF;
	box-shadow: 0px 0px 10px #BBBBBB;
}
.firmeninhalt {
	padding: 4%;
}
.firmenlogo {
	margin: 0 auto 0.1em 5%;
}
.firmatext {
}
.firmenname {
	font-size: 1.0em;
	height: 70px;
	font-weight: 400;
}
.firmalink {
	color: #00395e;
}
.firmalink:hover {
	color: #000000;
}
.aktstelle {
	font-weight: 400;
}
.anzstelle {
	padding-bottom: 5%;
}
.fsline {
	margin: 2px 0px 2px 0px;
	padding: 10px 0px 2px 0px;
	background-color: #f2f2f2;
	border-radius: 5px;
}
.fsletterliste {
	font-size: 1.1em;
	padding-bottom: 0.5em;
}
.fsonline {
	font-size: 0.8em;
	font-weight: 600;
	width: 90%;
	float: left;
	text-align: right;
}
.fsletteraz {
	font-size: 0.8em;
	font-weight: 600;
	width: 10%;
	margin: auto;
	padding: 0% 1.5%;
	float: left;
}
.fslogo {
	font-size: 0.8em;
	float: left;
	width: 10%;
	line-height: 1.2em;
	vertical-align: middle;
	height: 1.3em;
	margin-bottom: 10px;
	padding-left: 1%;
}
.fslogo img {
	border-radius: 5px;
	width: 50px;
	height: 25px;
}
.fsname {
	float: left;
	width: 50%;
	line-height: 1.2em;
	vertical-align: middle;
	height: 1.3em;
}
.fsadresse {
	font-size: 0.8em;
	float: left;
	width: 38%;
	line-height: 1.2em;
	vertical-align: middle;
	height: 1.3em;
}
.fsanzahl {
	font-size: 0.8em;
	float: left;
	width: 2%;
	line-height: 1.2em;
	vertical-align: middle;
	height: 1.3em;
}
.fstop {
	text-align: right;
}
/* Normal */
	@media screen and (max-width: 1630px) {
.fund {
	height: 10em;
}
#header-wrapper {
	padding-top: 0.96em;
}
}
 @media screen and (max-width: 1540px) {
.jobsregion {
	margin: 1em 5% 1em 30%;
	padding: 1em 0;
	width: 40%;
	float: left;
}
.fund {
	height: 8em;
	margin: 0 70% 0 10%;
}
.jobfindertext {
	padding: 0 15% 0 31%;
	background-color: #f2f2f2;
}
.jftext {
	width: 60%;
}
.jobfinderlupe {
	width: 35%;
	margin: 0;
}
#header-wrapper {
	padding-top: 0.96em;
}
.fsname {
	float: left;
	width: 50%;
	line-height: 1.2em;
	vertical-align: middle;
	height: 1.3em;
	font-size: 0.9em;
}
}
 @media screen and (max-width: 1440px) {
.search {
	padding: 1em 0;
}
.angortdate {
	width: 25%;
}
.fund {
	height: 6em;
}
.jobfindertext {
	padding: 0 5% 0 31%;
	background-color: #f2f2f2;
}
.jobfinderlupe {
	width: 35%;
	margin: -0.5em 0;
}
#header-wrapper {
	padding-top: 0.96em;
}
}
 @media screen and (max-width: 1360px) {
.globus {
	width: 0%;
	float: left;
	display: none;
}
.jobsregion {
	margin: 1em 30% 1em 30%;
	padding: 1em 0;
	width: 40%;
	float: left;
}
.angortdate {
	width: 22%;
}
.firmensuchtext {
	padding: 2em 10%;
}
#header-wrapper {
	padding-top: 0.95em;
}
}
 @media screen and (max-width: 1280px) {
#hero .formbutton {
	width: 10%;
}
#hero .intext {
	width: 30%;
	margin: 0 3% 0 0;
}
#hero .inort {
	width: 30%;
	margin: 0 3% 0 0;
}
#hero .radius {
	width: 18%;
	margin: 0 3% 0 0;
	padding: 0 0 0 1em;
}
#hero .radius input {
	width: 30%;
}
.suche {
	margin: 10em 0 0 0;
}
#header-wrapper {
	padding-top: 2.75em;
}
.fsname {
	font-size: 0.8em;
}
.fsadresse {
	font-size: 0.7em;
}
.fsanzahl {
	font-size: 0.7em;
}
.fsonline {
	font-size: 0.7em;
}
}
 @media screen and (max-width: 1080px) {
#hero .firma {
	width: 30%;
	float: left;
	margin: 0 5% 0 20%;
	background: rgba(255, 255, 255, 0.9);
}
.jobsregion {
	margin: 1em 25% 1em 25%;
	padding: 1em 0;
	width: 50%;
	float: left;
}
.karriere {
	padding: 3em 1em;
}
.smkn {
	opacity: 0.7;
	float: left;
	width: 16%;
	cursor: pointer;
	padding: 0 0.5% 0.5em 0.5%;
	margin: 0 0.3%;
}
.optionen {
	padding: 0 1em;
}
.dreiecktext {
	text-align: center;
}
.kntitel {
	font-size: 15px;
	font-weight: 400;
	text-align: center;
}
.fund {
	height: 4em;
	margin: 0 75% 0 5%;
}
.jobfindertext {
	padding: 0 5% 0 27%;
}
.jftext {
	width: 60%;
}
.jobfinderlupe {
	width: 35%;
	margin: 0;
}
#header-wrapper {
	padding-top: 3.8em;
}
.fsname {
	font-size: 0.6em;
}
.fsadresse {
	font-size: 0.6em;
}
.fsanzahl {
	font-size: 0.6em;
}
}
 @media screen and (max-width: 900px) {
.firmenrahmen {
	width: 90%;
	float: none;
	margin: 1% 5%;
	background-color: #F9F9F9;
	box-shadow: 0px 0px 10px #999999;
}
#hero .firma {
	width: 40%;
	margin: 0 5% 0 18%;
}
#hero .formbutton {
	width: 12%;
	margin: 0;
}
.angortdate {
	width: 20%;
}
.fund {
	display: none;
}
.jobfindertext {
	padding: 0 5% 0 5%;
}
.jftext {
	width: 60%;
}
.jobfinderlupe {
	width: 35%;
	margin: -1em 0;
}
.suche {
	margin: 7em 0 0 0;
}
#header-wrapper {
	padding-top: 6.75em;
}
.fsname {
	font-size: 0.7em;
}
.fsadresse {
	font-size: 0.7em;
}
.fsanzahl {
	font-size: 0.7em;
}
}
 @media screen and (max-width: 820px) {
.jobsregion {
	margin: 1em 15% 1em 15%;
	padding: 1em 0;
	width: 70%;
	float: left;
}
.dreieck {
	width: 18%;
	margin: 0 41% 1em 41%;
}
.dreiecktext {
	padding-bottom: 2em;
}
.jobfinderlupe {
	width: 35%;
	margin: 1em 0;
}
#header-wrapper {
	padding-top: 7.55em;
}
.fsname {
	font-size: 0.7em;
}
.fsadresse {
	font-size: 0.7em;
}
.fsanzahl {
	font-size: 0.7em;
}
.fsline {
	margin: 5px 0px 5px 0px;
	padding: 10px 0px 5px 0px;
}
.fsonline {
	font-size: 0.6em;
}
}
 @media screen and (max-width: 736px) {
#hero .firma {
	width: 40%;
	margin: 0 5% 0 15%;
	background-size: 11%;
}
#hero .formbutton {
	width: 12%;
	margin: 0;
}
.anglogo {
	float: none;
	width: 120px;
	margin: 0 auto;
}
.angtitel {
	float: none;
	width: 80%;
	margin: 1em 10%;
}
.angortdate {
	float: none;
	width: 80%;
	margin: 0 10%;
	text-align: center;
}
.seiten {
	margin: 1em 0 0 30%;
}
.anzahl a {
	width: 7%;
}
.anzaktuell {
	width: 7%;
}
.anzahl a.next {
	width: 16%;
}
.jftext {
	width: 100%;
}
.jobfinderlupe {
	display: none;
}
#header-wrapper {
	padding-top: 5.75em;
}
}
 @media screen and (max-width: 600px) {
#hero .firma {
	width: 80%;
	margin: 0 10% 0 10%;
	background-size: 10%;
}
#hero .formbutton {
	width: 40%;
	margin: 0.5em 30% 0 30%;
}
.jobsregion {
	margin: 1em 20% 1em 20%;
	padding: 1em 0;
	width: 60%;
	float: left;
}
#header-wrapper {
	background-image: none;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
.homepage #header-wrapper {
	padding: 0;
}
.suche {
	margin: 1em 0;
}
.wappen {
	width: 18%;
	height: 8em;
	margin: 0 3%;
	float: left;
}
.smkn {
	opacity: 0.7;
	float: left;
	width: 25%;
	cursor: pointer;
	padding: 0 0.5% 0.5em 0.5%;
	margin: 0;
}
.seiten {
	margin: 1em 0 0 22%;
}
.anzahl a {
	width: 11%;
}
.anzaktuell {
	width: 11%;
}
.anzahl a.next {
	width: 18%;
}
}

/* Mobile (Portrait) */
	@media screen and (max-width: 480px) {
.dreieck {
	width: 30%;
	margin: 0 35% 1em 35%;
}
.anglogo {
	float: none;
	width: 120px;
	margin: 0 auto;
}
.angtitel {
	float: none;
	width: 94%;
	margin: 1em 3%;
}
.angortdate {
	float: none;
	width: 94%;
	margin: 0 3%;
}
.seiten {
	margin: 1em 0 0 20%;
}
.anzahl a {
	width: 13%;
}
.anzaktuell {
	width: 13%;
}
.anzahl a.next {
	width: 24%;
}
#header-wrapper {
	padding-top: 1.2em;
}
.fslogo {
	font-size: 0.8em;
	float: none;
	width: 100%;
	line-height: 1.2em;
	vertical-align: middle;
	height: 1.3em;
}
.fsname {
	font-size: 0.9em;
	float: none;
	width: 100%;
	line-height: 1.3em;
	vertical-align: middle;
	height: 2.5em;
	margin: 2% 0% 1% 0%;
}
.fsadresse {
	display: none;
}
.fsanzahl {
	display: none;
}
.fsonline {
	display: none;
}
.fsletteraz {
	font-size: 0.8em;
	font-weight: 600;
	width: 100%;
	padding: 0;
	margin: auto;
	float: none;
}
}
 @media screen and (max-width: 400px) {
.wappen {
	width: 20%;
	height: 5em;
	margin: 0 2%;
	float: left;
}
.smkn {
	opacity: 0.7;
	float: left;
	width: 49%;
	cursor: pointer;
	padding: 0 0.5% 0.5em 0.5%;
	margin: 0 0.5%;
}
.dreieck {
	width: 40%;
	margin: 0 30% 1em 30%;
}
.seiten {
	margin: 1em 0 0 10%;
}
.anzahl a {
	width: 14%;
}
.anzaktuell {
	width: 14%;
}
.anzahl a.next {
	width: 26%;
}
}
