
/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/*.header-main {
  width: 100%;
  background: url("../images/header-bg-platzhalter.jpg") no-repeat top center;
  height: 435px;
  background-size: cover;
}*/

.startseite-h2 {
	font-size: 1.7rem;
}

@media (min-width: 400px) {

	.startseite-h2 {
		font-size: 1.9rem;
	}

}

@media (min-width: 825px) {

	.startseite-h2 {
		font-size: 2.2rem;
	}

}

@media (min-width: 1100px) {

	.startseite-h2 {
		font-size: 2.3rem;
	}
}

.headlines {
	text-align: center;
	width: 90%;
    top: 140px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0px);
	/* transition:.5s ease all; */
}

.headlines h1 span {
	/* display: block; */
}

@media (min-width: 500px) {

	.headlines {
		width: 98%;
		top: 180px;
	}
}

@media (min-width: 980px) {

	.headlines {
		width: 90%;
		top: 200px;
		/* transition:.5s ease all; */
	}
}

@media (min-width: 1100px) {

	.headlines {
		width: 80%;
		top: 240px;
		/* transition:.5s ease all; */
	}
}

@media (min-width: 1300px) {

	.headlines {
		width: 70%;
		top: 240px;
		/* transition:.5s ease all; */
	}
}

.headlines h1 {
	color: #587091;
	text-transform: uppercase;
	font-size: 1.8rem;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	margin: 0;
}

.site_si .headlines h1 {
	color: #36639E;
}

.site_br .headlines h1 {
	color: #ec644b;
}

.headlines h2 {
	text-transform: uppercase;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	margin-top: 10px;
}


@media (min-width: 500px) {

  .headlines h1 {
  	font-size: 2.5rem;
  }

  .headlines h2 {
  	font-size: 2.5rem;
  }

}

@media (min-width: 980px) {

	.headlines h1 {
		font-size: 2.7rem;
	}

	.headlines h2 {
		font-size: 2.7rem;
	}
}

@media (min-width: 1300px) {

	.headlines h1 {
		font-size: 2.85rem;
	}

	.headlines h2 {
		font-size: 2.85rem;
	}
}

/* Signets Startseite */

.auorg-widget img {
  width: auto!important;
  max-width: 100%!important;
}

.signets #auorg-bg {
  display: inline-block;
  width: auto!important;
  margin: 0 8px 10px!important;
}

.signets {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.signets img {
  margin: 0 8px;
  max-width: 150px;
  height: auto;
}

@media (min-width: 460px) {

  .signets img {
   	/* max-width: 100%; */
  }

}

.signets .img-span {
  display: block;
  text-align: center;
  margin: 10px 0;
}

@media (min-width: 360px) {

  .signets .img-span {
    display: inline-block;
    text-align: center;
  }

}

@media (min-width: 620px) {

  .signets .img-span {
    display: inline;
  }

  .front #wkdb-widget {
  	display: inline-block;
  	margin-bottom: 0;
  }

}

/* Intro
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.intro .introtext {
	width: 100%;
	position: relative;
	padding: 0 0 20px;
}

.intro .quote {
    left: -42px;
    position: absolute;
    top: 38px;
    z-index: -1;
}

.intro h2 {
	text-transform: uppercase;
	font-size: 0.8rem!important;
	font-weight: 400;
	color: #939393;
	margin-bottom: 10px;
}

.intro .slogan {
	text-transform: uppercase;
	font-size: 1.5rem;
	margin: 0;
	color: #587091;
	display: block;
	line-height: 1.1;
	transition: 0.5s ease all;
}

.site_si .intro .slogan {
	color: #36639E;
}

.site_br .intro .slogan {
	color: #ec644b;
}

.slogan .wort_blue,
.slogan .wort_black {
	font-family: 'Exo Bold';
}

.slogan .wort_black {
	font-family: 'Exo Bold';
	color: #434851;
}

.site_br .slogan .wort_black {
	color: #d24d57;
}

.portrait-container {
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: contain;
	/* transition: 0.5s ease all; */
	position: relative;
	overflow: hidden;
}

/* .intro.portrait-container::after {
    background: rgba(255,255,255,0.70);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
} */

.intro .portrait {
	width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    /* transition: all 0.5s ease 0s; */
    height: 300px;
    position: static;
    bottom: 0;
    right: 0;
    z-index: -2;
}

.intro .portrait iframe {
	max-width: 100%;
}

.intro .portrait.youtube {
   text-align: center;
   margin-bottom: 30px;
}


