/*
Theme Name: Teusser Mineralwasser
Description: Teusser Mineralwasser - der Felsenquell aus den Löwensteiner Bergen
Author: Teusser Mineralbrunnen Karl Rössle GmbH & Co KG
Version: 1.0
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    border: 0;
    padding: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
html {
	font-size: 125%;
}
body {
	color: #000B26;
	font-size: 1rem;
	line-height: 1.5rem;
    font-family: 'Rasa', serif;

    -webkit-text-size-adjust: 100%;
}
ul, li {
	list-style: none;
}
img {
	height: auto;
    display: block;
	max-width: 100%;
}
strong {
    font-weight: bold;
}
p {
	margin-bottom: 1.5rem;
}
a {
	color: #002A8B;
	text-decoration: none;

	-webkit-transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
			transition: color 0.2s ease, background-color 0.2s ease, border 0.2s ease;
}
a:hover {
	color: #405FA8;
}
a.button {
	color: #FFF;
	display: block;
	max-width: 190px;
	font-weight: bold;
	text-align: center;
	line-height: 2.5rem;
	background: #002A8B;
}
a.button:hover {
	background: #405FA8;
}
.carousel {
	margin: 0 auto;
	max-width: 1410px;
}
.carousel-cell {
	width: 100%;
	background: #BFC1C8 url('assets/img/loader@2x.gif') center no-repeat;
	background-size: 30px 30px;
}
.carousel-cell-image {
	opacity: 0;

	-webkit-transition: opacity 0.4s ease;
			transition: opacity 0.4s ease;
}
.carousel-cell-image.flickity-lazyloaded,
.carousel-cell-image.flickity-lazyerror {
	opacity: 1;
}

#head {
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	position: fixed;
	padding: 2rem 0;
	background: #FFF;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);

	-webkit-transition: top 0.4s ease;
			transition: top 0.4s ease;
}
#head a.logo {
	width: 170px;
}
#head .wrapper {
	float: right;
}
#head .menu-hauptmenue-container {
	float: left;
}
#head li {
	float: left;
	margin-left: 1.5rem;
}
#head a {
	color: #7F8492;
	display: block;
	line-height: 2.5rem;
}
#head a:hover {
	color: #002A8B;
}
#head li.current_page_item a,
#head li.current-page-ancestor a,
#head li.current_page_parent a {
	color: #002A8B;
	font-weight: bold;
}
#head a.search {
	float: left;
	margin-left: 2.5rem;
}
#head a.navigation {
	color: #FFF;
	display: none;
	font-weight: bold;
	padding-left: 3rem;
	background: #002A8B url('assets/img/navigation@2x.png') center right 3rem no-repeat;
	background-size: 18px 50px;
}

#breadcrumb {
	color: #FFF;
	padding: 0.5rem 0;
	background: #BFC1C8;
}
#breadcrumb li {
	float: left;
}
#breadcrumb a {
	color: #FFF;
	padding-right: 1.5rem;
	background: url('assets/img/next@2x.png') center right 0.5rem no-repeat;
	background-size: 10px 20px;
}
#breadcrumb a:hover {
	color: #002A8B;
}

#thumbnails {
	padding: 4.5rem 0 2.5rem;
}
#thumbnails h2 {
	color: #002A8B;
	font-size: 2.5rem;
	font-weight: bold;
    margin-bottom: 1rem;
}
#thumbnails h3 {
	color: #7F8492;
	font-size: 1.5rem;
    margin-bottom: 2rem;
}
#thumbnails img {
	margin-bottom: 1rem;
}
#thumbnails a {
	color: #7F8492;
	display: block;
	margin-bottom: 1rem;
}
#thumbnails a:hover {
	color: #002A8B;
}

#content {
	padding: 4.5rem 0 2rem;
}
#content ul, #content li {
	margin-left: 25px;
	list-style: circle;
}
#content .container {
	max-width: 970px;
}
#content h2 {
	color: #002A8B;
	font-size: 2.5rem;
	font-weight: bold;
line-height: 2.5rem;
    margin-bottom: 1rem;
}
#content h3 {
	color: #7F8492;
	font-size: 1.5rem;
    margin-bottom: 2rem;
}
#content h4 {
	color: #002A8B;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
#content h4.toggle {
	cursor: pointer;
}
#content .carousel {
	margin: 0.5rem auto 2rem;
}

#partner {
	padding: 4.5rem 0 2.5rem;
}
#partner .container {
	max-width: 970px;
}
#partner img {
	margin-bottom: 1rem;
}
#partner p {
	margin-bottom: 1rem;
}
#partner h2 {
	color: #002A8B;
	font-size: 2.5rem;
	font-weight: bold;
    margin-bottom: 1rem;
}
#partner h3 {
	color: #7F8492;
	font-size: 1.5rem;
    margin-bottom: 2rem;
}

#contact {
	padding: 4.5rem 0 4rem;
}
#contact .container {
	max-width: 970px;
}
#contact .col-8-12 p {
	margin-bottom: 1rem;
}
#contact form [class*='col-'] {
	padding: 0;
}
#contact form .col-4-12 {
	padding-right: 1rem;
}
#contact h2 {
	color: #002A8B;
	font-size: 2.5rem;
	font-weight: bold;
    margin-bottom: 1rem;
}
#contact h3 {
	color: #7F8492;
	font-size: 1.5rem;
    margin-bottom: 2rem;
}
#contact input:not([type=checkbox]),
#contact textarea {
	margin: 0;
	width: 100%;
	height: 2.5rem;
	color: #000B26;
	font-size: 1rem;
	border-radius: 0;
	padding: 0 0 0 0.5rem;
	border: 1px solid #BFC1C8;
    font-family: 'Rasa', serif;

    -webkit-appearance: none;
}
#contact textarea {
	height: 10rem;
	display: block;
	padding: 0.5rem;
}
#contact .g-recaptcha {
	margin-bottom: 1rem;
}
#contact button {
	width: 100%;
	color: #FFF;
	border: none;
	height: 2.5rem;
	font-size: 1rem;
	max-width: 190px;
	font-weight: bold;
	background: #002A8B;
	text-decoration: none;
    font-family: 'Rasa', serif;

	-webkit-transition: background-color 0.2s ease;
			transition: background-color 0.2s ease;
}
#contact button:hover {
	cursor: pointer;
	background: #405FA8;
}

#search {
	padding: 4.5rem 0 2rem;
}
#search .container {
	max-width: 970px;
}
#search .col-4-12 {
	padding-bottom: 2rem;
}
#search h2 {
	color: #002A8B;
	font-size: 2.5rem;
	font-weight: bold;
    margin-bottom: 1rem;
}
#search h3 {
	color: #7F8492;
	font-size: 1.5rem;
    margin-bottom: 2rem;
}
#search input{
	margin: 0;
	width: 100%;
	height: 2.5rem;
	color: #000B26;
	font-size: 1rem;
	border-radius: 0;
	padding: 0 0 0 0.5rem;
	border: 1px solid #BFC1C8;
    font-family: 'Rasa', serif;

    -webkit-appearance: none;
}
#search button {
	width: 100%;
	color: #FFF;
	border: none;
	height: 2.5rem;
	font-size: 1rem;
	max-width: 190px;
	font-weight: bold;
	margin-top: 1.5rem;
	background: #002A8B;
	text-decoration: none;
    font-family: 'Rasa', serif;

	-webkit-transition: background-color 0.2s ease;
			transition: background-color 0.2s ease;
}
#search button:hover {
	cursor: pointer;
	background: #405FA8;
}

#dropdown {
	padding-top: 4.5rem;
}
#dropdown .col-3-12 {
	position: relative;
}
#dropdown h2 {
	color: #002A8B;
	font-size: 2.5rem;
	font-weight: bold;
    margin-bottom: 1rem;
}
#dropdown h3 {
	color: #7F8492;
	font-size: 1.5rem;
    margin-bottom: 2rem;
}
#dropdown ul {
	display: none;
	left: 0.75rem;
	right: 0.75rem;
	background: #FFF;
	position: absolute;
}
#dropdown a {
	color: #FFF;
	display: block;
	margin-top: 1rem;
	font-weight: bold;
	padding: 0.5rem 1rem;
	background: #002A8B url('assets/img/dropdown@2x.png') top right no-repeat;
	background-size: 50px 100px;
}
#dropdown a.open {
	background-position: bottom right;
}
#dropdown li a {
	margin: 0;
	font-weight: normal;
	background-image: none;
	border-top: 1px solid #405FA8;
}
#dropdown a:hover {
	background-color: #405FA8;
}

#products {
	padding-bottom: 2.5rem;
}
#products img {
	margin-bottom: 1rem;
}
#products a {
	display: block;
	color: #7F8492;
	text-align: center;
	margin-bottom: 1.5rem;
	padding: 2rem 0 1.5rem;
}
#products a:hover {
	color: #002A8B;
	background: #ECECEE;
}

#products-small {
	padding: 2.5rem 0 2.5rem;
	border-top: 1px solid #BFC1C8;
}
#products-small h3 {
	color: #002A8B;
	font-size: 1.5rem;
	font-weight: bold;
    margin-bottom: 2rem;
}
#products-small img {
	margin-bottom: 1rem;
}
#products-small a {
	display: block;
	color: #7F8492;
	text-align: center;
	padding: 2rem 0 1.5rem;
}
#products-small a:hover {
	color: #002A8B;
	background: #ECECEE;
}

#bottle .container {
	text-align: center;
	padding-top: 4.5rem;
	background: center top no-repeat;
	background-size: 1410px 550px;
}
#bottle h2 {
	font-size: 2.5rem;
	font-weight: bold;
    margin-bottom: 1rem;
}
#bottle h3 {
	font-size: 1.5rem;
    margin-bottom: 2rem;
}
#bottle img {
	margin: 0 auto;
}

#description .container {
	max-width: 970px;
}
#description h4 {
	color: #002A8B;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

#table {
	padding-bottom: 4rem;
}
#table .container {
	max-width: 970px;
}
#table h4 {
	color: #002A8B;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
#table .col-6-12:last-child {
    padding-bottom: 2rem;
}
#table table {
	width: 100%;
	border-collapse: collapse;
}
#table tr:nth-child(odd) {
	background-color: #EDEDEF;
}
#table td {
	padding: 0 0.5rem;
	line-height: 2rem;
}
#table td:first-child {
	font-weight: bold;
}
#table td:last-child {
	text-align: right;
}

#links {
	padding: 2.5rem 0 1rem;
	border-top: 1px solid #BFC1C8;
}
#links h3 {
	color: #002A8B;
	font-size: 1.5rem;
	font-weight: bold;
    margin-bottom: 2rem;
}
#links img {
	margin-bottom: 1rem;
}
#links a {
	color: #7F8492;
	display: block;
	margin-bottom: 1rem;
}
#links a:hover {
	color: #002A8B;
}

#news {
	padding: 0.5rem 0 2.5rem;
}
#news .col-6-12 {
	padding-bottom: 1.5rem;
}
#news h2 {
	color: #002A8B;
	font-size: 2.5rem;
	font-weight: bold;
    margin-bottom: 1rem;
}
#news h3 {
	color: #7F8492;
	font-size: 1.5rem;
    margin-bottom: 2rem;
}
#news h4 {
	color: #002A8B;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
#news img {
	margin-bottom: 1.5rem;
}

#blog {
	padding: 4.5rem 0 2.5rem;
}
#blog h2 {
	color: #002A8B;
	font-size: 2.5rem;
	font-weight: bold;
    margin-bottom: 1rem;
}
#blog h3 {
	color: #7F8492;
	font-size: 1.5rem;
    margin-bottom: 2rem;
}
#blog img {
	margin-bottom: 1.5rem;
}
#blog h4 {
	color: #002A8B;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}
#blog a.button {
	margin-bottom: 1.5rem;
}

#footer {
	background: #BFC1C8;
	padding: 2.5rem 0 2rem;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #002A8B;
}
#footer .top {
	float: right;
}
#footer .menu-item-805 {
	background: url('assets/img/facebook@2x.png') top 2px left no-repeat;
	background-size: 18px 18px;
	padding-left: 30px;
}
#footer .menu-item-957 {
	background: url('assets/img/instagram.svg') top 2px left no-repeat;
	background-size: 18px 18px;
	padding-left: 30px;
}

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
[class*='col-'] {
	float: left;
    padding: 0 0.75rem;
}
.col-3-12 {
    width: 25%;
}
.col-4-12 {
    width: 33.33%;
}
.col-6-12 {
    width: 50%;
}
.col-8-12 {
    width: 66.66%;
}
.col-9-12 {
    width: 75%;
}
.col-12-12 {
    width: 100%;
}
.container {
    margin: 0 auto;
    max-width: 1410px;
    padding: 0 2.25rem;
}
.container:after {
    content: "";
    clear: both;
    display: table;
}

.download {
    text-align: center;
    padding-right: 1.75rem;
    overflow: hidden;
}

.download h4 {
    font-size: 1rem;
    font-weight: bold;
    color: #002A8B;
    padding: 15px 0;
}

.download img {
    background-color: #ececee;
}

#products .download a {
    float: left;
    background: url('assets/img/down@2x.png') top 0px center no-repeat;
}

#products .download a:last-child {
    float: right;
}



@media (max-width: 1280px) {
	#head {
		padding: 2rem 0 0;
	}
	#head .container {
		padding: 0;
	}
	#head [class*='col-'] {
		padding: 0;
		float: none;
		width: 100%;
	}
	#head .logo {
		margin: 0 0 2rem 3rem;
	}
	#head .wrapper {
		float: none;
		display: none;
	}
	#head .menu-hauptmenue-container {
		float: none;
	}
	#head li {
		margin: 0;
		float: none;
		border-top: 1px solid #BFC1C8;
	}
	#head li a {
		padding-left: 3rem;
	}
	#head a.search {
		margin: 0;
		float: none;
		display: block;
		padding-left: 3rem;
		border-top: 1px solid #BFC1C8;
	}
	#head a.navigation {
		display: block;
	}
}
@media (max-width: 1024px) {
	#content .container,
	#partner .container,
	#contact .container,
	#search .container,
	#description .container,
	#table .container {
		max-width: none;
	}
	#dropdown .col-9-12 {
		width: 66.66%;
	}
	#dropdown .col-3-12 {
		width: 33.33%;
	}
	#products .col-3-12 {
		width: 33.33%;
	}
        .download {
            padding-right: 0.75rem;
        }
}
@media (max-width: 768px) {
	#thumbnails .col-3-12 {
		width: 50%;
	}
	#news .col-6-12 {
		float: none;
		width: 100%;
	}
	#blog .col-6-12 {
		float: none;
		width: 100%;
	}
	#links .col-3-12 {
		width: 50%;
	}
	#dropdown {
		padding-bottom: 2.5rem;
	}
	#dropdown .col-9-12,
	#dropdown .col-3-12 {
		float: none;
		width: 100%;
	}
	#products .col-3-12 {
		width: 50%;
	}
	#products-small .col-3-12:first-child {
		display: none;
	}
	#products-small .col-3-12 {
		width: 33.33%;
	}
	#contact {
		padding-bottom: 2rem;
	}
	#contact > .col-4-12,
	#contact > .col-8-12 {
		float: none;
		width: 100%;
	}
	#contact .col-8-12 {
		padding-bottom: 2rem;
	}
	#search {
		padding-bottom: 2rem;
	}
	#table .col-6-12 {
		float: none;
		width: 100%;
	}
	#table .col-6-12:last-child tr:nth-child(odd) {
		background: none;
	}
	#table .col-6-12:last-child tr:nth-child(even) {
		background-color: #EDEDEF;
	}
	#partner .col-6-12 {
		float: none;
		width: 100%;
	}
	#footer .col-3-12:first-child {
		display: none;
	}
	#footer .col-3-12 {
		width: 33.33%;
	}
        .download {
            padding-right: 0rem;
        }
}
@media (max-width: 480px) {
	html {
		font-size: 100%;
	}
	h2 {
		font-size: 2rem !important;
	}
	#head .logo {
		margin-left: 1rem;
	}
	#head li a,
	#head a.search {
		padding-left: 1rem;
	}
	#head a.navigation {
		padding-left: 1rem;
		background-position: center right 1rem;
	}
	#breadcrumb {
		display: none;
	}
	#thumbnails .col-3-12 {
		float: none;
		width: 100%;
	}
	#links .col-3-12 {
		float: none;
		width: 100%;
	}
	#dropdown ul {
		left: 0;
		right: 0;
	}
	#dropdown a {
		background-position: top -5px right;
	}
	#dropdown a.open {
		background-position: bottom -5px right;
	}
	#contact .col-4-12,
	#contact .col-8-12 {
		float: none;
		width: 100%;
	}
	#contact form .col-4-12 {
		padding: 0;
	}
	#search .col-4-12,
	#search .col-8-12 {
		float: none;
		width: 100%;
	}
	#products .col-3-12 {
		float: none;
		width: 100%;
	}
	#products-small .col-3-12:last-child {
		display: none;
	}
	#products-small .col-3-12 {
		width: 50%;
	}
	#bottle .container {
		margin-bottom: 2rem;
	}
	#bottle img {
		padding-bottom: 2rem;
	}
	#footer .col-3-12:last-child {
		display: none;
	}
	#footer .col-3-12 {
		width: 50%;
	}
	[class*='col-'] {
	    padding: 0;
	}
	.container {
	    padding: 0 1rem;
	}
	.drop-down-block {
		float: left !important;
		width: 100%;
	}

}


div.events-result > div {
	margin-bottom: 50px;
}

div.wp-pagenavi {
	text-align: center;
}

div.wp-pagenavi a, div.wp-pagenavi span.current {
	display: inline-block !important;
	height: auto !important;
	padding: 10px 20px !important;
	background: #cccccc;
	color: #ffffff !important;
}

div.wp-pagenavi span.current, div.wp-pagenavi a:hover {
	background: #002A8B !important;
	border-color: #002A8B;
}

div.wp-pagenavi span.pages {
	display: none;
}

div#dropdown li.active a{
	font-weight: bold;
}

div.download-controls {
  display: flex;
  justify-content: space-around;
  min-height: 160px;
}

div.download-controls a {
  width: 100px;
  text-align: center;
}

@media (max-width: 767px) {
  div.download-controls {
    min-height: 10px !important;
  }
}
