/* fonts */
@import url(css2_e8a9592d3e693bd9.css);
@import url(npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css);


/* Externe CSS für alle Common Designs */
*{
    margin:0;
    padding: 0;
    font-weight: normal;
}
body {
    line-height: 1;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: 0.01rem;
    color: #666666;
    background: white;
    width: 100%;
}
article{
    position: relative;
    width: 100%;
    max-width: 999px;
    margin: 0 auto 2rem;    
    box-sizing: border-box;
}
body > article{
    border: 1px solid #ccc;
}
article.job, article.profil, article.benefits{
    background-color: #d0dce3;
    padding: 1rem;
}
.clearer{
    width: 100%;
    height: 0.1px;
    float: none;
    clear: both;
}
header,main,footer{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 0rem 3rem 0;
}
header{
    padding: 0;
    margin-bottom: 1rem;
    display: none;
}
header a.links{
    display: block;
    float: left;
    width: 33%;
    padding: 1.5rem 3rem 0.5rem;
    box-sizing: border-box;
}
header a.rechts{
    display: block;
    float: right;
    width: 33%;
    padding: 2rem 3rem 0.5rem;
    box-sizing: border-box;
}
@media(min-width:600px){
    header{
        display: block;
    }
    h1{
        margin-top: 0rem;
    }
    
}
/******************************* Bildwechsler 2 + 3 ******************/
.slider3,.slider2{
	position: relative;
	margin: 0 0 1rem;
	background: none;
	border: none;
}
.slider3 figure{
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	z-index: 1;
    opacity: 0;
    animation: wechseln3 15s infinite;    
}
.slider2 figure:first-of-type{
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	z-index: 1;
    opacity: 0;
    animation: wechseln2 10s infinite;    
}

.slider3 figure:last-of-type, .slider2 figure:last-of-type {
	position: relative;
}
@keyframes wechseln3 {
    0% {opacity: 0;}
   20% {opacity: 1;}
   40% {opacity: 1;}
   60% {opacity: 0;}
  100% {opacity: 0;}
}
@keyframes wechseln2 {
    0% {opacity: 0;}
   10% {opacity: 1;}
   50% {opacity: 1;}
   60% {opacity: 0;}
  100% {opacity: 0;}
}
.slider3 figure:nth-of-type(2) {
  animation-delay: 5s;
}
.slider3 figure:nth-of-type(3) {
  animation-delay: 10s;
}
/******************************************* Bildwechsler Ende *************/

footer{
    margin-bottom: 0;
    padding: 0 3rem 1.5rem;
}
footer article{
    margin-bottom: 0;
}
footer article h1{
    margin-bottom: 0.5rem;
    margin-top: 0;
}
article.adresse{
    font-size: 85%;
    margin: 0 0 0.25rem 3rem;
}
a{
    color: #333;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
img{
    width: 100%;
    height: auto;
}
h1{
    font-weight: 500;
    width: 100%;
    max-width: 999px;
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-size: 250%;   
}
h3{
    font-size: 155%;
    font-weight: 500;
    margin-bottom: 0.5rem;
}
article.job h3, article.profil h3,article.benefits h3{
    background-color: #a5b9c4;
    padding: 1rem;
    margin: -1rem -1rem 1rem;
}
h3 i{
    position: absolute;
    right: -3%;
    top: -2%;
    padding: 0.5rem 1rem;
    font-size: 150%;
    background-color: #fff;
    border: 0.5rem solid #a5b9c4;
    border-radius: 50%;
}
b,strong{
    font-weight: 500;
    color: #333;
}
ul{
    padding-left: 1.2rem;
    text-indent: 0rem;
}
p,li{
    margin-bottom: 0.5rem;
}
li{
    list-style-type: square; 
}