@media (min-width: 500px) {
	
	.intro h2 {
		font-size: 0.9rem!important;
	}

	.intro .slogan {
		font-size: 1.7rem;
	}

	/* .intro .portrait {
		width:60%;
	    height: 350px;
	} */

	.portrait-container {
		background-position: 100% 100%;
	}

	.intro .portrait {
	    height: 350px;
	}

	.intro .portrait.youtube {
	    height: auto;
	}

}

@media (min-width: 750px) {

	.intro .slogan {
		font-size: 1.6rem;
	}

	.intro .introtext {
		width: 50%;
		margin-right: 8%;
		padding: 0 0 60px;
	}

	.intro.youtube .introtext {
		width: 50%;
		margin-right:0;
		padding: 0 0 60px;
	}

	.site_si .intro .introtext {
		min-height: 450px;
	}

	.site_si .intro.youtube .introtext {
		min-height: auto;
		float: left;
	}

	/* .intro .portrait {
		width: 42%;
	    height: 500px;
	} */

	.portrait-container {
		background-position: 120% 100%;
	}

	.intro.portrait-container::after {
		display: none;
	}

	.intro .portrait {
	    right: -150px;
	    height: 500px;
	    position: absolute;
	    background-position: right bottom;
	}

	.intro .portrait.youtube {
	    right: auto;
	    height: auto;
	    position: static;
	    width: 47%;
	    margin-left: 3%;
	    margin-top: 30px;
	    margin-bottom: 0;
	}

}

@media (min-width: 900px) {

	.intro .slogan {
		font-size: 2rem;
	}

	.intro .portrait {
	    height: 550px;
	}

}

@media (min-width: 1100px) {

	.intro .introtext{
		width: 60%;
		margin-right: 8%;
	}

	.site_si .intro .introtext {
		min-height: 400px;
	}

	.intro .slogan {
		font-size: 2.2rem;
	}

	.portrait-container {
		background-position: 90% 100%;
	}

	.intro .portrait {
	    height: 450px;
	    right: 0;
	}
}

/* Kompetenzen
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.komp-start {
	background-color: #f2f3f6;
}

.komp-intro-headline {
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}

.komp-intro-text {
	width: 100%;
}

.komp-intro h2 {
	text-transform: uppercase;
	color: #587091;
	margin: 0;
	margin-right: 0;
}

.site_si .komp-intro h2 {
	color: #36639E;
}

@media (min-width: 825px) {

	.komp-intro-headline {
		width: 30%;
		margin-right: 5%;
		margin-bottom: 0;
	}

	.komp-intro-text {
		width: 65%;
	}

	.komp-intro h2 {
		margin-right: 15%;
	}
}

.komp-intro p {
	margin: 0;
}

.komp-vorteile {
	margin-top: 30px;
	text-align: center;
	display: block;
}

.site_si .komp-vorteile {
	display: flex;
	flex-wrap: wrap;
	/* align-items: stretch; */
	/* justify-content: space-between; */
	/* align-content: space-between; */
}

.komp-vorteile .kompetenz-block {
	color: #fff;
	text-align: left;
	display: block;
	padding: 32px 24px 48px;
	box-sizing: border-box;
	width: 100%;
/* 	max-width: auto; */
	min-height: inherit;
	border-right: none;
	border-left: none;
	margin-top: 40px;
	background: #484e57 url("../images/vorteile-schild.png") no-repeat bottom right;
}

.komp-vorteile .kompetenz-block:first-child {
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 40px;
	border-right: none;
	border-left: none;
	background: #587091 url("../images/vorteile-uhr.png") no-repeat bottom right;
}

.site_si .komp-vorteile .kompetenz-block:first-child {
	/* background: #36639E url("../images/vorteile-schild-si.png") no-repeat bottom right; */
	background: #36639E;
	margin-bottom: 0;
}

.site_si .komp-vorteile .kompetenz-block {
	/* background: #36639E url("../images/vorteile-schild-si.png") no-repeat bottom right; */
	background: #36639E;
}

@media (min-width: 825px) {

	.komp-vorteile {
		margin-top: 50px;
		display: table;
	}

	.komp-vorteile .kompetenz-block {
		padding: 44px 34px;
		width: 48%;
		max-width: 450px;
		min-height: 520px;
		border-right: none;
		border-left: 40px solid #F2F3F6;
		display: table-cell;
	}

	.komp-vorteile .kompetenz-block:first-child {
		border-right: 40px solid #F2F3F6;
		border-left: none;
		margin-bottom: 0;
	}

	.site_si .komp-vorteile .kompetenz-block:first-child {
		border-right: none;
		border-left: none;
		margin-top: 0;
	}

	.site_si .komp-vorteile .kompetenz-block {
		width: 45%;
	  	border-left: none;
	  	display: block;
		border-right: none;
		min-height: inherit;
		margin: 2.5%!important;
		max-width: none;
	}
}

