/*
################
              Font Awesome Icons
################
*/


@font-face {
	font-family:fa-brands;
	font-style:normal;
	font-weight:400;
	src:url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-brands-400.eot);
	src:url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
		url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-brands-400.woff2) format("woff2"),
		url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-brands-400.woff) format("woff"),
		url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-brands-400.ttf) format("truetype"),
		url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

@font-face{ 
	font-family:fa-regular;
	font-style:normal;
	font-weight:400;
	src:url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-regular-400.eot);
	src:url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),
		url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-regular-400.woff2) format("woff2"),
		url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-regular-400.woff) format("woff"),
		url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-regular-400.ttf) format("truetype"),
		url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-regular-400.svg#fontawesome) format("svg")}
.far{font-weight:400}

@font-face{
	font-family:fa-solid;
	font-style:normal;
	font-weight:900;
	src:url();
	src:url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),
		url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-solid-900.woff2) format("woff2"),
		url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-solid-900.woff) format("woff"),
		url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-solid-900.ttf) format("truetype"),
		url(https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}


.fa:before, .fas:before, .far:before, ul.fa li:before, .btn:before {
    font-family: fa-solid;
    font-weight: 900;
    width: 1em;
    text-align: center;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 5px;
}

.fab:before {
    font-family: fa-brands;
    font-weight: 900;
    width: 1em;
    text-align: center;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 5px;
}


.fa.spacer:before {
    margin-right:5px;
}
.fa-big:before {
    float: left;
    width: 100%;
    line-height: 45px;
    font-size: 45px;
	margin-bottom:10px;
}


/*
################
               Grundeinstellungen 
################
*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.color {
   color: #d51344;
}

.bg-color, .bg-color a, .bg-color ul li:before, .bg-color h3 {
    background-color: #808080;
    color: #fff;
}
.bg-color-2, .bg-color-2 a, .bg-color-2 ul li:before, .bg-color-2 h3 {
    background-color: #a9a9a9;
    color: #fff;
}

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    font-weight: normal;
    word-spacing: normal;
    line-height: 18px;
    margin: 0;
    padding: 0;
}

#wrapper {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    background-color: #FFF;
    border: 1px solid #d2d2d2;
    -moz-box-shadow: 0px 0px 10px #999;
    -webkit-box-shadow: 0px 0px 10px #999;
    box-shadow: 0px 0px 10px #999;
    overflow: auto;
}

header, footer {
    width: 100%;
    float: left;
}

img {
    max-width: 100%;
    height: auto;
    width: 100%;
    border: 0;
    float: left;
    vertical-align: middle;
}

section {
    float: left;
    width: 100%;
    padding: 8px 4%;
}

section.big {
    font-size: 1em;
    padding: 30px 4%;
}

section.small {
    font-size: 1em;
    padding: 15px 4%;
}

/*
################
               Zusätzliche Änderungen/Einstellungen 
################
*/



/*
################
               Ende - Zusätzliche Änderungen/Einstellungen 
################
*/


/*
################
               Einstellungen Überschriften, Links & Buttons 
################
*/


h1 {
    font-size: 2em;
    line-height: 1.1em;
    margin: 10px 0;
    font-weight: bold;
color: #264e9c; 
}
h2 {
    font-size: 1.5em;
    line-height: 1.6em;
    margin: 5px 0;
    font-weight: normal;
}
h3 {
    font-size: 1.25em;
    line-height: 1.35em;
    margin: 3px 0;
    font-weight: bold;
    color: #264e9c;
}

h3.fullwidth {
    flex: 100%;
}

.small {
    font-size: .75em;
}

.big {
    font-size: 1.25em;
}

a {
    color: #264e9c;
    text-decoration: none;
	white-space: nowrap;
}

a:hover, a:active {
    text-decoration: underline;
}

a.btn {
    padding: 12px 30px 12px 15px;
    background: white;
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
	color: black;
    position: relative;
}

a.btn:hover {
    text-decoration: none;
}

a.btn:before {
	margin-right: 27px;
	font-size: 1.5em;
    z-index: 99;
}

a.btn.line:after {
    content: "";
    height: 100%;
    width: 1px;
    background: black;
    position: absolute;
    top: 0;
    left: 46px;
}

