﻿@charset "utf-8";

/*@font-face {
    font-family: 'Raleway';
    src: url('raleway/Raleway-Thin.ttf') format('truetype');
    font-weight: 200;
    font-display:block;
}*/
@font-face {
    font-family: 'Raleway';
    src: url('raleway/Raleway-Medium.ttf') format('truetype');
    font-weight: 400;
    font-display: block;
}
/*@font-face {
    font-family: 'Raleway';
    src: url('raleway/Raleway-Bold.ttf') format('truetype');
    font-weight: 800;
    font-display: block;
}*/

@font-face {
    font-family: 'Roboto';
    src: url('roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-display: block;
}
/*@font-face {
    font-family: 'Roboto';
    src: url('roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: 800;
    font-display: block;
}*/

body {
    align-content: center;
    background-color: rgb(255, 255, 255);
    overflow-y: scroll;
    margin: 0;
    padding: 0;
    counter-reset: tableheader;
}

.main {
    position: relative;
    width: 100%;
    /*margin: 120px auto 0px auto;*/
    margin: 0px auto;
    max-width: 1280px;
    min-height: 500px;
}

.headerimage {
    background-image: url(https://images.davids-bio.com/head-main.jpg);
    background-size:auto;
    background-position:center;
    height: 400px;
}

a, a:visited {
    color: rgba(25,115,230,1);
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

a:hover {
    color: rgb(255, 118, 25);
}

.bar {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bar-bars:before {
    content: url(https://images.davids-bio.com/bars.png);
}

.menu {
    /*position: fixed;*/
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 5;
    margin: 0px;
    padding: 0px;
    height: 90px;
    /*background: linear-gradient(0deg, rgba(50,130,100,1) 0%, rgba(70,160,125,1) 100%);*/
    /*background: rgba(83,150,236,1);*/ /*Blau*/
    /*background: #30C019; /*Grün*/
    /*background: rgba(100,100,100,0.7); /*Grau*/
    /*background: rgba(0,50,170,1); /*13a*/
    background:white;
    box-shadow: 0px 6px 5px -5px rgba(100,100,100,1);
}

#headerimg {
    width: 100%;
}

.menu .logo {
    position: relative;
    margin: 15px 0px 0 69px;
    float: left;
}

.dropdown{
    z-index:5;
}

    .dropdown a {
        /*position:relative;*/
        z-index: 5;
        float: left;
        display: block;
        top: 30px;
        text-decoration: none;
        font-size: 24px;
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        color: rgba(0,50,170,1);
        color:black;
        margin: 0 0 0 80px;
        padding: 30px 0px;
    }

        .dropdown a:hover {
            color: rgba(0,50,170,1);
        }

        #active {
            color: rgba(0,50,170,1);
        }

        .dropdown1{
            z-index: 5;
        }

.dropdown2 {
    display: none;
    z-index: 6;
    top: 88px;
    position: absolute;
    background-color: rgba(100,100,100,0.95);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 0px 15px 15px 15px;
    margin: 0 0 0 -120px;
    border-top: solid 1px rgba(255,255,255,1);
}

    .dropdown2 a {
        float:none;
        text-decoration: none;
        font-size: 16px;
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        color: white;
        margin: 0px;
        padding: 10px 10px;
    }

        .dropdown2 a:hover {
            border: none;
            color: #cfcfcf;
        }

        .dropdown1:hover .dropdown2 {
            display: inline;
        }

    .dropdown .icon {
        display: none;
        position: relative;
        left: 0px;
        top: 0;
    }
    .dropdown .icon:hover {border:none;}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky + .main {
        padding-top: 60px;
    }


.menuafter {
    text-align: center;
    background-color: rgba(248,249,250,1);
    height: 50px;
    padding: 5px 0 17px 10px;
    margin: 0px;
}

h1 {
    font-family: 'Raleway', sans-serif;
    color: #30C019;
    color: rgba(40,70,200,1);
    color: rgba(0,50,170,1);
    text-align: left;
    font-size: 34px;
    font-weight: 400;
}

h2 {
    padding: 50px 0 0 0;
    font-family: 'Raleway', sans-serif;
    text-align: left;
    font-size: 34px;
    font-weight: 400;
}

h3, p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    text-align: justify;
}

h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 200;
}

h5 {
    font-family: 'Raleway', sans-serif;
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    padding: 0;
    margin: 0;
}

h6 {
    font-family: 'Raleway', sans-serif;
    color:#cfcfcf;
    text-align: left;
    font-size: 22px;
    font-weight: 400;
    padding: 0;
    margin: 15px 0 5px 0;
}

.price{
    font-size:14px;
    margin: -25px 0 0 0;
}

.icons {
    vertical-align: middle;
    padding: 0 5px 0 10px;
    width: 16px;
    height: auto;
}

a.button {
    font-weight:400;
    color: white;
    padding: 20px;
    background-color: rgba(25,115,230,1);
    border-radius: 2px;
    display:block;
    width: 200px;
    text-align:center;
    margin:0 auto;
}

    a.button:hover {
        background-color: rgba(25,80,160,1);
        color: rgb(255, 255, 255);
    }

.h1image {
    float:right;
}


.footer {
    background-color: rgba(248,249,250,1);
    min-height: 300px;
    margin: 50px 0 0 0;
}

    .footer .center {
        margin-left: auto;
        margin-right: auto;
        width:100%;
        max-width: 1280px;
    }

    .footer .center .contact{
        padding:5px 0 0 0;
        border-bottom: 1px solid rgba(150,150,150,1);
    }

    .footer .center .box{
        width:33%;
        padding:25px 0 0 0;
        float:left;
    }

.footer .center .contact a {color: rgba(0,0,0,1);}
.footer .center .contact a:hover {color: rgb(255, 118, 25);}



        .footer .center .box a {
            position: relative;
            display: block;
            text-decoration: none;
            font-family: 'Roboto', sans-serif;
            font-size: 16px;
            font-weight: 200;
            color: rgba(100,100,100,1);
        }





.socialicon {
    font-size: 30px;
    text-align: center;
    text-decoration: none;
}
    .socialicon:hover {
        opacity: 0.7;
    }
.socialicon-facebook {
    padding: 5px 15px 5px 15px;
    background: #3B5998;
    color: white;
}
.socialicon-twitter {
    background: #55ACEE;
    color: white;
}


/*Formular*/
section {
    counter-increment: form-counter 1;
}

.form-text1 {
    color: rgba(25,115,230,1);
    font-family: 'Raleway', sans-serif;
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    border: 1px solid rgba(25,115,230,1);
    padding: 2px 0 4px 0;
    margin: 0 0 20px 0;
}

    .form-text1::before {
        color: white;
        font-family: 'Raleway', sans-serif;
        text-align: left;
        font-size: 24px;
        font-weight: 400;
        background: rgba(25,115,230,1);
        content: counter(form-counter);
        /*border-radius: 500px;*/
        padding: 2px 12px 4px 12px;
        margin: 0px 5px 0 0;
    }

/* Tooltip */
[data-tooltip] {
    position: relative;
    z-index: 10;
}

    [data-tooltip]:before,
    [data-tooltip]:after {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        left: 50%;
        bottom: calc(100% + 5px); /* 5px is the size of the arrow */
        pointer-events: none;
        transition: 0.2s;
        will-change: transform;
    }

    [data-tooltip]:before {
        content: attr(data-tooltip);
        padding: 10px 18px;
        min-width: 50px;
        max-width: 300px;
        width: max-content;
        width: -moz-max-content;
        border-radius: 6px;
        font-size: 14px;
        background-color: rgba(59, 72, 80, 0.9);
        background-image: linear-gradient(30deg, rgba(59, 72, 80, 0.44), rgba(59, 68, 75, 0.44), rgba(60, 82, 88, 0.44));
        box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
        color: #fff;
        text-align: center;
        white-space: pre-wrap;
        transform: translate(-50%, -5px) scale(0.5);
    }

    [data-tooltip]:after {
        content: '';
        border-style: solid;
        border-width: 5px 5px 0px 5px; /* CSS triangle */
        border-color: rgba(55, 64, 70, 0.9) transparent transparent transparent;
        transition-duration: 0s; /* If the mouse leaves the element, 
                              the transition effects for the 
                              tooltip arrow are "turned off" */
        transform-origin: top; /* Orientation setting for the
                              slide-down effect */
        transform: translateX(-50%) scaleY(0);
    }


    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after {
        visibility: visible;
        opacity: 1;
    }
    /* Scales from 0.5 to 1 -> grow effect */
    [data-tooltip]:hover:before {
        transition-delay: 0.3s;
        transform: translate(-50%, -5px) scale(1);
    }
    /* 
  Arrow slide down effect only on mouseenter (NOT on mouseleave)
*/
    [data-tooltip]:hover:after {
        transition-delay: 0.5s; /* Starting after the grow effect */
        transition-duration: 0.2s;
        transform: translateX(-50%) scaleY(1);
    }

/* LEFT */
/* Tooltip + arrow */
[data-tooltip-location="left"]:before,
[data-tooltip-location="left"]:after {
    left: auto;
    right: calc(100% + 5px);
    bottom: 50%;
}

/* Tooltip */
[data-tooltip-location="left"]:before {
    transform: translate(-5px, 50%) scale(0.5);
}

[data-tooltip-location="left"]:hover:before {
    transform: translate(-5px, 50%) scale(1);
}

/* Arrow */
[data-tooltip-location="left"]:after {
    border-width: 5px 0px 5px 5px;
    border-color: transparent transparent transparent rgba(55, 64, 70, 0.9);
    transform-origin: left;
    transform: translateY(50%) scaleX(0);
}

[data-tooltip-location="left"]:hover:after {
    transform: translateY(50%) scaleX(1);
}



/* RIGHT */
[data-tooltip-location="right"]:before,
[data-tooltip-location="right"]:after {
    left: calc(100% + 5px);
    bottom: 50%;
}

[data-tooltip-location="right"]:before {
    transform: translate(5px, 50%) scale(0.5);
}

[data-tooltip-location="right"]:hover:before {
    transform: translate(5px, 50%) scale(1);
}

[data-tooltip-location="right"]:after {
    border-width: 5px 5px 5px 0px;
    border-color: transparent rgba(55, 64, 70, 0.9) transparent transparent;
    transform-origin: right;
    transform: translateY(50%) scaleX(0);
}

[data-tooltip-location="right"]:hover:after {
    transform: translateY(50%) scaleX(1);
}



/* BOTTOM */
[data-tooltip-location="bottom"]:before,
[data-tooltip-location="bottom"]:after {
    top: calc(100% + 5px);
    bottom: auto;
}

[data-tooltip-location="bottom"]:before {
    transform: translate(-50%, 5px) scale(0.5);
}

[data-tooltip-location="bottom"]:hover:before {
    transform: translate(-50%, 5px) scale(1);
}

[data-tooltip-location="bottom"]:after {
    border-width: 0px 5px 5px 5px;
    border-color: transparent transparent rgba(55, 64, 70, 0.9) transparent;
    transform-origin: bottom;
}





/*Radio*/
 input[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

    input[type=radio] + img {
        cursor: pointer;
        padding: 10px 10px 5px 10px;
        border-bottom: 5px solid rgba(100,100,100,1);
        border-top: 5px solid rgba(100,100,100,1);
        height:48px;
        }

    input[type=radio]:checked + img {
        border-bottom: 5px solid rgba(25,115,230,1);
        border-top: 5px solid rgba(25,115,230,1);
        height:64px;
    }

/*Nummerierung*/
[type=number] {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    padding: 5px;
    font-size: 26px;
}

label {
    float: left;
    font-family: Arial, sans-serif;
    color: rgba(120,120,120,1);
    font-size: 14px;
    display: block;
    padding: 5px 10px 20px 10px;
    text-align: center;
    width:100px;
}


/*Adressformular*/
.form-adress {
    font-family: 'Roboto', sans-serif;
    width: 75%;
    padding: 30px;
    background: #FFFFFF;
    margin: 25px 0 0 10px;
    padding:0px;
}

    .form-adress input[type="text"], .form-adress input[type="email"], .form-adress textarea, .form-adress select {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 100%;
        padding: 10px 0 0px 5px;
        border: none;
        border-bottom: 1px solid rgba(150,150,150,0.5);
        background: transparent;
        margin-bottom: 10px;
        font-family: "Roboto", sans-serif;
        font-size: 18px;
        height: 45px;
    }

    .form-adress textarea {
        height: 120px;
        resize: none;
    }

    .form-adress input[type="button"], .form-adress input[type="submit"] {
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size:16px;
        color: white;
        padding: 15px 25px 15px 25px;
        background-color: rgba(25,115,230,1);
        border-radius: 2px;
        border-style: none;
        cursor: pointer;
    }

        .form-adress input[type="button"]:hover, .form-adress input[type="submit"]:hover {
            background-color: rgba(25,80,160,1);
            color: rgb(255, 255, 255);
        }


.card {
    float: left;
    position: relative;
    width: 300px;
    height: 200px;
    border-radius: 1px 0 0 1px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    margin: 10px 6px 20px 12px;
}

    .card h2 {
        font-family: "Raleway", sans-serif;
        position: relative;
        color: #000;
        font-size: 20px;
        top: 156px;
        background-color: rgba(255,255,255,0.6);
        margin: 0 0 0 -5px;
        padding: 10px 0px 10px 10px;
    }

            .card:hover h2{
                color: rgba(0,0,0,0.7);
                transition: all 0.25s;
            }

.liste1 {
    float: left;
    width: 33%;
    margin: 5px 0px 20px 0;
    }

.liste1 img {
    background: no-repeat rgba(25,115,230,1);
    float: left;
    /*border: 5px solid rgba(25,115,230,1);*/
    width: 48px;
    height: 48px;
    padding: 15px;
    border-radius: 50px;
}

.liste1:hover img{
background:rgba(150,150,150,0.5);
transition-duration: 0.5s;
}

.liste1 .text {
    margin: 0 0 0 40px;
    padding: 5px 5px 0px 50px;
    height: 71px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

ul {
    margin:0px;
    padding:0px;
}

    ul li {
        font-family: 'Roboto', sans-serif;
        font-size: 16px;
        /*list-style-image:url(https://images.davids-bio.com/16-antibody.png);*/
        background: url(https://images.davids-bio.com/16-antibody.png) no-repeat left bottom;
        list-style: none;
        padding: 5px 0px 0 20px;
        margin: 0px;
    }

#center {
    display: flex;
    align-content: center;
    justify-content: center;
}

/* Navigationsboxen mit Icons oben auf den Seiten */
.iconbox {
    margin: 50px 0 5px 0;
    padding: 0px 1% 0px 1%;
    text-align: center;
    width: 22.9%;
    float: left;
    border-right: #ddd 1px solid;
}

    .iconbox h2 {
        font: 400 32px Raleway, sans;
        color: rgba(120,120,120,1);
        text-align: center;
        margin: 20px 0 0 0;
        padding: 0px;
    }

    .iconbox:hover h2 {
        cursor: pointer;
        color: #f60;
    }

    .iconbox img{
        height:64px;
    }

.subpage {
    text-align:center;
    margin: 0px;
}

.five {
    width: 17.9%;
}

.imgborder {
    width: 100px;
    float: left;
    margin: 5px 20px 15px 0;
    border: #fff 5px solid;
    box-shadow: 1px 1px 1px 1px rgba(100,100,100,0.2);
}

.imagebox img {
    text-align: center;
    position: relative;
    top: 0px;
    z-index: 5;
}


/* css_tabelle */
.tableheadline {
    margin: 0px;
    padding: 0px;
    font-family: Raleway, sans;
    font-weight: 400;
    font-size: 13px;
    color: #000;
    counter-increment: tableheader;
}

    .tableheadline::before {
        content: "Table " counter(tableheader) ": ";
        margin: 0 0 0 2.5%;
    }

.tableclean {
    font-family: Roboto, sans ;
    font-size: 15px;
    width: 95%;
    text-align: left;
    border-collapse: collapse;
    margin: 0px auto 20px auto;
    border-top: solid 2px #1f497d;
    border-bottom: solid 2px #1f497d;
}

    .tableclean th {
        font-family: Raleway, Arial, Helvetica, sans-serif;
        color: #fff;
        font-size: 20px;
        font-weight: 400;
        background-color: rgba(83,150,236,1);
        padding: 10px 5px;
        border-bottom: solid #1f497d 2px;
        cursor: default;
    }

    .tableclean td {
        font-family: Roboto, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        color: #000;
        padding: 4px;
        cursor: default;
        height: 64px;
    }

        .tableclean td img {
            display: block;
            margin: 0px auto;
        }

        .tableclean td:first-child img {
            max-height: 64px;
        }

.GanzeReihe {
    color: #aaa;
    font-style: italic;
}

.imgeffect {
    width: 75%;
    max-width: 100px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px #999;
    border: solid 2px #efefef;
    margin: 15px 0 5px 0;
}

.small td {
    height: auto;
}

.tableclean tr:nth-child(odd) {
    color: #000;
    background-color: rgba(83,150,236,0.1);
}

.tableimg {
    width: 75px;
}

/* Preistabelle */

.tableprice {
    text-align: left;
    border-spacing: 0;
    width: 98%;
    margin: 20px auto;
    box-shadow: 0 4px 8px 0 rgba(40,40,40,0.1);
}

    .tableprice td a {
        font-size: 15px;
    }

    .tableprice th:first-child {
        padding: 0 0 0 20px;
    }   

        .tableprice th {
        font-family: Raleway, sans-serif;
        font-weight: 400;
        color: white;
        font-size: 20px;
        border: none;
        padding: 12px 0px;
    }

    .tableprice td:first-child {
        padding: 0 15px 0 20px;
        height: 50px;
    }

    .tableprice tbody tr:hover {
        background-color: rgba(200,40,34,0.1);
    }

    .tableprice tbody tr:last-child td {
        border: none;
    }

    .tableprice tbody td {
        border-bottom: 1px solid #efefef;
        padding: 5px 0;
        font-family: Roboto, sans-serif;
    }

    .tableprice tr td img {
        height: 50px;
        vertical-align: middle;
        display: block;
        margin: 8px auto;
    }

.blue {
    border: 2px solid rgba(0,160,225,1);
}

    .blue th {
        background: rgba(0,160,225,1);
    }

    .blue tbody tr:hover {
        background-color: rgba(0,160,225,0.1);
    }

.red {
    border: 2px solid rgba(200,40,34,1);
}

    .red th {
        background: rgba(200,40,34,1);
    }

.green {
    border: 2px solid rgba(75,175,80,1);
}

    .green th {
        background: rgba(75,175,80,1);
    }

    .green tbody tr:hover {
        background-color: rgba(75,175,80,0.1);
    }

.process{
display:inline-block;
}

    .process img {
        height: 100px;
        display: block;
        vertical-align: middle;
        margin: 5px 0px;
        padding: 10px 10px 0 10px;
        border-top: 3px solid rgba(100,100,100,1);
        /*border-bottom: 5px solid rgba(100,100,100,1);*/
    }

.processarrow {
    display:inline-block;
    vertical-align: top;
    
    margin: 0px 30px 0 30px;
}

.fh1 {
    font: 400 14px Raleway, sans;
    text-align: center;
}

.wrapper{
    padding: 60px 0 0 0;
    text-align:center;
    align-content: center;
    margin: 0 auto;
}

/*Bildbeschriftung bei Produkten*/
.bildtext {
    position: relative;
    overflow: hidden;
    float: left;
    margin: 0 5px 0 0;
}

    .bildtext:hover .bildtitel {
        background: rgba(255, 255, 255,0.5);
        color: #000;
    }

.bildtitel {
    color: #fff;
    font-size: 13px;
    position: absolute;
    text-align: left;
    padding: 4px;
    background: rgba(0, 0, 0, 0.5);
    bottom: 4px;
    width: 100%;
}

/*Listen*/
ol {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 0 20px;
}


@media screen and (max-width: 1200px) {
    .iconbox h2{
        font-size: 20px;
        font-weight: 400;
    }

    .iconbox img {
        height: 48px;
    }

    .five{
        width: 17.5%;
    }
    
    .menu .logo {
        float: right;
        padding: 0px 20px 0px 0px;
    }

    .dropdown1:hover .dropdown2 {
    display:none;
    }

    .menu .dropdown .dropdown1 a.icon {
        position:absolute;
        left: 30px;
        margin: 0px;
        display: block;
    }

    .dropdown1:not(:last-child) {
        display: none;
        position: relative;
        padding: 0px;
        margin: 0 0 0 80px;
    }

        .dropdown1:not(:last-child) a {
            position: absolute;
            font-size: 16px;
            font-weight: 400;
            color: white;
            padding: 0px;
            margin: 0px;
        }

        .dropdown1:not(:last-child) a:hover {
            text-decoration:none;
            border:none;
        }


    .menu .dropdown.responsive .dropdown1{
        float: none;
        display: block;
        text-align: left;
    }

        .menu .dropdown.responsive .dropdown1:not(:last-child) {
            top: 90px;
            margin: 0px;
            padding: 25px 25px 40px 25px;
            background: rgba(100,100,100,0.95);
        }

    h1, h2, h3, p, h4, h5, ol, ul {
        padding: 0 20px 0 20px;
    }
    .card {margin-left:20px;}
}

@media screen and (max-width: 600px) {
    .iconbox h2 {font-size: 16px; font-weight: 200;}
    #headerimg{display:none;}
    .tableclean img {max-height:42px;}
	.tableclean td:first-child img {display:none;}
    .brrow{display:block; padding:10px 0 0 115px;}
	.brrow .de{padding:10px 0 0 10px;}
    .footer{height:400px;}
    h4, h5 {padding:0px;}
    h1, h2{font-size:24px;}
    .iconbox {width: 22%;}
    .tableclean td {font-size:12px;}
    .tableclean th {font-size:12px; text-align:center;}
    .processarrow {max-height: 48px; margin: 37px 5px 0px 5px;}
    .process img{max-height:64px;}
    .price{margin: -15px 0 0 20px;}
    .headerimage{background-image: none; height: 0px;}
}

@media screen and (max-width: 400px) {
.iconbox h2 {font-size: 12px;font-weight: 200;}
ul li {background: none; list-style: disc; margin: 0 0 0 20px; padding:0;}
.tableclean td {font-size: 10px;}
.tableclean th {font-size: 10px;}
.tableclean img {max-height: 36px;}
a.button{width:200px;}
td ul li{font-size:10px;}
h5{font-size:14px; font-weight:600;}
.contact{margin: 0 5px;}
.footer .center .box a {font-size:14px;}
.footer .center .box {max-width:30%;margin: 0 5px;}
.tableimg{width:0px;}
}