@media (min-width: 1100px) {

  .komp-vorteile .kompetenz-block {
  	padding: 50px 40px;
  	width: 44%;
  	min-height: 600px;
  	border-right: none;
	border-left: 50px solid #F2F3F6;
  }

  .site_si .komp-vorteile .kompetenz-block {
  	width: 45%;
  	border-left: none;
  	display: block;
	border-right: none;
	min-height: inherit;
	margin: 2.5%!important;
  }

  .komp-vorteile .kompetenz-block:first-child {
  	border-right: 50px solid #F2F3F6;
  	border-left: none;
  }

  .site_si .komp-vorteile .kompetenz-block:first-child {
  	border-left: none;
	border-right: none;
  }


}

.komp-vorteile h3 {
	font-size: 1.5rem;
	font-family: 'Exo Light';
	letter-spacing: 1px;
	color: #fff;
}

.site_si .komp-vorteile h3 {
	font-size: 1.3rem;
}

@media (min-width: 825px) {

	.komp-vorteile h3 {
		font-size: 1.7rem;
	}

	.site_si .komp-vorteile h3 {
		font-size: 1.4rem;
	}
}

@media (min-width: 1100px) {

	.komp-vorteile h3 {
		font-size: 2rem;
	}

	.site_si .komp-vorteile h3 {
		font-size: 1.5rem;
	}

}

.komp-vorteile h4 {
	font-size: 1rem;
	font-weight: normal;
	font-family: 'Exo Semibold';
	letter-spacing: 1px;
	margin-bottom: 12px;
	text-transform: uppercase;
}

@media (min-width: 825px) {

	.komp-vorteile h4 {
		font-size: 1.1rem;
		margin-bottom: 15px;
	}

	.site_si .komp-vorteile h4 {
		font-size: 1rem;
		margin-bottom: 15px;
	}
}

@media (min-width: 1100px) {

	.komp-vorteile h4 {
		font-size: 1.2rem;
		margin-bottom: 20px;
	}

	.site_si .komp-vorteile h4 {
		font-size: 1rem;
	}

}

.komp-vorteile ul {
	margin: 0;
	padding: 0;
	margin-bottom: 50px;
	list-style: none;
}

.site_si .komp-vorteile ul {

	margin-bottom: 30px;
}

@media (min-width: 825px) {

	.komp-vorteile ul {
		margin-bottom: 60px;
	}

	.site_si .komp-vorteile ul {
		margin-bottom: 40px;
	}
}

@media (min-width: 1100px) {

	.komp-vorteile ul {
		margin-bottom: 70px;
	}

	.site_si .komp-vorteile ul {
		margin-bottom: 50px;
	}

}

.komp-vorteile p {
	line-height: 1.5;
	font-size: 14px;
}

.komp-vorteile ul li {
	position: relative;
	padding-left: 38px;
	font-size: 15px;
    font-family: 'Exo Light';
    margin-bottom: 12px;
}

