@charset "utf-8";
/* CSS Document */

body{
	padding-top:71px;
	transition: all 0.5s ease;
}

h1,h2 {
	font-weight:700;
	font-size:25px;
}
h3, h4{
	font-weight:500;
	font-size:20px;
}

img {
	max-width:100%;
	height:auto;
}
#navbar, #header-container {
	transition: 0.5s;
}

#inc_vat_message {
	display:none;
	background-color: rgba(255,255,255,.7);
	padding: 2px 5px;
	position: fixed;
	right: 0;
	bottom:33px;
	z-index: 500;
	color: #000;
	-webkit-border-radius: 0;
	-webkit-border-top-left-radius: 5px 5px;
	border-radius: 0;
	border-top-left-radius: 5px 5px;
	border-bottom-left-radius: 5px 5px;
	font-weight:bold;
	border-width:1px 0 1px 1px;
	border-style: solid;
	border-color: #144ee2;
}
#inc_vat_message span {
    font-size:80%;
    color: #444;
    font-weight:normal;
}
#inc_vat_message a {
    color: #444;
}
#inc_vat_message a:hover {
    color: #000;
}

a.gmaps {
	display:inline-block;background:url("images/google_maps.png")no-repeat left;padding-left:18px;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgb(255, 255, 255, 1);
}

.navbar-dark.bg-white .navbar-nav .nav-link{
	color:#1475e2;
	font-weight:500;
}
.navbar-dark.bg-white .navbar-nav .nav-link:hover {
	color:#144ee2;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(20, 117, 226, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.topbar {
	background-color:#1475e2;
	color:#fff;
	padding:5px;
	font-size:14px;
	text-align:center;
	display: inline-block;
	width: 100%;
	padding: 5px 15px;
}

.desktop{
	display:none;
}

.topbar p{
	padding:0;margin:0;
}
.insta-icon {
	max-width:20px;
}
.trenner{
	width:100%;
	height:1px;
	background-color: rgba(0, 0, 0, 0.1);
	margin:5px 0;
}

.hide-up-to-768 {
	display:none;
}

.absolute-button {
	position:absolute;
	bottom:20px;
}

.btn-primary {
  color: #fff;
  background-color: #144ee2;
  border-color: #144ee2;
  text-transform:uppercase;
  transition: all 0.5s ease;
}
.btn-colored-green {
	background-color:orange;
	border-color:orange;
	font-weight:bold;
}
.btn-colored-grey {
	background-color:#777;
	font-weight:bold;
}

.btn-white {
	background-color:#fff;
	border-color:#fff;
	font-weight:bold;
	color:#144ee2!important;
	text-decoration:none!important;
}
.btn-white:hover, .btn-white:active, .btn-white:focus {
	color:#fff!important;
}
.card {
	margin-bottom:25px;
}
.spacer-50 {
	width:100%;
	height:25px;
}
.spacer-100 {
	width:100%;
	height:50px;
}
.color-white{
	color:white;
}
.color-white a {
	color:#fff;
}
.bg-blue {
    background-color: #144ee2 !important;
}
.bg-white {
    background-color: #ffffff !important;
	border-bottom: 1px solid #1475e2;
}
.apotheke-logo img{
	max-width:180px;
	height:auto;
}
.apo-bg-teaser-home {
	background-image:url("images/20161021_181518c.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	height:20vh;
}
.apo-bg-teaser {
	background-image:url("images/20161021_181518c.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	min-height:20vh;
}

.bg-teaser-second{
	background-image:url("images/teaser_grey_80.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	color:#fff;
}

.homepage-index .jumbotron {
	padding:0;
}
.jumbo-wrapper {
	padding:25px 0;
	max-width: 90%;
    margin: 0 auto;
    background-color: rgba(20,78,226,0.8);
}
.footer-container{
	background-color: #144ee2 !important;
	color:#fff;
	padding-top:20px;
	padding-bottom:20px;
}
.footer-container a {
	color:#fff;
}
.copyright.container {
	text-align:center;
}
.copyright-box{
	background-color: #063cc4;
	color:#fff;
	padding-top:7px;
	padding-bottom:7px;
}
.copyright-box p {
	margin:0;
	font-size:13px;
}
.parallax {
	padding:10vh 0;
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	overflow:hidden;
	margin:50px 0 80px 0;
}
.parallax h3 {
	margin-bottom:40px;
	font-weight:700;
}
.parallax a {
	color:#fff;
	font-size:17px;
}
.teaser-box-opening-time {
	background-color:#144ee2;
	color:#ffffff;
	padding: 50px 50px 50px 50px;
	background-image: url(images/opening-time.png);
	background-repeat: no-repeat;
	background-position: 125% center;
	background-size: 40%;
}
.teaser-box-first {
	background-color:#1475e2;
	color:#ffffff;
	padding: 50px;
	border-right:1px dotted #fff;

}

.angebot-box {
	padding:15px;
	position:relative;
	margin-bottom:15px;
}
.article-image {
	margin-bottom:15px;
	height:150px;
}

.article-image img {
	max-width:100%;
	max-height: 150px;
}

.article-description {

}

.article-title {
	margin-bottom:0.5rem;
	height:1.5em;
	font-weight:bold;
	overflow-y:hidden;
}
.article-price {
	color:red;
	font-size:24px;
	margin-bottom:0;
}

.article-desc {
	margin-bottom:0;
	font-size:13px;
}
.article-sub{
	font-size:10px;
}

.footer-navigation {
	list-style:none;
	margin:0;
	padding:0;
	float:none;
	width:100%;
	margin-top:20px;
}
.footer-navigation li {
	float:left;
	font-size:13px;
	width:50%;

}
.footer-navigation li a {
	color:#fff;
	padding:2px 10px;
	text-align:center;
}
.copyright-container {
		text-align:center;
	}
.whatsapp-container {
	display: grid;
	max-width: 150px;
	grid-template-columns: 50% 50%;
}
.whatsapp-container img {
	max-width:40px;
	height:auto;
}

.card-header {
	background-color:#144ee2;
	color:#fff;
	font-weight:600;
	padding:0;
}

.card-header button {
	color: #fff;
	font-weight: 600;
	display: block;
	padding: 0.75rem 1.25rem;
	width: 100%;
	text-align: left;
}
.card-header button:hover {
	color:#fff;
	font-weight:600;
}



/*Notdienst Grid*/
#notdienst .card-body {
	padding:0;
}
#notdienst .tabs-notdienst {
	display: grid;
	grid-template-columns: 100%;
}
#notdienst .tab-item {
	padding: 1.25rem;
}
.notdienstactive {
	background-color: #fd3;
}

