@import url("reset.css");

@font-face {
    font-display: swap;
    font-family: 'Optima';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/optima.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Optima';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/optima-bold.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Optima';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/optima-medium.woff2') format('woff2');
}
/* tenor-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Tenor Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/tenor-sans-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.clear {
    clear: both;
}

body {
    font-family: 'Tenor Sans';
    font-size: 15px;
    color: #8b8b8b;
    line-height: 24px;
}

h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    padding-top: 20px;
    padding-bottom: 40px;
}

h2 {
    font-size: 30px;
    padding-bottom: 50px;
    font-weight: 700;
	color: #e3000b;
	padding-top: 10px;
}

h3 {
    color: #00a2a4;
    font-size: 20px;
    padding-bottom: 10px;
}

h4 {
    font-size: 26px;
    padding-bottom: 10px;
    font-weight: 700;
    color: #8b8b8b
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.wrapper {
    max-width: 2000px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#kosmetik{
	padding: 80px 10%; 100px 10%;
	border-bottom: 1px solid;
	text-align: center;
}

#kosmetik .box{
	background: #eee;
	padding: 50px;}

#kosmetik h3{
	padding-top: 30px;
	text-transform: none;
}

#kosmetik ul{
	margin-top: 10px;
	margin-bottom: 30px;
}

#kosmetik ul li{
	margin-top: 10px;
}

.bold{
	font-weight: 700;
}

.btn{
	background: #e3000b;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	width: 200px;
	border: none;
	margin-top: 20px;
}

.hintergrund {
    background: rgba(74, 74, 74, 0.04)
}

nav {
    background: #eee;
    height: 60px;
    position: fixed;
    width: 100%;
    max-width: 2000px;
    z-index: 9999;
}

#team{
	padding: 0px 10% 100px 10%;
	text-align: center;
}

nav .buttons {
    position: absolute;
    top: 5px;
    right: 10%;

}

nav .buttons img {
    padding: 2px;
    width: 50px;
}


nav ul {
    margin-left: auto;
    margin-right: auto;
    width: 620px;
    margin-top: -40px;
}

nav ul li {
    float: left;
    padding-left: 12px;
    padding-right: 12px;
}

.center {
    display: table-cell;
    vertical-align: middle;
}

nav ul li a {
    color: #4a4a4a;
    text-decoration: none;
}

nav ul li a:hover {
    color: #e3000b;
}

#blister{
	padding: 100px 0%;
	width: 80%;
	margin-left: 10%;
	border-top: 1px solid;
}

.logo img {
    height: 40px;
	margin-top: 10px;
    margin-left: 10%;
}

header {
    background: url(../images/apothekerin.jpg);
    height: 900px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
	color: #fff;
	padding-right: 50%;
    background-position: center top;
}

.blue{
	font-weight: 700;
	color: #0071bb
}

header .box {
    display: table;
    height: 800px;
    width: 100%;
    padding-left: 10%;
    background: linear-gradient(90deg, rgb(0, 113, 187) 0%, rgba(0, 113, 187, 0.8) 35%, rgba(0, 162, 164, 0) 100%);
}

header h3 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

header .big {
    font-size: 40px;
	line-height: 50px;
}

header .box a {
    color: #fff;
    border-radius: 15px;
    padding: 10px;
    text-decoration: none;
    font-size: 16px;
	font-weight: 700;
}

.vektor {
    width: 101%;
    height: 200px;
    object-fit: cover;
    object-position: top;
    margin-top: -160px;
    margin-left: -0.5%;
}

.vektor-unten {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: top;
    margin-top: -250px;
}

.vektor-grau {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: top;
}

.white {
    background: #fff;
}

#ueber-uns {
    padding-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 100px;
    margin-top: -100px;
}

.w3-button {
    background: #00a2a4;
    border: none;
    padding: 0px;
    margin-top: 10px;
    padding-bottom: 0px;
    border-radius: 20px;
    height: 160px;
}

.w3-button:hover {
    cursor: pointer;
}

.w3-button img:hover {
    opacity: 0.3;
    transition: 0.3s;
}

.w3-red img {
    opacity: 0.3;
    transition: 0.3s;
}

.w3-bar {
    float: left;
}

.dropdown {
    display: none;
}

#kontakt .col2 a{
    color: #e3000b;
    text-decoration: none;
}

.tab-content {
    margin-left: 180px;
}

.tab-content img {
    width: 50%;
    height: 520px;
    margin-top: 8px;
    float: left;
    object-fit: cover;
    border-radius: 30px;
    margin-right: 5%;
}

.tab-content p {
    font-weight: 700;
    color: #8b8b8b;
    padding-bottom: 30px;
}

#ueber-uns h2 {
    color: #e3000b
}

.upper{
	color: #0071bb;
	text-transform: uppercase;
	font-weight: 700;
}

#ueber-uns ul {
    list-style: disc;
    color: #00a2a4;
    margin-left: 15px;
}

.bilder{
	margin-top: 30px;
}

#blister img{
	width: 31%;
	padding-right: 2%;
	float: left;
	border-radius: 20px;
}

.grey {
    color: #8b8b8b
}


#service .col1, #leistungen .col1, #ueber-uns .col1, #blister .col1 {
    width: 50%;
    padding-right: 3%;
    float: left;
}

#service .col2, #leistungen .col2, #ueber-uns .col2, #blister .col2 {
    width: 50%;
    padding-left: 3%;
    float: left;
}

#ueber-uns .col1 img{
	width: 100%;
}

#leistungen {
    background: #F2F2F2;
    margin-top: -10px;
    padding: 100px 10% 0px 10%;
}

#leistungen .col2 img{
	width: 100%;
	height: 400px;
	object-fit: contain;
}

#angebote {
    background: url(../images/medikamentenberatung.jpg);
    height: 900px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#angebote .upper{
	color: #fff;
}

#angebote .box {
    padding-right: 10%;
    padding-left: 60%;
    color: #fff;
    line-height: 25px;
	
    padding-top: 100px;
}

#angebote .big {
    font-size: 40px;
    text-transform: uppercase;
}

#angebote .box a {
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid;
    border-color: #fff;
}

#service {
    padding: 100px 10%;
    text-align: center;
}

#service .col, #blister .col{
	text-align: left;
	margin-top: 50px;
}

.red{
	font-weight: 700;
	color: #e3000b
}

#service .box, #blister .box{
    width: 46%;
    margin-right: 2%;
    margin-right: 2%;
    float: left;
    display: table;
    margin-top: 50px;
    height: 300px;
    background: #e8e8e8;
    padding: 50px;
    border-radius: 20px;
}

#service .box h2 , #blister .box h2{
    padding-bottom: 15px;
    color: #00a2a4;
}

#service .box p {
    padding-bottom: 30px;
}

#service .box a {
    background: #00a2a4;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 10px;
}

#parallax {
    background: url(../images/medis.jpg);
    background-size: cover;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
	text-align: center;
	padding-bottom: 300px;
	color: #fff;
}

b{
	font-weight: 700;
}

#parallax h2{
	color: #fff;
}

#parallax p{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 50px;
}

#parallax .btn{
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-radius: 15px;
	font-weight: 700;
}

#kontakt {
    padding: 50px 10% 100px 10%;
}

#kontakt strong {
    font-weight: 700;
    font-size: 20px;
}

#kontakt .col1 {
    width: 50%;
    padding-right: 2%;
    float: left;
    display: table;
    height: 550px;
}

#kontakt .col2 {
    width: 50%;
    padding-left: 2%;
    float: left;
}

#kontakt iframe {
    width: 100%;
    height: 600px;
}

#kontakt .col1 a {
    color: #e3000b;
    text-decoration: none;
}

#kontakt .col1 .button {
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
    padding: 10px;
    background: #00a2a4;
    text-transform: uppercase;
    border-radius: 10px;
}

.italic{
	font-weight: 700;
}

.dse {
    background: #0071bb;
    padding: 5px 10%;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

.dse a {
    padding-right: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

a:hover {
    opacity: 0.6;
    transition: 0.3s;
}

/*---------------------------------------
MEDIA Queries | Tablet | Phone
---------------------------------------*/