.komp-vorteile ul li:before {
	content: "\e902";
	font-size: 24px;
	position: absolute;
	left: 0;
	top: -2px;    
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.komp-vorteile a {
    background-color: #f2f3f6;
    box-sizing: border-box;
    color: #587091;
    font-size: 1.1rem;
    padding: 10px 42px 8px 26px;
    position: relative;
    text-transform: uppercase;
    border: 1px solid #fff;
    display: inline-block;
}

.site_si .komp-vorteile a {
    font-size: 1rem;
    padding: 10px 40px 8px 18px;
    position: relative;
    text-transform: uppercase;
    border: 1px solid #fff;
    display: inline-block;
}

.site_si .komp-vorteile a {
    color: #36639E;
}

.komp-vorteile a:hover {
    background: none;
    color: #fff;
}

.komp-vorteile .kompetenz-block:first-child a:hover {
}

.komp-vorteile .icon-arrow-right {
    font-size: 23px;
    position: absolute;
    right: 13px;
    top: 9px;
}

.site_si .komp-vorteile .icon-arrow-right {
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 11px;
}

@media (min-width: 400px) {

	.komp-vorteile a {
	    font-size: 1.2rem;
	    padding: 10px 56px 8px 42px;
	    position: relative;
	}

	.komp-vorteile .icon-arrow-right {
	    font-size: 26px;
	    right: 26px;
	    top: 9px;
	}

}

@media (min-width: 825px) {

	.komp-vorteile p {
		font-size: 13px;
	}

	.komp-vorteile a {
	    font-size: 1.3rem;
	    padding: 12px 62px 10px 50px;
	}

	.komp-vorteile .icon-arrow-right {
	    font-size: 28px;
	    right: 26px;
	    top: 10px;
	}

	.komp-vorteile ul li {
		padding-left: 42px;
		font-size: 17px;
	    margin-bottom: 16px;
	}

	.komp-vorteile ul li:before {
		font-size: 28px;
		left: 0;
		top: -3px;    
	}

	.site_si .komp-vorteile ul li:before {
		font-size: 24px;
		left: 0;
		top: 0px;    
	}
}

@media (min-width: 1100px) {

	.komp-vorteile p {
		font-size: 14px;
	}

	.komp-vorteile ul li {
		padding-left: 54px;
		margin-bottom: 10px;
		font-size: 19px;
	    font-family: 'Exo Light';
	    margin-bottom: 21px;
	}

	.site_si .komp-vorteile ul li {
		padding-left: 38px;
		margin-bottom: 8px;
		font-size: 16px;
	    font-family: 'Exo Light';
	    margin-bottom: 21px;
	}

	.komp-vorteile ul li:before {
		font-size: 32px;
		left: 0;
		top: -5px;    
	}

	.site_si .komp-vorteile ul li:before {
		font-size: 26px;
		left: 0;
		top: 0px;    
	}

}


/* Referenzen
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.front .home-referenzen {
    text-align: center;
}

.home-referenzen {
    text-align: center;
}

.logos {
    display: table;
    width: 100%;
}

.referenz {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	box-sizing: border-box;
	padding: 2%;
}

.c3 .referenz {
	width: 32%;
}

.c4 .referenz {
	width: 49%;
}

.c5 .referenz {
	width: 30%;
}

.c6 .referenz {
	width: 33%;
}

.referenz img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 600px) {

	.logos {
	}

	.referenz {
		padding: 0 2%;
	}

	.c4 .referenz {
		width: 24%;
	}

	.c5 .referenz {
		width: 19%;
	}

	.c6 .referenz {
		width: 16%;
	}
	
}

@media (min-width: 750px) {
	
}

/* Kundenstimmen
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.home-kundenstimmen {
	background: url("../images/stimmen-bg.jpg") no-repeat top center;
	background-size: cover;
	border-top: 1px solid #cfd0d1;
	border-bottom: 1px solid #cfd0d1;
	text-align: center;
}

.home-kundenstimmen h2 {
  color: #587091;
  text-transform: uppercase;
}

.site_si .home-kundenstimmen h2 {
  color: #36639E;
}

.flexslider {
	width: 100%!important;
	background: none!important;
	border: none!important;
	border-radius: 0!important;
	margin: 50px auto 0!important;
	box-sizing: border-box!important;
}

.flex-direction-nav li {
	list-style-type: none;
}

.flex-direction-nav a {
	width: 50px!important;
	height: 50px!important;
	top: 70%!important;
}

.flex-direction-nav .flex-next {
	right: 10px!important;
	opacity: 1!important;
}

.flex-direction-nav .flex-prev {
	left: 10px!important;
	opacity: 1!important;
}


.flex-direction-nav a.flex-next:before,
.flex-direction-nav a.flex-prev:before {
	color: rgba(88,112,145, 0.85);
	content: "\e914"!important;
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 40px;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flex-direction-nav a.flex-prev:before {
	content: "\e915"!important;
}

.flexslider .slides img {
	display: inline!important;
	width: auto!important;
}

.kundenstimme-container {
	width: 95%;
	margin: 1% auto;
}

.kunde img {
 	border-radius: 100px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border: 3px solid #587091;
}

.site_si .kunde img {
	border: 3px solid #36639E;
}

.kunde {
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.stimme {
	width: 100%;
	background: rgba(88,112,145, 0.85) none repeat scroll 0 0;
	box-sizing: border-box;
	padding: 10px;
	color: #fff;
	position: relative;
	margin-bottom: 25px;
}

.stimme p {
	text-transform: uppercase;
	font-style: italic;
	font-family: 'Exo Light';
	font-size: 0.9rem!important;
}

.stimme h4 {
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'Exo Semibold';
}

.dreieck {
    border-top: 26px solid rgba(88,112,145, 0.85);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    height: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    /*opacity: 0.85;*/
    position: absolute;
    bottom: -26px;
    width: 0;
    top: auto;
}