a.btn.square:after {
    content: "";
    height: 100%;
    width: 48px;
    background: darkgrey;
    position: absolute;
    top: 0;
    left: 0;   
}

section p {
    margin: 0 0 10px 0;
}

section p:last-child {
    margin: 0;
}



/*
################
              Einstellungen Listenelemente 
################
*/


ul {
    padding: 0;
    margin: 0;
}

ul li {
    position: relative;
    list-style-type: none;
    margin-top: 4px;
    padding-left: 20px;
}

ul li:before {
    color: #999;
}

.list-arrow ul li:before {
    content: "\203A";
    position: absolute;
    left: 5px;
    top: -1px;
    font-size: 1.5em;
}

.list-bullet ul li:before {
    content: "";
    background-color: #a6a6a6;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 0%;
    left: 5px;
    top: 7px;
}

.list-chevron ul li:before {
    content: "\f054";
    font-family: fa-solid;
    position: absolute;
    left: 5px;
    top: 0px;
	font-size: .8em;
}

ul + p {
	margin-top: 10px !important; 
}


/*
################
              Allgemeines Spaltenlayout Einstellungen
################
*/

.col-2, .col-3, .col-4, .col-5, .col-golden {
    justify-content: space-between;
    display: flex;
}

.col-2 > * {
    flex: 0 1 48.5%;
}
.col-3 > * {
    flex: 0 1 31.3333333333%;
}

.col-4 > * {
    flex: 0 1 22%;
}

.col-5 > * {
    flex: 0 1 18%;
}

.col-golden > *:first-child {
    flex: 0 1 60.3%;
}
.col-golden > *:last-child {
    flex: 0 1 36.7%;
}
.row-reverse > *:nth-of-type(2){
	margin: 0;
}

section.fullwidth {
    padding: 0;
}

section.fullwidth.col-2 > * {
    flex: 0 1 50%;
    padding: 15px 4%;
}

section.fullwidth.col-3 > * {
    flex: 0 1 33.3%;
    padding: 15px 4%;
}

section.fullwidth .col-2 > *:nth-of-type(2), section.fullwidth .col-3 > *:nth-of-type(n+2) {
    margin: 0;
}

section.fullwidth.col-golden > * {
    padding: 15px 4%;
}

section.fullwidth.col-golden > *:first-child {
    flex: 0 1 61.8%;
}

section.fullwidth.col-golden > *:last-child {
    flex: 0 1 38.2%; 
}



/*
################
              Einstellungen Bereich Pre-Header
################
*/

.pre-header {
    text-align: right;
}
.pre-header a {
    color: #fff;
}
.pre-header a:nth-of-type(2) {
    margin-left: 15px;
}


.pre-header.logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pre-header.logo > div {
    flex: 100%;
}

.pre-header.logo a {
    color: #000;
}
/*
################
              Einstellungen Bereich Logo
################
*/


section.logo {
    justify-content: flex-start;
}

.logo  {
    max-width: 220px;
    width: 100%;
    height: auto;
    margin: 18px 0px 0px 0px 
}

.logo.text img {
    width: 200px;
}


.logo.text > *:last-child {
    margin-left: 25px;
}

/*
################
              Einstellungen Bereich Stimmungsbild (oben)
################
*/