.fb-notdienst-body {
	padding-top: 0;
}
.fb-notdienst-panel h4 {
	font-size: 1.3rem;
}
.fb-notdiensttabelle td {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1.2rem;
}
.fb-notdiensttabelle hr {
	margin-top: 0.5rem;
	margin-bottom: 0.2rem;
}
.fb-notdienst-body .notdienstactive {
	background-color: #faff7b;
}

.display-4 {
	font-size: 2.5rem;
}

/**SWIPER**/
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.row-eq-height .col-md-4 .card {
	min-height:auto;
}




/*service grid*/
.service-container {
	max-width:1140px;
	margin:0 auto;
	padding:0 15px;
}
.service-columns-three {
	display:grid;
	grid-template-columns:100%;
	column-gap:2%;
	margin-bottom:24px;
}
.service-grid-item {
	color:#fff;
	padding:15px;
	position:relative;
	margin-bottom:20px;
}

.service-columns-three .service-grid-item {
	background-color:#1475e2;
}
.service-columns-two {
	display:grid;
	grid-template-columns:100%;
	column-gap:2%;
	margin-bottom:24px;
}
.service-columns-two .service-grid-item {
	background-color:#144ee2;
}
.service-columns-one {
	display:grid;
	grid-template-columns:100%;
	column-gap:2%;
	margin-bottom:24px;
}
.service-columns-one .service-grid-item {
	background-color:#144ee2;
}

.service-grid-item a, .service-grid-item a:hover, .service-grid-item a:active {
	color:#fff;
	text-decoration:underline;
}