@media (min-width: 835px) {

	.flex-direction-nav a {
		width: 100px!important;
		height: 100px!important;
		top: 40%!important;
	}

	.flex-direction-nav a.flex-next:before,
	.flex-direction-nav a.flex-prev:before {
		font-size: 90px;
	}	

	.kundenstimme-container {
		width: 75%;
		margin: 2% auto;
	}

	.kunde {
		width: 22%;
		margin-right: 5%;
		margin-top: 0;
		text-align: right;
	}

	.stimme {
		width: 65%;
		margin-top: 0;
		padding:  20px;
		margin-right: 8%;
	}

	.dreieck {
	    left: -33px;
	    top: 45px;
	    right: auto;
	    bottom: auto;
	    transform: rotate(90deg);
	}
}

@media (min-width: 1100px) {

	.flex-direction-nav a {
		width: 130px!important;
		height: 130px!important;
		top: 38%!important;
	}

	.flex-direction-nav a.flex-next:before,
	.flex-direction-nav a.flex-prev:before {
		font-size: 120px;
	}

	.flex-direction-nav .flex-next {
		right: 30px!important;
	}

	.flex-direction-nav .flex-prev {
		left: 40px!important;
	}

}


/* Blog
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.eintraege {
	display: block;
}

.eintraege .outer-cell {
	display: block;
	width: 100%;
	color: #fff;
	background-size: cover;
	background-repeat:no-repeat;
	position: relative;
}

.eintraege .outer-cell:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(20, 20, 20, 0.55);
	z-index: 0;
}

.eintraege .outer-cell:first-child {
	margin-bottom: 30px;
}

.eintraege .inner-cell {
	/*background-color: rgba(20, 20, 20, 0.72);*/
	padding: 15% 10%;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}

@media (min-width: 825px) {

	.eintraege {
		display: table;
		width: 100%;
	}

	.eintraege .outer-cell {
		display: table-cell;
		width: 50%;
	}

	.eintraege .inner-cell {
		padding: 20%;
		/*background-color: rgba(20, 20, 20, 0.62);*/
	}
}

.eintraege .article_img {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	max-width: 100%;
	height: auto;
}

.eintraege h2 {
	position: relative;
	color: #fff;
	margin-bottom: 30px;
}

.eintraege h2:after {
	content: "";
	width: 25%;
	height: 1px;
	border-top: 1px solid #fff;
	position: absolute;
	bottom: -18px; /* todo: vorher top: 41px -> problem?*/
	left: 0;
}

.eintraege p {
	/* margin-bottom: 40px; */
}

@media (min-width: 825px) {

  .eintraege p {
  	/* margin-bottom: 60px; */
  }

}

.eintraege .image-text {
	position: absolute;
    left: 10px;
    bottom: 5px;
    font-size: 12px;
}

@media (min-width: 400px) {

	.eintraege .image-text {
		position: absolute;
	    left: 20px;
	    bottom: 20px;
	    font-size: 12px;
	}
}


.eintraege .datum {
	position: absolute;
    right: 20px;
    top: 20px;
    font-size: 12px;
}

@media (min-width: 400px) {

  .eintraege .datum {
  	font-size: 14px;
  	right: 35px;
  	top: 25px;
  }

}

@media (min-width: 825px) {

  .eintraege .datum {
  	font-size: 15px;
  }

}

.blog-button {
	border:  1px solid #fff;
	padding: 10px 38px 10px 14px;
	position: relative;
	margin-top: 30px;
	display: inline-block;
}

.blog-button:hover {
	background: #fff;
	color: #444;
}

.blog-button .icon-arrow-right {
	position: absolute;
	top: 11px;
	right: 16px;
	font-size: 18px;
}

@media (min-width: 400px) {

  .blog-button {
  	padding: 10px 50px 10px 20px;
  }

  .blog-button .icon-arrow-right {
  	font-size: 19px;
  	right: 21px;
  	top: 12px;
  }

}