section.stimmungsbild {
    background-image: url(https://vorschau.power-media.de/anzeigen/116620/img/header.jpg);
    height: 200px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
	padding:0;
}
section.stimmungsbild p {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 15px 4%;
}
section.stimmungsbild .btn {
    margin-right:4%;
    padding: 15px 30px;
}

.stimmung.col-golden {
    padding: 0;
}

.stimmung.col-golden > div:first-child {
    background-image: url(https://vorschau.power-media.de/anzeigen/116620/img/header.jpg);
    background-size: cover;
    flex: 0 1 63.5%;
}

.stimmung.col-golden > div:last-child {
    display: flex;
    align-items: center;
    padding: 15px 4%;
    flex-wrap: wrap;
}

.stimmung.col-golden .logo img {
    margin-bottom: 10px;
    max-width: 150px;
}


/*
################
              Einstellungen Stellentitel 
################
*/

section.title.col-2 > * {
    position: relative;
	margin:0;
}
.title.col-2 > *:first-child:after {
    content: "";
    height: 100%;
    width: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0
}
.title.col-2 > *:last-child:before {
    content: "";
    height: 100%;
    width: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0
		
}.title.col-2 > *:first-child {
    padding-right:20px;
	flex: 1 1 100%;
}
.title.col-2 > *:last-child {
    padding-left: 20px;
    flex: 0 0 auto;
}
.title.fullwidth.col-2 > *:last-child {
    max-width: 250px;
}
.title .icon {
    flex: 100%;
    display: flex;
    align-items: center;
}
.title .icon:nth-of-type(n + 2) {
    margin-top: 10px;
}

.icon-wrap {
 position:relative;
}
.icon-wrap .fa,
.icon-wrap .fas,
.icon-wrap .far {
padding-left:20px;
position:relative;
	max-width:200px;
    line-height: 18px;
}

.icon-wrap > *:before{
position: absolute;
	left:0px;
	top:3px;
}
.icon-wrap .fa:before,
.icon-wrap .fas:before {
    margin-right: 15px;
}

section.indented {
    width: 92%;
    margin: 0 4%; /* Margin auf "15px 4%" setzen, wenn einegrückte Abschnitte einen Abstand nach oben und Unten haben sollen. */
    padding: 0;
}
section.indented > div {
    padding: 15px 4%;
}

section.indented > img {
    padding: 0 !important;
}

section.indented > * {
    padding: 0 4%;
}

section.indented > *:first-child {
    padding-top: 15px;
}

section.indented > *:last-child {
    padding-bottom: 15px;
}

section.indented .icon-wrap {
    display: flex;
    justify-content: center;
}

section.indented .icon-wrap *:nth-of-type(n + 2){
    margin-left: 20px;
}

section.indented.border {
    border-left: 10px solid #a9a9a9;
    position: relative;
}

section.indented.border:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #fff;
}

/*
################
              Einstellungen Benefitsboxen
################
*/


.benefits > div {
    background: #fff;
    border: 1px solid black;
    display: flex;
    padding: 10px;
    align-content: center;
}

.benefits h3 {
    margin-bottom: 10px;
    flex: 100% !important;
}

/* Löschen, wenn Icon und Schrift in einer Zeile sein sollen */

.benefits > div {
    flex-wrap: wrap;
    /*border-radius: 50%; */ /* Kommentar entfernen, dann sind die Benefintsboxen rund*/
}

.benefits.col-4 > div {
    min-height: 140px; 
}

.benefits.col-5 > div {
    min-height: 120px;
}

.benefits > div > *{ 
    flex: 100%;
    text-align: center;
}

.benefits > div > i {
    font-size: 3em;
    margin-bottom: 8px;
}

/*
################
              Einstellungen Footerbereich
################
*/

.flex.fullwidth a {
    display: block;
    margin-bottom: 5px;
}

.flex.fullwidth .mail {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-content: center;
    justify-content: center;
}

.flex.fullwidth .mail > * {
    width: 100%;
}

.flex.fullwidth .mail > i {
    font-size: 3em;
    margin-bottom: 20px;
}

address {
    font-style: normal;
    float: left;
    width: 100%;
    padding: 15px;
    background: #fff;
    color: #000;
    margin-top: 10px;
}

.social {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.social a {
    font-size: 1.2em;
    padding: 0 3px;
    line-height: 18px;

}

/*
################
              Divider & Seperator
################
*/

section.divider {
    width: 92%;
    margin: 10px 4%;
}

.divider {
    width: 100%;
	height: 1px;
    padding: 0;
	margin: 15px 0;
	background: #ededed;
}

.seperator {
    margin: 10px 5px;
}


/*
################
              CSS Befehle Klassen 
################
*/

.flex {
    display: flex;
}

.wrap {
    flex-wrap: wrap;
}

.center-items {
    align-items: center;
}

.space-between {
    justify-content: space-between;
}

.nobr {
    white-space: nowrap;
}

.text-center {
    text-align: center;
}

.row-reverse {
	flex-direction: row-reverse;
}

.text-justify {
	text-align: justify;
}

.left {
	float: left;
}

.right {
	float: right;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

.relative {
    position: relative;
}

.justify-center {
    justify-content: center;
}


/*
################
              INTERNET EXPLORER FIXES
################
*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .col-5.benefits > * {
        flex: 0 1 15%;
    }

}