/* dm-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/dm-sans-v16-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* dm-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../webfonts/dm-sans-v16-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


:root {
  --red: #bd0000;
  --lred: #ec9a9a;
  --text: #111;
}

html {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	scroll-behavior: smooth;
	scroll-padding-top: 60px;
}

*{
	margin:0;
	border:0;
	padding:0;
	box-sizing: border-box;
}

img,
svg,
iframe,
canvas,
[style*='inline-block'] {
	vertical-align: middle;
}

body {
	font-size: 1.1rem;
	line-height: 1.6rem;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 
	color: var(--text);
    font-family: 'DM Sans';
	font-style: normal;
	font-weight: 400;
}

.bggrey {
	background-color: var(--grey);
}

a:link, a:visited {
	text-decoration:none;
	-webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;
	 color: var(--red);
	border-bottom: 1px solid var(--red);
}

a:hover {
	text-decoration:none;
	color: var(--blue);
}

.cta a, a.cta, button {
	padding: 10px 10px 10px 20px;
	text-transform: uppercase;
	color: #FFF;
	background-color: var(--dblue);
	font-size: .9rem;
}

.cta a:hover, a.cta:hover, button:hover {
	background-color: var(--blue);
}

.cta a::after, a.cta::after {
	content: "->";
	margin-left: 20px;
}

.ctabar button {
	background-color: #FFF;
	color: var(--blue);
}

h1 {
	font-size: 2.7rem;
	line-height: 3rem;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}

h2 {
	font-size: 1.8rem;
	line-height: 2rem;
	font-weight: bold;
	margin-bottom: 25px;
	text-transform: uppercase;
	position: relative;
}

h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: var(--red);
  margin-top: 20px;      /* Abstand unter der H2 */
}

h2 .gender {
	font-size: 1rem;
}


h3 {
	font-size: 1.6rem;
	line-height: 1.8rem;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: var(--red);
}

h4 {
	font-size: 1.2rem;
	line-height: 1.5rem;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}

h5 {
	font-size: 1.1rem;
	font-weight:normal;
	margin-bottom: 5px;
	text-transform: uppercase;
}
img,
svg,
iframe,
canvas,
[style*='inline-block'] {
	vertical-align: middle;
}

p {
	margin-bottom: 20px;
	word-wrap:break-word;
}

.centered {
	text-align: center;
}

.image_container img {
	width: 100%;
	display: block;
}

.mb40 {
	margin-bottom: 40px;
	overflow: hidden;
}

.mb60 {
	margin-bottom: 60px;
	overflow: hidden;
}

.mb80{
	margin-bottom: 80px;
	overflow: hidden;
}

.mb100 {
	margin-bottom: 100px;
	overflow: hidden;
}

.trustbar .inside, header .inside, footer .inside {
	max-width: 1600px;
	width: 100%;
	margin: auto;
}

#wrapper {
}

.trustbar {
	background-color: var(--red);
	color: #FFF;
	padding: 10px 0;
	text-align: left;
	margin-bottom: 10px;
}

.trustbar a {
	font-weight: bold;
	color: #FFF;
}

header {
	background: #FFF;
	padding: 20px 0;
	overflow: hidden;
}

header.fixme {
	position: fixed;
	width: 100%;
-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.63); 
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.63);
}

#logo {
	max-width: 400px;
	width: 100%;
	float: left;
}

#logo img {
	width: 100%;
}

.fixme #logo {
	max-width: 100px;	
}

#main {
	overflow: hidden;
	clear: both;
}

#main .mod_article {
	max-width: 1600px;
	margin: auto;
	padding: 60px 0;
	clear: both;
	float: none;
	overflow: hidden;
}

.jobs {
	margin-top: 50px;
}

.job {
	margin-bottom: 60px;
}

.jobcontent {
	width: 60%;
	float: left;
}

.jobpic {
	width: 35%;
	float: right;
}

.jobpic img {
	width: 100%;
}

.job ul {
	margin-bottom: 20px;
}

.job li {
	margin-left: 30px;
	margin-bottom: 5px;
}

.jobcontact {
	margin-top: 30px;
}

.jobcontact .cteaser {
	font-weight: bold;
	font-size: 1.4rem;
	margin-bottom: 10px;
}


footer {
	clear: both;
	float: none;
	background-color: #FFF;
	font-size: .9rem;
	padding: 60px 0;
	overflow: hidden;
	border-top: 1px solid var(--text);
}

footer a:link, footer a:visited {
}

footer a:hover {
}

footer .fboxes {
	overflow: hidden;
}

footer .fbox {
	width: 49%;
	text-align: center;
}

footer .fb1 {
	float: left;
	margin-right: 2%;
}

footer .fb2 {
	float: right;
}

footer .copyright {
	clear: both;
	float: none;
	text-align: center;
	margin-top: 90px;
}

@media only screen and (max-width: 1600px) {
	.trustbar .inside, header .inside, footer .inside, #main {
		padding-left: 20px;
		padding-right: 20px;
	}	
}


@media only screen and (max-width: 768px) {
	.jobcontent, .jobpic {
		width: 100%;
		clear: both;
		float: none;
	}
	
	.jobcontent {
		margin-bottom: 30px;
	}
	
}

@media only screen and (max-width: 580px) {
	footer .fbox {
		clear: both;
		float: none;
		margin-bottom: 20px;
		width: 100%;
	}
}