/* josefin-sans-regular - latin */
@font-face {
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/josefin-sans-v25-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/josefin-sans-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/josefin-sans-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/josefin-sans-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/josefin-sans-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/josefin-sans-v25-latin-regular.svg#JosefinSans') format('svg'); /* Legacy iOS */
}



* ,HTML {padding:0; margin:0;font-family: 'Josefin Sans', sans-serif;color:Black;background-color: transparent}


section {
    height: 100vh;  /* 100% ganze Bildschirmhöhe!!! */
}

section#job {
    height: 65vh;
}

/*
section:last-child {
    height: 85vh;
}
*/

.mobileOnly
{
    display: none;
}
.desktopOnly
{
    display: inherit;
}


.top-spacer
{
    height: 60px; /* so hoch wie das Menü! */
}

.main-width{
    width: 80%;
    margin: 0 auto;
}


.arrow_down
{
    background-image: url(../images/arrow_down.png);
    background-repeat: no-repeat;
    border: solid 2px black;
    background-color: transparent;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    text-align: center;
    background-position: center;
    z-index: 400;
    position: absolute;
    opacity: .6;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
}

.arrow_down:hover {
    opacity: 1;
    cursor: pointer;
}


.lazy
{
    opacity: 0;
    -webkit-transition: opacity .9s;
    transition: opacity .9s;
    transition-delay: .3s;
}

.lazy.inView
{
    opacity: 1;
}

h1
{
    text-align: center;
    position: relative;
    font-size: 1.4em;
    color: black;
}


.corona_msg {
    border: solid 2px black;
    position: absolute;
    padding: 10px;
    border-radius: 10px;
    color: black;
    top: 55%;
    z-index: 10;
    background-color: rgba(254,226,225,0.5);
    text-align: center;
    left: 37%;
    -webkit-box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
    box-shadow: -10px 0px 13px -7px #000000, 10px 0px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}

.corona_details {
    border: solid 2px red;
    padding: 10px;
    margin: 30px;
    border-radius: 5px;
}

.corona_details h2 {
    font-size: 1.2em;
    text-align: center;
}

.corona_details p {
    font-size: .8em;
    text-align: center;
    font-weight: 600;
}


h1.heart::before {
    content:url('../images/h1_Herz.png');
    position:relative; /*or absolute*/
    z-index:10; /*a number that's more than the modal box*/
    margin-right: 10px;
    top: 5px;
}
h1.heart::after {
    content:url('../images/h1_Herz.png');
    position:relative; /*or absolute*/
    z-index:10; /*a number that's more than the modal box*/
    margin-left: 10px;
    top: 5px;
}

h1:first-child {

}

h1 + hr {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 7px;
    color: black;
}

p {
    padding-top: 20px;
    font-size: 1em;
    font-weight: 100;
    letter-spacing: 1px;
}

p::first-letter
{
    font-size: 1.2em;
}


.left-menu
{
    float: left;
    width: 25%;
    margin-top: 8%;
    /*top: 100px;
    position: sticky;*/
}

.left-menu.sticky
{
    position: fixed;

}


.left-menu .header-wrapper
{

    top:20%;
    position: relative;
    /* padding: 20px; */
    padding-right: 50px;
    line-height: 1.8em;
}




.float_left
{
    float: left;
    width: 33%;

}

.float_right
{
    float: right;
    width: 33%;
}

.float_right:after
{
    clear: both;
}

.full-size
{
    float: right;
    width: 75%;
}

#popup {
    display: none;

    position: fixed;
    border: solid 1px lightgray;
    width: 40%;
    height: 60%;
    background-color: white;
    z-index: 10000;
    margin-left: 30%;
    margin-top: 6%;
    text-align: center;
    -webkit-box-shadow: 0px 0px 89px 17px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 89px 17px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 89px 17px rgba(0,0,0,0.75);
    border-radius: 20px;
}

#popup.visible {
    display: block;
    opacity: 0;
}

#popup h2 {
    color: black;
    font-size: 2em;
    margin-top: 40px;
}

#popup p{
    text-align: center;
    font-size: 1em;
    font-weight: 100;
    margin-top: 26px;
}

#popup p b {
    color: black;
}

#popup .btnPopup
{
    display: inline-block;
    width: 50%;
    border: solid 1px gray;
    border-radius: 10px;
    text-align: center;
    margin-top: 40px;
    padding: 10px;
    font-weight: 800;
    font-size: 2em;
}

#popup .btnPopup:hover {
    cursor: pointer;
    border: solid 1px darkgray;

}



