/* Version:  März 2023 / Creator: 280 */

@font-face { 
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-Thin.woff2') format('woff2');
	font-weight: 100;
	font-style: normal;	
}

@font-face { 
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-ThinItalic.woff2') format('woff2');
	font-weight: 100;
	font-style: italic;	
}

@font-face { 
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-ExtraLight.woff2') format('woff2');
	font-weight: 200;
	font-style: normal;	
}

@font-face { 
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-ExtraLightItalic.woff2') format('woff2');
	font-weight: 200;
	font-style: italic;	
}

@font-face {
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;	
}

@font-face {
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-LightItalic.woff2') format('woff2');
	font-weight: 300;
	font-style: italic;	
}

@font-face {
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-Italic.woff2') format('woff2');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-MediumItalic.woff2') format('woff2');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-SemiBoldItalic.woff2') format('woff2');
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}

@font-face { 
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-BoldItalic.woff2') format('woff2');
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-ExtraBold.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-ExtraBoldItalic.woff2') format('woff2');
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-Black.woff2') format('woff2');
	font-weight: 900;
	font-style: normal;
}

@font-face { 
	font-family: "Lato"; 
	src: url('https://fonts.pwrk.dev/ofl/lato/Lato-BlackItalic.woff2') format('woff2');
	font-weight: 900;
	font-style: italic;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	 -webkit-text-size-adjust: 100%; /* 2 */
}

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

body {
  font-family: "Lato";
  font-size: 100%;
  text-decoration: none;
  word-spacing: normal;
  background-color: #ffffff;
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust:exact;
}

.frame-outer {
  position: relative;
  padding: 0;
  width: 780px;
  margin: 1.3rem auto;
  background-color: #FFF;
  /*border: 0.02rem solid #A7A9A4;*/
  box-shadow: -0.1rem 0.1rem 1rem #999;
  line-height: 1.4;
  color: #000;
  font-weight: 400;
  font-size: 0.9rem;
}

.frame-outer::after {
  content: "";
  display: block;
  clear: both;
}


#header {
	position: relative;
}


#logo{
	padding: 1.5rem 4%;
	text-align: right;
}

#logo img{
	width:40%;
	display: inline-block
}

#intro{
  padding: 2rem 4%;
}

.content, #kontakt {
  padding: 2rem 4%;
}

.content::after {
  content: "";
  display: block;
  clear: both;
}

.banner {
    height: 12rem;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#title {
   background: #F4F4F6;
	padding: 2rem 4%;
	text-align: center;
	
}

h1 {
   position:relative; 
   padding: 0 1rem;
   background: #F4F4F6;
   display: inline-block;
   z-index: 1;
   font-size: 1.5rem;
   text-transform: uppercase;
   color: #013C74;
   font-weight: 800;
   line-height: 1.5rem;
    margin: 0.5rem 0 0 0;
}

.linie {position: relative;}

.linie::before {
   content:'';
   position: absolute;
   left: 0;
   right: 0;
   top: 50%;
   height: 0.05rem;
   background: #000;
   z-index:0;
}

h2 {
	color: #013C74;
	font-weight: 400;
	font-size: 1.2rem;
	text-transform: uppercase;
        margin: 0.5rem 0 0 0;
}



h3{
	margin: 0 0 1rem 0;
	padding: 0;
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #013C74;
}

h4{
	margin: 0 0 1rem 0;
	padding: 0;
	font-size: 1rem;
	font-weight: 700;
	color: #013C74;
}

#benefits {
   background: #F4F4F6;
	padding: 2rem 4%;	
}

/* -------------- FLEXBOX -------------------- */

.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 2rem 4%;
  background-color:#013C74;
  color: #fff;

}

.flex h3 {color: #fff;}

.left {
	width: 48%;
}

.right{
	width: 48%;
}

#kontaktflex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
}

.ansprechpartner{
	width: 30%;
	background: #F4F4F6;
	padding: 1rem;
	text-align: center;
}

.ansprechpartner img {display: inline-block; margin: 0 0 1rem 0; width: 11rem;}

.kontaktinfo {
	width: 67%;
}

#footer {
	padding: 2rem 4%;
	background-image: url("//anzeigen.jobsintown.de/job/files/1425579/footer.jpg");
	background-size: cover;
	background-position: right bottom;
	background-repeat: no-repeat;
	color: #fff;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
  text-decoration: none;
  color:#F29400;
}

#footer::after {
  content: "";
  display: block;
  clear: both;
}

img {
	max-width: 100%;
	width: 100%;
	height: auto;
	border:none !important;
	display: block;
}

ul {
	margin:0;
	padding:0;
	list-style-type: none;
	list-style:none;
}

li {
	position: relative;
	padding: 0 0 0.3rem 1rem;
}

li:last-child{
	padding-bottom:0;
}

li::before{
	content:"•";
	position: absolute;
	top: 0rem;
	left: 0.05rem;
}


.flex ::selection {background: #fff;
        color:#014380;
}

.flex ::-moz-selection {background: #fff;
        color:#014380;
}

#footer ::selection {background: #fff;
        color:#014380;
}

#footer ::-moz-selection {background: #fff;
        color:#014380;
}

::selection {
        background: #014380;
        color:#ffffff;
}

::-moz-selection {
        background: #014380;
        color:#ffffff;
}


.hide_m {
}

.hide {
	display:none;
}

.linksbuendig {
  text-align: left;
}

.rechtsbuendig {
  text-align: right;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.justifier {
  text-align: justify;
  text-align-last: justify;
}

.button_box {
  text-align: center;
}

.button_box::after {
  clear: both;
  content: "";
  display: block;
}


/*_______________________

BUTTON MIT ANIMATION
_______________________
*/

.button a {
  display: inline-block;
  background:#013C74;
  padding: 0.6rem 2.5rem;
  margin: 2rem auto;
  margin: 1.5rem 0 0 0;
  cursor: pointer;
  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
}
.button a:hover {
  background-color: #F29400;
  text-decoration: none;
  color: #fff;
}

/*--Slider editierbar--*/

.slider-wrap {
    max-width: 800px;
    width: auto;
    height: auto;
    position: relative;    
    margin: 0;
    overflow: hidden;
}

.slider-wrap img {
	display: block;
}
  
.slideshow {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.slideshow li span {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: image 18s linear infinite;
    animation: image 18s linear infinite;
}
  
@keyframes image {
    0% {
      opacity: 0;
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
    }
    5% {
      opacity: 1;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
    }
    35% {
      opacity: 1;
    }
    40% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
}

@-webkit-keyframes image {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
    5% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    35% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
  
.slideshow li {
    margin:0;
    padding:0;
    list-style: none;
}
.slideshow li:nth-child(1) span {}
.slideshow li:nth-child(2) span {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}
.slideshow li:nth-child(3) span {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}

ul.slideshow {
    margin: 0;
    padding-left: 0;
}

.slideshow li::before {
	display: none;
}


.refnr {}

.apply {}