.headline-icons {
	position:relative;
	padding-left:50px;
	margin-bottom:40px;
	word-break: break-all;
}
.lieferservice-icon:before {
	content:'';
	background-image:url("images/service-icons/lieferung-icon.png");
	background-position:center center;
	height:40px;
	width:40px;
	position:absolute;
	left:0;
	background-size:100%;
}
.lieferservice-icon-blue:before {
	content:'';
	background-image:url("images/service-icons/lieferung-icon_blue.png");
	background-position:center center;
	height:40px;
	width:40px;
	position:absolute;
	left:0;
	background-size:100%;
}
.hilfsmittel-icon:before {
	content:'';
	background-image:url("images/service-icons/hilfsmittel_icon.png");
	background-position:center center;
	height:40px;
	width:40px;
	position:absolute;
	left:0;
	background-size:100%;
}
.hilfsmittel-icon-blue:before {
	content:'';
	background-image:url("images/service-icons/hilfsmittel_icon_blue.png");
	background-position:center center;
	height:40px;
	width:40px;
	position:absolute;
	left:0;
	background-size:100%;
}
.parken-icon:before {
	content:'';
	background-image:url("images/service-icons/parken_icon.png");
	background-position:center center;
	height:40px;
	width:40px;
	position:absolute;
	left:0;
	background-size:100%;
}
.rezept-icon:before {
	content:'';
	background-image:url("images/service-icons/rezept-icon.png");
	background-position:center center;
	height:40px;
	width:40px;
	position:absolute;
	left:0;
	background-size:100%;
}
.rezept-icon-blue:before {
	content:'';
	background-image:url("images/service-icons/rezept-icon_blue.png");
	background-position:center center;
	height:40px;
	width:40px;
	position:absolute;
	left:0;
	background-size:100%;
}
.account-icon:before {
	content:'';
	background-image:url("images/service-icons/account_icon.png");
	background-position:center center;
	height:40px;
	width:40px;
	position:absolute;
	left:0;
	background-size:100%;
}
.account-icon-blue:before {
	content:'';
	background-image:url("images/service-icons/account_icon_blue.png");
	background-position:center center;
	height:40px;
	width:40px;
	position:absolute;
	left:0;
	background-size:100%;
}
.verleih-icon:before {
	content:'';
	background-image:url("images/service-icons/verleih_icon.png");
	background-position:center center;
	height:40px;
	width:40px;
	position:absolute;
	left:0;
	background-size:100%;
}
.strumpf-icon:before {
	content:'';
	background-image:url("images/service-icons/strumpf-icon.png");
	background-position:center center;
	height:40px;
	width:40px;
	position:absolute;
	left:0;
	background-size:100%;
}
.strumpf-icon-blue:before {
	content:'';
	background-image:url("images/service-icons/strumpf-icon-blue.png");
	background-position:center center;
	height:40px;
	width:40px;
	position:absolute;
	left:0;
	background-size:100%;
}


.lieferservice-icon-blue {color:#144ee2;}
.rezept-icon-blue {color:#144ee2;}
.hilfsmittel-icon-blue {color:#144ee2;}
.account-icon-blue {color:#144ee2;}

/*** startpage, we are open ***/
.weareopen {
	/*
	display:none;
	*/
	margin:20px 0;
	padding:10px 10px 10px 150px;
	background:url(../images/apo-a.gif) 20px 50% no-repeat;
	border: 1px solid #144ee2
}


@media only screen and (min-width: 580px) {
	.copyright-container {
		text-align:left;
	}
	.footer-navigation li a {
		text-align:left;
	}
	.footer-navigation li {
		width:auto;
		float:right;
	}
	.footer-navigation {
		float:right!important;
		margin:0;
		padding:0;
	}
	.teaser-box-opening-time {
		padding: 50px 50px 50px 180px;
		background-image: url(images/opening-time.png);
		background-repeat: no-repeat;
		background-position: -80px center;
		background-size: 40%;
	}
	#notdienst .tabs-notdienst {
		display: grid;
		grid-template-columns: 50% 50%;
	}
}


@media only screen and (min-width: 768px) {
	.topbar {
		text-align:right;
	}
	.desktop {
		display:block;
	}
	.mobile {
		display:none;
	}

	.jumbo-wrapper {
		max-width: 50%;
   	 	margin: 0 auto;
	}
	.teaser-box-opening-time {
		padding: 50px 50px 50px 220px;
	}
	.card {
	}
	.row-eq-height .col-md-4 .card {
		min-height:477px;
	}
	.hide-up-to-768 {
		display:block;
	}
	.spacer-50 {
		width:100%;
		height:50px;
	}
	.spacer-100 {
		width:100%;
		height:100px;
	}

	.service-columns-three {
		grid-template-columns:32% 32% 32%;
	}
	.service-columns-two {
		grid-template-columns:49% 49%;
	}
	.service-grid-item {
		margin-bottom:0;
	}
	.service-grid-item a {
		color:#fff;text-decoration:underline;
	}
	.trenner{
		width:100%;
		height:1px;
		background-color: rgba(0, 0, 0, 0.1);
		margin:25px 0;
	}
	h1,h2 {
		font-weight:700;
		font-size:32px;
	}
	h3, h4{
		font-weight:500;
		font-size:26px;
	}
	.article-title {
		height:3rem;
	}
}


@media only screen and (min-width: 990px) {
	.apo-bg-teaser-home {
		background-image:url("images/20161021_181518c.jpg");
		background-repeat:no-repeat;
		background-size:cover;
		height:50vh;
	}
	.apo-bg-teaser {
		background-image:url("images/20161021_181518c.jpg");
		background-repeat:no-repeat;
		background-size:cover;
		min-height:45vh;
	}
}
