/* fonts */
@import url(css2_a52fa85504ba477e.css);


/* Externe CSS für alle Common Designs */
*{
    margin:0;
    padding: 0;
    font-weight: normal;
}
body {
    line-height: 1;
    font-family: 'Lato', sans-serif;
    font-weight: 200;
    font-size: 1.0rem;
    line-height: 1.5;
    color: #636363;
    background: white;
    width: 100%;
}
article{
    position: relative;
    width: 100%;
    max-width: 999px;
    margin: 0 auto 1rem;    
    box-sizing: border-box;
}
body > article{
    border: 1px solid #ccc;
    border-bottom-right-radius: 3rem;
    overflow: hidden;
}
.topAdresse{
    background-color: #373737;
    width: 100%;
    height: 20px;
    font-size: 66%;
    color: #fff;
    text-align: right;
    box-sizing: border-box;
    padding: 2px 3rem 0;
    display: none;
}
.logo, .stellentitel{
    box-sizing: border-box;
    position: relative;
    padding: 1.5rem 3rem;
}
header,main,footer{
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 0rem 3rem 0;
}
header{
    padding: 0;
    margin-bottom: 1rem;
    border-bottom-right-radius: 3rem;
    overflow: hidden;
}
header img{
    display: none;
}

/****************************************** BILDWECHSLER ***************************/
.slider{
	position: relative;
	margin: 0;
	background: none;
	border: none;
}
.slider figure{
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	z-index: 1;
    opacity: 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: #d6dde1;
    margin-bottom: 0;
    padding: 1.5rem 3rem;
}
footer article{
    margin-bottom: 0;
}
footer h3, footer a, footer a:hover{
    color: rgb(36, 101, 143);
    text-decoration: none;
}
footer a:hover{
    text-decoration: underline;
}
img{
    width: 100%;
    height: auto;
}
h1{
    position: relative;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    width: 100%;
    background: rgba(36, 101, 143, .7);
    border-bottom-right-radius: 1em;
    font-size: 125%;   
    color: #fff;
    height: auto;
    padding: 1.2rem 3rem;
}
h3{
    color: #24658f;
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
}
b,strong{
    font-weight: 700;
}
ul{
    padding-left: 1.2rem;
    text-indent: 0rem;
}
p{
    margin-bottom: 0.5rem;
}
li{
    margin-bottom: 0.25rem;
}

@media(min-width:600px){
    .logo{
        width: 100%;
        float: none;
        clear: both;
        padding-right: 65%;
        background-color: #f0f5f9;
    }
    header img{
        display: block;
    }
    h1{
        position: absolute;
        bottom: 0;
        font-size: 200%;   
    } 
    .topAdresse{
        display: block;
    }

}