/* Jobs Startseite
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.bewerber-start {
	background: url("../images/jobs-bg.jpg") no-repeat top center;
	background-size: cover;
	text-align: center;
}

.bewerber-start h2 {
	color: #587091;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.site_si .bewerber-start h2 {
	color: #36639E;
}

.initative,
.jobangebote {
	width: 100%;
	text-align: left;
}

.initative {
	margin-right: 0;
	margin-bottom: 50px;
}

@media (min-width: 825px) {

  .initative,
  .jobangebote {
  	width: 45%;
  	text-align: left;
  }

  .initative {
  	margin-right: 10%;
  	margin-bottom: 0;
  }

}

.initative h3,
.jobangebote h3 {
	text-transform: uppercase;
	margin: 0;
	color: #484e57;
}

.initative p {
	margin-bottom: 30px;
}

/*.initative a {
    background-color: #587091;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.3rem;
    padding: 14px 75px;
    position: relative;
    text-transform: uppercase;
    border: 1px solid #587091;
    display: inline-block;
}

.initative a:hover {
    background-color: #fff;
    color: #587091;
}

.initative .icon-arrow-right {
    font-size: 2rem;
    position: absolute;
    right: 31px;
    top: 11px;
}*/

.bewerber-start .inserat {
	box-sizing: border-box;
	padding: 20px 20px 40px;
	background-color: #fff;
	border: 1px solid #d0cdd5;
	position: relative;
	margin-top: 25px;
	display: block;
}

.bewerber-start .inserat h3 {
	text-transform: none;
	font-size: .9rem;
}

@media (min-width: 400px) {

  .bewerber-start .inserat h3 {
  	font-size: 1rem;
  }

  .bewerber-start .inserat {
  	padding: 25px 25px 36px;
  }

}

.bewerber-start .inserat p {
	position: relative;
	padding-left: 18px;
	font-size: 0.75rem;
	margin-bottom: 0;
	line-height: 1.2;
} 

.bewerber-start .inserat .icon-location {
	position: absolute;
	color:  #587091;
	font-size: 0.8rem;
	left: 0;
	top: 0;
}

.site_si .bewerber-start .inserat .icon-location {
	color:  #36639E;
}

@media (min-width: 400px) {

  .bewerber-start .inserat p {
  	font-size: 0.8rem;
  	padding-left: 21px;
  } 

}

.bewerber-start .inserat .cta {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #587091;
	padding: 5px 30px 5px 13px;
	border-radius: 0;
	border: 1px solid #587091;
	color: #fff;
	font-size: 0.6rem;
}

.site_si .bewerber-start .inserat .cta {
	background-color: #36639E;
	border: 1px solid #36639E;
}

.bewerber-start .inserat .cta .icon-arrow-right {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 0.9rem;
}

@media (min-width: 400px) {

  .bewerber-start .inserat .cta {
  	padding: 5px 30px 5px 13px;
  	font-size: 0.8rem;
  }

  .bewerber-start .inserat .cta .icon-arrow-right {
  	top: 7px;
  	font-size: 0.9rem;
  }

}

.bewerber-start .inserat:hover .cta {
	color: #587091;
	background-color: #fff;
}

.site_si .bewerber-start .inserat:hover .cta {
	color: #36639E;
}



/* Newsletter
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.signup,
.geschenk {
	width: 100%;
	text-align: left;
}

.geschenk {
	margin-left: 0;
	margin-bottom: 30px;
}

.geschenk img {
	max-width: 100%;
	height: auto;
}

@media (min-width: 825px) {

  .signup,
  .geschenk {
  	width: 47.5%;
  }

  .geschenk {
  	margin-left: 5%;
  	margin-bottom: 0;
  }
}

.signup h2 {
	text-transform: uppercase;
	margin: 0;
	color: #484e57;
}

.datainput {
	background-color: #587091;
	color: #fff;
	border-radius: 10px;
	padding: 15px 20px;
}

.site_si .datainput {
	background-color: #36639E;
}

.datainput p {
	margin: 0;
	margin-bottom: 10px;
	font-size: 0.9rem;
}

#mail {
	background-color: #fff;
	border-radius: 10px;
	color: #939393;
	font-size: 0.8rem;
	padding: 8px 35px;
	width: 60%;
	border: none;
	margin-right: 20px;
}

#anmelden {
	background-color: #223040;
	border: 1px solid #223040;
	border-radius: 10px;
	padding: 5px 30px;
	font-size: 0.9rem;
	font-family: 'Exo Light';
}

#anmelden:hover {
	background-color: #587091;
	border: 1px solid #fff;
}

.site_si #anmelden:hover {
	background-color: #36639E;
	border: 1px solid #fff;
}

.notice {
	font-size: 0.8rem;
	color: #939393;
}

.geschenk {
	text-align: center;
}