@media screen and (max-width: 1310px) {
    #leistungen {
        margin-top: -70px;
    }

    .vektor-unten {
        height: 330px;
    }

    #service {
        padding-top: 0px;
    }
}

@media screen and (max-width: 1130px) {
    .logo img {
        margin-left: 0%;
    }


    #angebote {
        height: 700px;
    }

    .slick-slide img {
        padding: 10px;
        height: 300px;
        object-fit: cover;
        border-radius: 30px;
    }

    .tab-content img {
        display: none;
    }

    .tab-content {
        margin-left: 230px;
    }

    header {
        height: 720px;
    }

    header .box {
        height: 625px;
    }

    nav .buttons {
        right: 2%;
    }
	#angebote .box {
    padding-left: 40%;
    padding-top: 80px;
}
	    #parallax {
        height: 650px;
    }
}

@media screen and (max-width: 920px) {
    nav ul {
        display: none;
    }

    .dropbtn {
        background-color: #0071bb;
        color: white;
        padding: 16px;
        font-size: 16px;
        border: none;
        cursor: pointer;
        height: 60px;
        position: fixed;
        top: 0;
        right: 0;
    }

    nav .buttons {
        right: 60px;
    }

    .dropbtn:hover,
    .dropbtn:focus {
        background-color: #00a2a4;
    }

    .dropdown {
        position: fixed;
        display: inline-block;
        top: 0;
        left: 0;
        z-index: 99999;
    }

    .dropdown-content {
        display: none;
        position: fixed;
        background-color: rgba(0, 113, 187, 0.93);
        min-width: 160px;
        width: 100%;
        height: 100vh;
        text-align: center;
        padding-top: 15vh;
        overflow: auto;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .dropdown-content a {
        color: #fff;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

    .dropdown a:hover {
        background-color: rgba(255, 255, 255, 0.08);
    }

    .show {
        display: block;
    }#angebote .box{
        padding-left: 20%;
        padding-top: 50px;
    }
}

@media screen and (max-width: 820px) {
    #kontakt .col1 {
        width: 100%;
        height: auto;
        padding-bottom: 30px;
        padding-right: 0%;
    }
	header{
		padding-right: 10%;
	}

    #kontakt .col2 {
        width: 100%;
        padding-left: 0%;
    }

    #service .box {
        margin-top: 20px;
        width: 100%;
    }    .modaloverlay .modals {
    width: 80%;
    height: 45vh;
}

    #angebote .big {
        font-size: 30px;
        text-transform: uppercase;
    }

    #angebote {
        height: 500px;
    }

    #angebote .box {
        padding-top: 70px;
    }

    h1 {
        width: 80%;
    }

    #parallax img {
        margin-top: -10px !important;
    }
       #service .col1, #leistungen .col1, #ueber-uns .col1, #blister .col1 {
    width: 100%;
    padding-right: 0%;
    float: left;
}