section.with-widder-bckg:before
{
    /*background-image: url('../images/Widder3.png');
    background-repeat: no-repeat;
    background-position: center;*/
    opacity: 0.2;
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    height: 85vh;
    width: 80%;
}

div.logo
{
    position: absolute;
    height: 70px;
    width: 80%;
    left: 10%;
    vertical-align: middle;
    top: 30%;
    z-index: 500;
    background-color: transparent;
}

div.logo .white-background
{
    background-color: white;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

div.logo img
{
    width: 630px;
    top: -60px;
    margin: 0 auto;
    display: block;
    background-color: transparent;
    z-index: 100;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
}

div.logo.sticky
{
    position: fixed;
    width: 100%;
    left: 0;
    top:0px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    background-color: white;
    -webkit-box-shadow: 0px 6px 44px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 6px 44px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 6px 44px 0px rgba(0,0,0,0.5);
}

div.logo.sticky img
{
    width: 16%;
    left: 10%;
    margin: inherit;
    top: 5px;
}

nav
{
    position: fixed;
    z-index: 100;
    font-size: 3em;
    float: right;
    margin-top: 10px;
    top: 5px;
    left: 10%;
    z-index: 600;
    background-color: transparent;
}

nav ul{
    float: right;
    margin-top: 15px;
    background-color: transparent;
}

nav ul li {
    display: block;
    float: left;
    margin-left: 20px;
    font-size: .4em;
    background-color: transparent;
}

nav ul li:hover {
    cursor: pointer;
}

.image-wrapper
{
    overflow: hidden;
    float: left;
    height: 350px;
    margin-right: 10px;

    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 30px;
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
   /* -webkit-box-shadow: 0px 0px 48px -2px rgba(0,0,0,0.58);
    -moz-box-shadow: 0px 0px 48px -2px rgba(0,0,0,0.58);
    box-shadow: 0px 0px 48px -2px rgba(0,0,0,0.58); */
    background-color: gray;
    text-align: center;
    vertical-align: middle;
    font-size: 1.4em;
}

.image-wrapper.job-teaser {
    background-color: #FDF0F1;
    border: solid 1px lightgray;
    position: absolute;
    z-index: 10000;
    border-radius: 5px;
    top: 10%;
    width: 20%;
    transform: rotate(-13deg);
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.74);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.74);
}

.image-wrapper.job-teaser h3 {
    margin-top: 40px;
}


.image-wrapper.job-teaser p{
    color: gray;
}

.image-wrapper span {
    top: 35%;
    position: relative;
}

.image-size1_3
{
    width: 33%;
}


.image-size2_3
{
    width: 64%;
}

.image-size3_3
{
    width: 100%;
}

#products a.image-wrapper
{
    height: 90px;
    background-size: contain;
    background-color: transparent;
}

/*
#welcome
{
    height: 100vh;
}
#welcome:last-child
{
    height: 85vh;
} */

#welcome .image-background {
    background-image: url('../images/welcome-bckg-big.jpg');
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 80%;
    margin: 0 auto;
    display: block;
    /* border: solid; */
    margin-top: 5%;
    background-size: cover;
}

#welcome .white-background
{
    background-color: white;

    height: 100%;
    position: absolute;
    z-index: 10;
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

#welcome .termin-wrapper
{
    border: solid 3px black;
    z-index: 100;
    position: relative;
    height: 20px;
    padding: 10px;
    width: 350px;
    margin: 0 auto;
    top: 20px;
    text-align: center;
    font-size: 1.3em;
    color: black;
}

#welcome .widder {
    position: absolute;
    display: block;
    z-index: 500;
    width: 20%;
    margin: 0 auto;
    top: 125px;
    left: 40%;
}

#welcome a
{
    text-decoration: none;
    background-color: transparent;
    color: black;
}

#welcome .arrow_down
{
    bottom: 17%;
    left: 48%;
}

#introduction
{

    overflow: auto;
    height: 100%;
}


#introduction .timetable
{
    margin-top: 80px;
    width: 90%;
    border-collapse: collapse;
}

#introduction .timetable th
{
    text-align: center;
    text-decoration: underline;
}

#introduction .timetable td
{
    text-align: center;
    padding-top: 5px;
}

#introduction .timetable td.big{
    font-weight: bold;
    font-size: 18px;
    padding-top: 15px;
}
#introduction .timetable td.normal {
    font-size: 16px;
    padding-top: 15px;
}

#introduction .timetable td.small{
    font-weight: 100;
    font-size: 13px;
}


/*
#introduction .timetable td:first-child
{
    text-align: left;
}
*/

#introduction
{


}

