/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');

/* Externe CSS für alle Common Designs */
*{
    margin:0;
    padding: 0;
    font-weight: 400;
    hyphens: auto;
}
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    width: 100%;
	line-height: 1.4rem;
	color: rgba(0,0,0,0.75);
	background-color:#f2f2f2;
}
article{
    position: relative;
    width: 100%;
    max-width: 999px;
    margin: 0 auto 1rem;    
    box-sizing: border-box;
}
body > article{
    border: 1px solid #ccc;
    background-color: #fff;
}
.logo{
    box-sizing: border-box;
    position: relative;
    padding: 2rem 5rem;
}
header,main,footer{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 0rem 1rem 0;
}
header{
    padding: 0;
    margin-bottom: 1rem;
    display: none;
}
main{
    margin-bottom: 2rem;
}
.clearer{
    position: relative;
    width: 100%;
    height: 0.1px;
    float: none;
    clear: both;
}
.un{
    letter-spacing: 0.02rem;
}
/****************************************** BILDWECHSLER ***************************/
.slider{
	position: relative;
	margin: 0 0 inherit;
	background: none;
	border: none;
}
.slider figure{
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	z-index: 1;
    opacity: 0;
    margin:0;
    animation: wechseln 15s infinite;    
}
.slider figure:last-of-type {
	position: relative;
}
@keyframes wechseln {
    0% {opacity: 0;}
   20% {opacity: 1;}
   40% {opacity: 1;}
   60% {opacity: 0;}
  100% {opacity: 0;}
}
.slider figure:nth-of-type(2) {
  animation-delay: 5s;
}
.slider figure:nth-of-type(3) {
  animation-delay: 10s;
}




footer{
    background-color: #f2f5f9;
    margin-bottom: 0;
    margin-top: 1rem;
    color: #164194;
}
footer strong{
    color:#e3051b;
}
footer article{
    margin-bottom: 0;
}
footer h3{
    margin-top: 0.5rem;
}
footer a:hover{
    text-decoration: none;
}
.bewerben a{
	display: inline-block;
    padding: 0.25rem 1rem;
	color: #fff;
	background-color: #e5000a;
	margin: 2rem 0 1rem 0;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    font-weight: 700;
    font-size: 80%;
    border-radius: 6px;
    text-decoration: none;
}
.bewerben a:after{
    content: ' >';
    color: #fff;
    font-weight: 700;
}
.adresse{
    padding: 0rem 0rem;
}
.bewerben a:hover { color: #fff; }
.buf{
  float: right;
  margin: 1rem 60px 0 0;
  width: auto;
}

img{
    width: 100%;
    height: auto;
}
h1{
    font-weight: 400;
    margin: 1rem 5rem 3rem;
    font-size: 250%; 
    color: #e5000a;
    line-height: 1.2;  
    hyphens: none;
}
h1.mobil{
    display: block;
    font-size: 150%;
}
h3{
	font-size: 1.5rem;
	color: #164194;
    font-weight: 400;
    letter-spacing: 0.01rem;
    text-transform: uppercase;
    margin: 2rem 0 0.75rem;
}
b,strong{
    font-weight: 700;
}
ul{
    padding-left: 0rem;
    text-indent: 0rem;
}
p{
    margin-bottom: 1rem;
}
li{
    padding-left: 4px;
    margin-bottom: 0.25rem;
    list-style-type: none;
    padding-left: 2em;
    text-indent: -1.9em;
}

li::before{
    content: "■";
    display: block;
    width: 12px;
    height: 12px;
    color: #164194;
    float: left;
    margin: 0px 18px 0 0;
    font-size: 24px;
}


@media(min-width:600px){
    main,footer{
        padding: 0rem 5rem 0;
    }
    
    header{
        display: block;
        margin-bottom: 2rem;
    }
    .logo img{
        width: 30%;
    }
    h1.mobil{
        display: none;
    }
    header h1{
        color: #fff;
        font-size: 200%;
        font-weight: 600;
        display: inline-block;
        background-color: rgba(46,79,153,.85);
        padding: 1rem;
        position: absolute;
        left: 0rem;
        bottom: 3rem;
        max-width: 50%;
        z-index: 1000;

    }
    footer article{
        margin-bottom: 0;
    }
    /************************ von Jenny am 28.4. entfernt
    footer article.adresse{
        font-size: 80%;
    }
    */
}