#service .col2, #leistungen .col2, #ueber-uns .col2, #blister .col2 {
    width: 100%;
    padding-left: 0%;
    margin-top: 40px;
    float: left;
}
	    #angebote {
        height: 700px;
			background-position: right;
    }
	    #angebote .box {
        padding-top: 70px;
        padding-left: 10%;
    }
	    header .box {
        height: 650px;
    }
}

@media screen and (max-width: 750px){
    .slick-slide img {
        padding: 10px;
        height: 400px;
        object-fit: cover;
        border-radius: 30px;
	}

#blister img{
	width: 100%;
	padding-right: 2%;
	float: left;
	margin-top: 20px;
	border-radius: 20px;
}}

@media screen and (max-width: 550px) {
    .w3-bar {
        float: none;
    }
		#kosmetik {
    padding: 80px 5%;
}
	#kosmetik .box {
    padding: 30px;
}

    .w3-button {
        width: 100%;
    }.modals h3 {
    color: #142e98;
    text-align: center;
    font-size: 22px;
}
	#parallax p {
    width: 80%;
}

    .w3-button img {
        width: 100%;
        height: 100%;
        border-radius: 20px;
        object-fit: cover
    }
	.dse a {
    font-size: 11px;
}

    .tab-content {
        margin-left: 0px;
        margin-top: 20px;
    }

    #angebote .box {
        padding-left: 10%;
        padding-top: 20px;
    }
}

@media screen and (max-width: 450px) {
    #angebote .big {
        font-size: 20px;
        text-transform: uppercase;
    }

    h2 {
        font-size: 20px;
        padding-bottom: 10px;
        font-weight: 700;
        line-height: 30px;
    }
    #angebote {
        height: 580px;
        background: #0071bb;
    }
    #parallax {
        height: 550px;
    }

    nav .buttons {
        display: none;
    }
    #kontakt .col1 .button{
        display: block;
        margin-bottom: 20px;
    }
    h1 {
    width: 90%;
        font-size: 20px;
        line-height: 30px;
}
    header .big {
    font-size: 24px;
    text-transform: uppercase;
}
}
