









/*--------------------- Allgemeine Einstellungen ---------------------*/
body {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    color: rgba(156, 156, 156, 1);
    color: #000;
    letter-spacing: 0.1px;
    /*background-color: white; hier wird die Farbe festgelegt - weil Kundenabhängig */
}

.row {}
.container {
    border:1px solid #f00;
    border-top: none;
    /*background-color: #f0f0f0;*/
    margin-bottom: 1rem;
}
.header{
    background-color:#f00;
    color: #fff;
    text-align: center;
    padding: 32px 6px 0;
}
    .header img{
        width: 50%;
        margin: 1rem auto;
}
@media (min-width: 900px), print {
    .header{
        position: absolute;
        background-color:#f00;
        left: 50px;
        top: 50px;
        width: 50%;
        height: auto;
        z-index: 100;
    }
    .header img{
        width: auto;
    }
    .header h2{
        margin-bottom: 1.5rem;
    }
}
/*--------------------- Logo ---------------------*/
.logo {
    background: #f00;
    margin-bottom: 0em;
}
.logo__links  {
    padding: 2% 50% 3% 8%;
}
.bewerberbutton{
    display: none;
}
.logo__links, .logo__rechts, .logo__zentriert { width: 100%; }
    .links, .rechts{
        box-sizing: border-box;
        padding: 0 2rem 0 3.5rem;
    }
@media (min-width: 600px), print {
    .logo__rechts{ width: 35%; padding: 0 3.5rem 0 0;}
    .links{
        width: 50%;
        box-sizing: border-box;
        padding: 0 2rem 0 3.5rem;
        float: left;
    }
    .rechts{
        width: 50%;
        box-sizing: border-box;
        padding: 0 3.5rem 0 2rem;
        float: right;
    }
    .job{
        padding: 2rem 0 0 3.5rem;
        width: 60%;
    }
    .job p{
        width: 90%;
    }
    .job h1{
        font-size: 32px;
    }
    .bewerberbutton{
        display: block;
        position: absolute;
        width: 15%;
        height: auto; 
        right: 1rem;
        top: -60px;
    }
    .button_linie{
        position: relative;
    }
    .button_ohne_linie{
        padding-bottom: 0;
    }    

}
@media print { 
    .bewerberbutton{
        display: none;
    }
}

/*--------------------- Bildleiste ---------------------*/
@media print {
    /* .bildleiste { display: none; } */
}

/*--------------------- Text ---------------------*/
.text { color: black; }
/*.text__unternehmensbeschreibung {
    border-bottom: dotted black 2px;
    padding-bottom: 2em;
    margin-bottom: 2em;
}
*/


hr {
    border: 0;
    border-top: 2px dotted #f00;
    border-bottom: 30px transparent;
    background: none;
    padding-top: 1em;
    margin-bottom: 1em;
}
.button_ohne_linie hr{
    border-bottom: 0px transparent;
    padding: 0;
    margin: 2rem 0 1rem;
    }


.text__aufbild {
	font-size: 150%;
	color: white;
    right: 4%;
    top: 5%; 
    font-weight: normal;
}
.text__stelle {font-size: 250%; }
h1,h3 { font-weight: bold; }
h1 { color: #fff; font-size: 48px; line-height: 1.0;}
h2 { font-weight: 700; font-size: 24px; line-height: 1.0;}
h3 { font-size: 1em; color:#f00; }
ul {
    padding-left: 1.5em;      /* mögliches Flattern der List Items ausgeleichen */
    text-indent: -1.5em;    /* mögliches Flattern der List Items ausgeleichen */
}
ul li:before { content: "\2192  \020 \0A0"; color: #f00; } /*"\2022 \020 \0A0"; } /* Bullet, Leerzeichen */
ul li.zweite_ebene:before { content: "\2022 \020 \0A0"; color: #f00; } /*"\2022 \020 \0A0"; } /* Bullet, Leerzeichen */
ul li.zweite_ebene{ 
    padding-left: 1.1rem;
    text-indent: -1.1em;
}
a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
a:hover { color: #000; text-decoration: underline;}
b{
    font-weight:700;
}
@media (min-width: 750px), print {
    .profilhintergrund{
        background: url(spk_bild1_20200206.jpg) left top no-repeat;
        margin-bottom: 3.5rem;
    }
    .rand_hg{
        background: rgba(255,255,255,0.9);
        padding: 15px;
        border: dotted 2px #f00;
        margin-top: 2rem;
        margin-bottom: 1rem;
        padding-left: 1.5rem;
        margin-left: 2.5rem;
    }
}
/*--------------------- Bewerben ---------------------*/
.bewerben {
    text-transform: uppercase;
    border: 1px black solid;
    background: rgba(255, 0, 255, 1);
    color: rgba(0, 255, 0, 1);
}
.bewerben:hover {
    background: rgba(0, 255, 0, 1);
    color: rgba(255, 0, 255, 1);
}

.clearer{
    float: none;
    clear: both;
    width: 100%;
    height: 2rem;
}
.links p, .rechts p{
    margin-bottom: 0.5rem;
}

/*Vorlagen





*/