#pricetable
{
    height: 1500px;
}


#pricetable .price-wrapper
{
    width: 100%;
    clear: both;
    margin-bottom: 20px;
}

#pricetable .price-wrapper .price-header
{
    /*width: 22%;
    float: left;*/
    width: 100%;
    position: relative;

 }

#pricetable .price-wrapper .price-item
{

    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
    height: 40px;
    /*min-width: 215px;*/
    min-width: 155px;
    position: relative;
    font-size: 1em;
    margin-bottom: 25px;
}
#pricetable .price-wrapper .price-item.max
{
    height: 55px;
}

#pricetable .price-wrapper .price-item span
{
    display: block;
    position: absolute;
}

#pricetable .price-wrapper .price-item span:last-child
{
    display: block;
    font-weight: 600;

    bottom: 0px;
}

#pricetable .price-wrapper h2
{
    font-size: 1.2em;
    padding-bottom: 15px;
    line-height: 0.5em;
    font-weight: 100;
    letter-spacing: 3px;
    color: black;
}

#pricetable .price-wrapper.float_left
{
    float: left;
    width: 50%;
    clear: none;
}

#team {
    height: 1200px;
}

#team .worker-wrapper .image-wrapper {
    width: 560px;
    height: 330px;
    /*margin-left: 20px;
    border-radius: 50%;*/
    overflow: hidden;
    margin-left: 12%;
}


#team .worker-wrapper .worker-details-wrapper
{
    width: 450px;
    margin-left: 25%;
    position: relative;
    z-index: 100;
    color: black;
    font-size: 1em;
}

#team .worker-wrapper .worker-details-wrapper td {
    width: 33%;
    text-align: center;
    vertical-align: text-bottom;
    padding-top: 10px;
}



#team .worker-wrapper .image-wrapper .worker-details-wrapper .bckg , #team .single-worker-wrapper .bckg{

    background-color: white;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    -webkit-transition: opacity .8s;
    transition: opacity .8s;
}

#team .worker-wrapper .image-wrapper .worker-details-wrapper .worker-details{
    z-index: 10;
    position: relative;
    padding-top: 10px;
    color: black;
}

#team .worker-wrapper .image-wrapper .worker-details-wrapper .worker-details table {
    width: 100%;
}

#team .worker-wrapper .image-wrapper .worker-details-wrapper .worker-details table td {
    text-align: center;
    color: black;
}


#team .worker-wrapper .image-wrapper:hover  .worker-details-wrapper
{
    top: 230px
}

#team .worker-wrapper .image-wrapper:hover  .bckg
{
    opacity: .8;
}


#team .worker-wrapper h3.group-header {
    margin-left: 25%;
    width: 450px;
    font-style: italic;
    font-weight: 100;
}

#team .single-worker-wrapper {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}


#team .single-worker-wrapper .image-wrapper {
    background-position: top;
    width: 250px;
    height: 280px;
}

#team .single-worker-wrapper .worker-details {
    width: 250px;
    background: rgba(250, 250, 250, .8);
    font-size: .7em;
    top: 250px;
    position: relative;
    height: 70px;
    transition: top .8s;
}

#team .single-worker-wrapper .image-wrapper:hover .worker-details {
    top: 210px;
    transition: top .8s;
}

#team .single-worker-wrapper .worker-details .worker-name {
    border-bottom: solid 1px white;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    margin-top: 5px;
    top:0px;
}


#team .single-worker-wrapper .worker-details-wrapper {
    height: 20px;
}



#team .text-size-worker {
    width: 30%;
    background-color: transparent;
    font-size: 1em;
}
#team .text-size-worker p {
    position: relative;
    top: 245px;
}

#team .text-size-worker:first-child
{
    text-align: right;
}

#team .text-size-worker:last-child
{
    text-align: left;
}

.footer
{
    bottom: 20px;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    border-top: solid 1px lightgray;
    padding-top: 10px;
}
.footer span
{

}

.footer span:last-child
{
    float: right;
}

#pricetable ul
{
    position: relative;
    width: 100%;
    color: black;
    text-align: center;
    margin-bottom: 35px;
}

#pricetable ul li {
    font-size: 1.2em;
    font-weight: 100;
    text-align: center;
    width: 75%;
    margin: 0 auto;
    line-height: 30px;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

#pricetable ul li.priceHeader{
    font-weight: 800;
    font-size: 1.8em;
}


#pricetable ul li.priceDetail:nth-child(odd){
    background-color: transparent;
}

#pricetable ul li.priceDetail:nth-child(even){
    background-color: #FEE2E1;
}