/*
Theme Name: Tierschutzbund
Theme URI: http://www.foxcomputers.ch
Author: Fox Computers | Michael
Author URI: http://www.foxcomputers.ch
Description: Theme für den Tierschutzbund Basel Regional
Version: 1.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: tsb

Tierschutzbund WordPress Theme © 2011-2016 Fox Computers
Tierschutzbund is distributed under the terms of the GNU GPL
*/

@font-face {
    font-family: 'ubuntulight';
    src: url('fonts/ubuntu-l-webfont.woff2') format('woff2'),
         url('fonts/ubuntu-l-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubunturegular';
    src: url('fonts/ubuntu-r-webfont.woff2') format('woff2'),
         url('fonts/ubuntu-r-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntumedium';
    src: url('fonts/ubuntu-m-webfont.woff2') format('woff2'),
         url('fonts/ubuntu-m-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntubold';
    src: url('fonts/ubuntu-b-webfont.woff2') format('woff2'),
         url('fonts/ubuntu-b-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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,img,ins,kbd,q,s,samp,small,strike,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{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}

img {
	max-width:100%;
	height:auto;
}
* {
	outline:none;
}
.alignright {
	float:right;
	margin:0 0 20px 20px;
}
.alignleft {
	float:left;
	margin:0 20px 20px 0;
}
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.screen-reader-text {
	clip:rect(1px, 1px, 1px, 1px);
	position:absolute !important;
}
#catapult-cookie-bar {
    font-family: 'ubunturegular';
}
#catapultCookie {
    font-family: 'ubuntumedium';
}

#header {
	width:100%;
	background:#8a1002;
}
#header-inner {
	margin:0 auto;
	max-width:1540px;
	position:relative;
}
#container {
	margin:0 auto;
	max-width:1540px;
}
#logo {
	padding:60px 0;
}
#search {
	position:absolute;
	top:121px;
	right:0;
}
#search #s {
	background: #fff;
    border: none;
    border-radius: 5px;
    font-family: "ubunturegular";
    font-size: 16px;
	line-height:24px;
	width:174px;
	padding:0 3px;
}
#search #searchsubmit {
	background: #8a1002;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-family: "ubunturegular";
    font-size: 16px;
    padding: 0 10px;
	-webkit-appearance:none;

}
#search #searchsubmit:hover {
	background: #fff;
    border: 2px solid #fff;
    color: #8a1002;
    cursor: pointer;
}
#topmenu {
	position:absolute;
	top:71px;
	right:0;
}
#topmenu ul li {
	float:left;
}
#topmenu ul li a {
    font-family: 'ubuntumedium';
	font-size:18px;
	line-height:25px;
	color:#fff;
	text-decoration:none;
}
#topmenu ul li a:before {
	content:"|";
    font-family: 'ubuntumedium';
	font-size:18px;
	line-height:25px;
	color:#fff;
	padding:0 10px;
}
#topmenu ul li:nth-child(1) a:before {
	content:"";
	padding:0;
}
#topmenu ul li a:hover, #topmenu ul li.current-menu-item a {
	text-decoration:underline;
}
#menu {
	position:absolute;
	bottom:-41px;
	width:100%;
	background:#fff;
	-webkit-box-shadow: 3px 14px 35px 0px rgba(29, 30, 28, 0.35);
	-moz-box-shadow: 3px 14px 35px 0px rgba(29, 30, 28, 0.35);
	box-shadow: 3px 14px 35px 0px rgba(29, 30, 28, 0.35);
	z-index:9999;
}
#menu ul {
	text-align:center;
}
#menu ul li {
	display:inline;
	margin:0 1.2%;
	position:relative;
}
#menu ul li a {
    font-family: 'ubuntubold';
	font-size:20px;
	text-transform:uppercase;
	text-decoration:none;
	color:#454545;
	display:inline-block;
	padding:23px 0;
}
#menu ul li a:hover, #menu ul li.current-menu-item a, #menu ul li.current-menu-ancestor a, .single-patenschaftshunde #menu li#menu-item-93 > a {
	color:#8a1002;
}
#menu ul li a:hover:after, #menu ul li.current-menu-item a:after, #menu ul li.current-menu-ancestor a:after, .single-patenschaftshunde #menu li#menu-item-93 > a:after {
	content: "";
	width: 27px;
	height: 28px;
	background:url(images/menu-aktiv.png) no-repeat;
	top: 27px;
	left:50%;
	margin-left:-14px;
	position: absolute;
	display: inline-block;
	z-index:999999;
}
#menu ul li .sub-menu {
	display:none;
}
#menu ul li:hover .sub-menu {
	display:block;
	position:absolute;
	left:0;
	background:#8a1002;
	z-index:99999;
	text-align:left;
	padding:20px 20px 15px 20px;
}
#menu ul li .sub-menu li {
	margin:0;
	padding:0;
}
#menu ul li .sub-menu li a {
	color:#fff;
    font-family: 'ubunturegular';
	font-size:22px;
	line-height:40px;
	text-transform:none;
	display:block;
	padding:0 0 0 16px;
	white-space:nowrap;
	position:relative;
}
#menu ul li .sub-menu li a:before {
	content:"";
	width:11px;
	height:40px;
	background:url(images/menu-arrow.png) no-repeat left center;
	position: absolute;
	left:0;
	display: inline-block;
	z-index:9999;
}
#menu ul li .sub-menu li a:hover:after, #menu ul li.current-menu-item .sub-menu li a:after, #menu ul li .sub-menu li.current-menu-item a:after, #menu ul li.current-menu-ancestor .sub-menu li a:after {
	display:none;
}
#menu ul li .sub-menu li a {
	border-top:1px solid #f1a189;
}
#menu ul li .sub-menu li a:hover, #menu ul li .sub-menu li.current-menu-item a {
	color:#E8CFCB;
}
#menu ul li .sub-menu li:nth-child(1) a {
	border-top:none;
}
#menu ul li.wpmenucart {
	display: none;
}

#container {
	border-bottom:1px solid #939393;
	padding:0 0 60px 0;
}

#slider {
	overflow:hidden;
}
#slider .slides li {
	position:relative;
}
#header-img {
	position:relative;
	margin-top:75px;
}
#slider .caption, #header-img .caption {
	position:absolute;
	left:4.545454545454546%;
	bottom:55%;
	z-index:999;
}
#slider .caption h3, #header-img .caption h3 {
    font-family: 'ubuntumedium';
	font-size:84px;
	color:#fff;
	margin:0 0 40px 0;
}
#slider .caption .sbutton, #header-img .caption .sbutton {
	float:left;
	display:inline-block;
	background:#8a1002;
	color:#fff;
	border:2px solid #fff;
    font-family: 'ubunturegular';
	font-size:24px;
	padding:10px 50px;
	border-radius:10px;
	text-decoration:none;
	margin-right:30px;
}
#slider .caption .sbutton:hover, #header-img .caption .sbutton:hover {
	background:#fff;
	color:#8a1002;
	border:2px solid #8a1002;
}

#content {
	margin:75px 0 0 0;
	width:76.62337662337663%;
	float:left;
}
.home #content {
	margin:150px 0 0 0;
	width:44%;
	float:left;
}
.home #bild-home {
	margin:250px 0 0 6%;
	width:50%;
	float:right;
}
.home #bild-home img {
	display:block;
	border:20px solid #fff;
	-webkit-box-shadow: 2px 8px 32px 0px rgba(29, 29, 28, 0.35);
	-moz-box-shadow: 2px 8px 32px 0px rgba(29, 29, 28, 0.35);
	box-shadow: 2px 8px 32px 0px rgba(29, 29, 28, 0.35);
    -ms-transform: rotate(8deg); /* IE 9 */
    -webkit-transform: rotate(8deg); /* Chrome, Safari, Opera */
    transform: rotate(8deg);
	max-width:90%;
}
.page-template-page-ma #content, .page-template-page-vorstand #content, .page-template-page-kontakt #content {
	width:100%;
	float:none;
}
#content h1 {
    font-family: 'ubuntubold';
	font-size:50px;
	color:#8a1002;
	margin:0 0 50px 0;
}
.page-id-23 h1, .page-id-1188 h1, .page-id-1191 h1 {
	background:url(images/katze.png) no-repeat left center;
	padding:0 0 0 112px;
	line-height:73px;
}
.page-id-35 h1, .page-id-1193 h1 {
	background:url(images/hund.png) no-repeat left center;
	padding:0 0 0 112px;
	line-height:68px;
}
.page-id-45 h1 {
	background:url(images/tierschutz.png) no-repeat left center;
	padding:0 0 0 133px;
	line-height:59px;
}
.single-post #content h1 {
	margin:0 0 20px 0;
}
#content h2 {
    font-family: 'ubuntubold';
	font-size:30px;
	color:#8a1002;
	margin:0 0 25px 0;
	padding:10px 0 0 0;
}
h2.blog-title-home {
    font-family: 'ubuntubold';
	font-size:50px;
	line-height:65px;
	color:#8a1002;
	margin:50px 0;
	padding:80px 80px 0 0;
	background:url(images/news-icon.png) no-repeat right bottom;
	border-top:1px solid #939393;
}
#content .blog-box h2 {
	margin:0 0 10px 0;
}
#content .blog-box h2 a {
	color:#8a1002;
	text-decoration:none;
}
#content h3 {
    font-family: 'ubunturegular';
	font-weight:bold;
	font-size:22px;
	color:#8a1002;
	margin:0 0 25px 0;
}
#content h3.categories-list {
	font-weight:normal;
	font-size:18px;
	color:#8a1002;
	margin:0 0 25px 0;
}
#content h3.categories-list a {
	color:#8a1002;
	text-decoration:none;
}
#content h3.categories-list a:hover {
	color:#454545;
}
#content h4 {
    font-family: 'ubunturegular';
	font-weight:bold;
	font-size:20px;
	color:#8a1002;
	margin:0 0 25px 0;
}
#content p {
    font-family: 'ubunturegular';
	font-size:20px;
	line-height:25px;
	color:#8a1002;
	margin:0 0 25px 0;
}
#content p a, #content ul li a, #content ol li a {
	text-decoration:underline;
	color:#8a1002;
}
#content p a:hover, #content ul li a:hover, #content ol li a:hover {
	color:#454545;
}
#content ul, #content ol {
	margin:0 0 25px 0;
	padding:0 0 0 20px;
}
#content ul li {
    font-family: 'ubunturegular';
	font-size:20px;
	line-height:25px;
	color:#8a1002;
	list-style:disc;
}
#content ol li {
    font-family: 'ubunturegular';
	font-size:20px;
	line-height:25px;
	color:#8a1002;
	list-style:decimal;
}

#sidebar {
	margin:100px 0 0 5.194805194805195%;
	width:18.181818181818183%;
	float:left;
}
#sidebar h3 {
    color: #8a1002;
    font-family: 'ubunturegular';
	font-weight:bold;
    font-size: 22px;
    margin: 0 0 15px 0;
}
#sidebar .widget-container {
	margin:0 0 40px 0;
	padding:0 0 25px 0;
	border-bottom:1px solid #939393;
}
#sidebar a:before {
	content:"";
	width:11px;
	height:17px;
	background:url(images/menu-arrow-red.png) no-repeat left bottom;
	display: inline-block;
	margin-right:5px;
}
#sidebar a {
    font-family: 'ubunturegular';
    font-size: 20px;
	line-height:25px;
	color: #8a1002;
	text-decoration:none;
}
#sidebar a:hover {
	color:#454545;
}

#link-bar {
	padding:25px 0;
}
#link-bar.nohead {
	padding-top:75px;
}
#link-bar #buttons {
	float:left;
	width:50%;
}
#link-bar .button {
	float:left;
	display:inline-block;
	background:#8a1002;
	color:#fff;
	border:2px solid #fff;
    font-family: 'ubunturegular';
	font-size:24px;
	padding:10px 50px;
	border-radius:10px;
	text-decoration:none;
	margin-right:15px;
}
#link-bar .button:hover {
	background:#fff;
	color:#8a1002;
	border:2px solid #8a1002;
}
#social-links {
	float:right;
	max-width:50%;
	width:auto;
	display:inline-block;
}
#social-links .fb {
	float:left;
	width:auto;
	display:inline-block;
	vertical-align: top;
	text-align:right;
	margin:0 20px 0 0;
	padding-top:12px;
}
#social-links .yt {
	float:left;
	width:auto;
	display:inline-block;
	vertical-align: top;
	text-align:right;
	margin:0 20px;
	padding-top:12px;
}
#social-links .insta {
	float:left;
	width:auto;
	display:inline-block;
	vertical-align: top;
	text-align:right;
	margin:0 20px;
	padding-top:12px;
}
#social-links .si {
	float:left;
	width:auto;
	display:inline-block;
	margin:0 0 0 20px;
	text-align:right;
}
#social-links .social.facebook {
    font-family: 'ubuntumedium';
	font-size:20px;
	line-height:25px;
	color:#000;
	text-decoration:none;
	padding-left:35px;
	background:url(images/facebook.jpg) no-repeat left center;
}
#social-links .social.youtube {
    font-family: 'ubuntumedium';
	font-size:20px;
	line-height:25px;
	color:#000;
	text-decoration:none;
	padding-left:35px;
	background:url(images/youtube.jpg) no-repeat left center;
}
#social-links .social.instagram {
    font-family: 'ubuntumedium';
	font-size:20px;
	line-height:25px;
	color:#000;
	text-decoration:none;
	padding-left:35px;
	background:url(images/instagram.png) no-repeat left center;
	background-size:25px 25px;
}
#social-links .social.info {
	border-left:1px solid #707173;
    font-family: 'ubuntumedium';
	font-size:20px;
	line-height:25px;
	color:#707173;
	text-align:right;
	padding-left:40px;
}
#social-links .social:hover {
	opacity:0.8;
}
#social-links .social.info:hover {
	opacity:1;
}

#quicklinks {
	margin:80px 0 0 0;
}
#quicklinks .qlink-box {
	display:inline-block;
    font-family: 'ubunturegular';
	font-weight:bold;
	font-size:20px;
	line-height:73px;
	color:#8a1002;
	padding-left:140px;
	text-decoration:none;
	margin:0 0 40px 0;
	clear:both;
}
#quicklinks .qlink-box:hover {
	opacity:0.6;
}

#blog-block .blog-box {
	border-top: 1px solid #939393;
    margin: 40px 0 0 0;
    padding: 25px 0 0 0;
}
#blog-block .blog-box:nth-child(1) {
	border-top:none;
    margin: 0;
    padding: 0;
}
#blog-block .blog-box img, .single .blog-content img {
	margin:0 0 25px 0;
}
#blog-block .blog-box a.button, .blog-content a.button {
	background: #8a1002;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-family: "ubunturegular";
    font-size: 16px;
	margin-bottom:25px;
    padding: 10px 20px;
    text-decoration: none;
}
#blog-block .blog-box a.button:hover, .blog-content a.button:hover {
	background: #fff;
    border: 2px solid #8a1002;
    color: #8a1002;
}

#ma-block {
	margin:80px 0 0 0;
}
#ma-block .ma-box {
	float:left;
	width:33.333%;
	margin:0 0 60px 0;
}
#ma-block .ma-box:nth-child(3n+1) {
	clear:both;
}
#ma-block .ma-box .img-box {
	width:75.24366471734892%;
	min-height:71.15009746588694%;
	height:71.15009746588694%;
	margin:0 auto 40px auto;
	padding:4%;
	background:#fff;
	-webkit-box-shadow: 2px 8px 32px 0px rgba(29, 29, 28, 0.35);
	-moz-box-shadow: 2px 8px 32px 0px rgba(29, 29, 28, 0.35);
	box-shadow: 2px 8px 32px 0px rgba(29, 29, 28, 0.35);
}
#ma-block .ma-box .text-box {
	width:79.14230019493176%;
	margin:0 auto;
}
#ma-block .ma-box .text-box h3 {
    font-family: 'ubunturegular';
	font-weight:bold;
	font-size:20px;
	line-height:25px;
	color:#8a1002;
}
#ma-block .ma-box .text-box p a {
	text-decoration:none;
}
#ma-block .ma-box .text-box p a:hover {
	text-decoration:underline;
}

#pk-block {
	margin:80px 0 0 0;
}
.single-patenschaftshunde #pk-block {
	margin:0;
}
#pk-block .pk-box {
	padding:80px 0 0 0;
	clear:both;
}
#pk-block .pk-box:nth-child(1) {
	padding:0;
}
#pk-block .pk-box .img-box {
	float:left;
	max-width:40%;
	margin:0 5% 40px 0;
	padding:20px;
	background:#fff;
	-webkit-box-shadow: 2px 8px 32px 0px rgba(29, 29, 28, 0.35);
	-moz-box-shadow: 2px 8px 32px 0px rgba(29, 29, 28, 0.35);
	box-shadow: 2px 8px 32px 0px rgba(29, 29, 28, 0.35);
}
#pk-block .pk-box:nth-child(even) .img-box {
	float:right;
	margin:0 0 40px 5%;
}
#pk-block .pk-box .img-box img {
	display:block;
}
#pk-block .pk-box h3 {
    font-family: 'ubuntubold';
	font-size:30px;
	line-height:36px;
	color:#8a1002;
	text-align:center;
	margin:15px 0 0 0;
}
#pk-block .pk-box h4 {
    font-family: 'ubunturegular';
	font-weight:bold;
	font-size:20px;
	line-height:27px;
	color:#8a1002;
	margin:0 0 5px 0;
}
#pk-block .pk-box .button {
	background: #8a1002;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-family: "ubunturegular";
    font-size: 18px;
    padding: 10px 25px;
    text-decoration: none;
}
#pk-block .pk-box .button:hover {
	background: #fff;
    border: 2px solid #8a1002;
    color: #8a1002;
}

#video {
    clear: both;
	padding:40px 0;
}
#video-inner {
    margin:0 auto;
    max-width:80%;
    padding: 1.694915254237288%;
    background: #fff;
    box-shadow: 2px 8px 32px 0px rgba(29, 29, 28, 0.35);
}
#video-frame {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}
#video-frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#inhalt {
	margin:40px 0;
}
#inhalt .bilder-box {
	float:left;
	width:46.61016949152542%;
	padding:1.694915254237288%;
	background:#fff;
	-webkit-box-shadow: 2px 8px 32px 0px rgba(29, 29, 28, 0.35);
	-moz-box-shadow: 2px 8px 32px 0px rgba(29, 29, 28, 0.35);
	box-shadow: 2px 8px 32px 0px rgba(29, 29, 28, 0.35);
	margin:40px 0 80px 0;
}
#inhalt .bilder-box:nth-child(1), #inhalt .bilder-box:nth-child(2) {
	margin:20px 0 80px 0;
}
#inhalt .bilder-box:nth-child(odd) {
    -ms-transform: rotate(-8deg); /* IE 9 */
    -webkit-transform: rotate(-8deg); /* Chrome, Safari, Opera */
    transform: rotate(-8deg);
}
#inhalt .bilder-box:nth-child(even) {
    -ms-transform: rotate(8deg); /* IE 9 */
    -webkit-transform: rotate(8deg); /* Chrome, Safari, Opera */
    transform: rotate(8deg);
}

#event-block .event-box {
	margin:0 0 20px 0;
	padding:40px;
	background:#8a1002;
}
#event-block .event-box img {
	float:left;
	width:30%;
	margin-right:40px;
}
#event-block .event-box h3 {
    font-family: "ubuntubold";
    font-size: 30px;
	color: #fff;
    margin: 0 0 15px 0;
}
#event-block .event-box h3 a {
	color:#fff;
	text-decoration:none;
}
#event-block .event-box h4 {
    font-family: "ubunturegular";
    font-size: 18px;
    font-weight: normal;
	color: #fff;
    margin: 0 0 25px 0;
}
#event-block .event-box h4 a {
	color: #fff;
	text-decoration:none;
}
#event-block .event-box h4 a:hover {
	text-decoration:underline;
}
#event-block .event-box p {
    font-family: "ubunturegular";
    font-size: 20px;
    line-height: 25px;
	color: #fff;
    margin: 0 0 25px 0;
}
#event-block .event-box a.more-link, #event-block .event-box p a {
    font-family: "ubunturegular";
    font-size: 20px;
    line-height: 25px;
	color: #fff;
}
#event-block .event-box a.more-link:hover, #event-block .event-box p a:hover {
	text-decoration:none;
}


.search-box {
	border-bottom:1px solid #939393;
	margin:0 0 30px 0;
	padding:0 0 30px 0;
}
.search-box a.button {
	background: #8a1002;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-family: "ubunturegular";
    font-size: 16px;
    padding: 10px 20px;
    text-decoration: none;
}
.search-box a.button:hover {
	background: #fff;
    border: 2px solid #8a1002;
    color: #8a1002;
}

#nav-below .nav-next {
	float:left;
	width:50%;
}
#nav-below .nav-previous {
	float:right;
	width:50%;
	text-align:right;
}
#nav-below a {
	background: #8a1002;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-family: "ubunturegular";
    font-size: 16px;
    padding: 10px 20px;
    text-decoration: none;
}
#nav-below a:hover {
	background: #fff;
    border: 2px solid #8a1002;
    color: #8a1002;
}

.page-template-page-pk .wpcf7-form, .page-template-page-ph .wpcf7-form {
	margin-top:40px;
}
.wpcf7-form {
	background:#8a1002;
	padding:40px 20px;
}
#content .wpcf7-form p {
	margin-top:20px;
	color:#fff;
}
#content .wpcf7-form h3 {
    color: #fff;
    margin: 30px 0 25px 0;
}
#content .wpcf7-form h4 {
    color: #fff;
    margin: 30px 0 10px 0;
}
.wpcf7-form label {
    font-family: "ubunturegular";
    font-size: 18px;
	line-height:30px;
	color:#fff;
	margin:20px 0 5px 0;
	display:block;
}
.wpcf7-form .wpcf7-form-control-wrap {
	display:block;
	width:100%;
	margin:0 0 10px 0;
}
.wpcf7-form .wpcf7-form-control-wrap.tiername, .wpcf7-form .wpcf7-form-control-wrap.list-tiername {
	margin:0 0 30px 0;
}
.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7dtx-dynamictext {
	-webkit-appearance:none;
	border:none;
	border-radius:none;
	background:none;
	width:50%;
    font-family: "ubunturegular";
    font-size: 18px;
	line-height:30px;
	border-bottom:2px solid #fff;
	color:#fff;
	padding:0 0.5%;
}
.wpcf7-form .wpcf7-textarea {
	margin:20px 0 0 0;
	padding:3px 0.5%;
	-webkit-appearance:none;
	border:none;
	border-radius:none;
	background:#fff;
	width:97.5%;
	max-width:97.5%;
	min-height:120px;
    font-family: "ubunturegular";
    font-size: 18px;
	line-height:25px;
}
span.wpcf7-list-item {
    margin: 0 !important;
}
.wpcf7-list-item-label {
	font-family: "ubunturegular";
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	margin-right:20px;
}
.wpcf7-form .wpcf7-submit {
	display:inline-block;
	background:#8a1002;
	color:#fff;
	border:2px solid #fff;
    font-family: 'ubunturegular';
	font-size:18px;
	padding:10px 25px;
	border-radius:10px;
	text-decoration:none;
	cursor:pointer;
	margin-top:20px;
	-webkit-appearance:none;
}
.wpcf7-form .wpcf7-submit:hover {
	background:#fff;
	color:#8a1002;
	border:2px solid #8a1002;
}


.wpcf7 form .wpcf7-response-output {
	width:95.5%;
    margin: 2em 0 1em 0 !important;
    padding: 15px 1.5% !important;
	text-align:center;
    font-family: 'ubunturegular';
	font-weight:bold;
	font-size:18px;
	line-height:25px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border:none !important;
	background:#fff;
	color:#398f14;
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border:none !important;
	background:#fff;
	color:#8a1002;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
  opacity:0.7;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity:0.7;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
  opacity:0.7;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
  opacity:0.7;
}
.wpcf7-form .wpcf7-textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8a1002;
  opacity:0.7;
}
.wpcf7-form .wpcf7-textarea::-moz-placeholder { /* Firefox 19+ */
  color: #8a1002;
  opacity:0.7;
}
.wpcf7-form .wpcf7-textarea:-ms-input-placeholder { /* IE 10+ */
  color: #8a1002;
  opacity:0.7;
}
.wpcf7-form .wpcf7-textarea:-moz-placeholder { /* Firefox 18- */
  color: #8a1002;
  opacity:0.7;
}
span.wpcf7-not-valid-tip {
    font-family: "ubunturegular";
    font-size: 18px;
	font-style:italic;
	font-weight: bold !important;
	color:#fff !important;
	margin-top:5px;
}
.ajax-loader {
    display: none !important;
}
#form_anchor {
	padding-bottom:40px;
}

.map {
  margin-top:68px;
  position: relative;
  padding-bottom: 36%;
  height: 0;
  overflow: hidden;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#footer {
	background:url(images/footer-img.png) no-repeat bottom center;
	background-size:contain;
	padding:125px 0 155px 0;
}
#footer .widget-area {
	margin:0 auto;
	max-width:880px;
}
#footer .widget-area .widget-container {
	float:left;
	width:360px;
	margin:0 40px;
}
#footer .widget-area .widget-container h3 {
    font-family: 'ubunturegular';
	font-weight:bold;
	color:#707173;
	font-size:20px;
	line-height:25px;
	margin:0;
}
#footer .widget-area .widget-container p {
    font-family: 'ubunturegular';
	font-size:20px;
	line-height:25px;
	color:#707173;
	margin:0 0 25px 0;
}
#footer .widget-area .widget-container p a {
	text-decoration:none;
	color:#707173;
}
#footer .widget-area .widget-container p a:hover {
	color:#8a1002;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.cd-top:hover {
  background-color: #8A1002;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

body {
	cursor: url('images/cursor.ico'), default;
}
#mlogo, #menu-toggle {
	display: none;	
}
.mm-listview > li > a, .mm-listview > li > span {
    font-family: "ubuntubold";
    font-size: 16px;
    text-transform: uppercase;
	color:#fff;
}
.mm-menu em.mm-counter {
    font-family: "ubuntubold";
}

[data-borlabs-cookie-wrap] [data-borlabs-cookie] [data-borlabs-selection] ul {
    list-style: none !important;
    margin: 0 20px 10px 20px !important;
    padding:0 !important;
}
#container [data-borlabs-cookie-wrap] [data-borlabs-cookie] p.borlabsCookieHeadline, #container [data-borlabs-cookie-wrap] [data-borlabs-cookie] p.borlabsCookieSubHeadline, #container [data-borlabs-cookie-wrap] [data-borlabs-cookie] p.borlabsCookieExplanation, #container [data-borlabs-cookie-wrap] [data-borlabs-cookie] p.borlabsCookieText {
	text-align: left !important;
	padding:0 !important;
}
#container [data-borlabs-cookie-wrap] [data-borlabs-cookie] [data-borlabs-help] {
    padding: 0 !important;
}
#container [data-borlabs-cookie-wrap] [data-borlabs-cookie] [data-borlabs-selection] ul {
     margin: 0 0 10px 0 !important;
}
[data-borlabs-cookie-wrap] [data-borlabs-cookie] [data-borlabs-selection] ul li {
    list-style: none !important;
}
[data-borlabs-cookie-wrap] [data-borlabs-cookie] [data-borlabs-help] {
    overflow: hidden !important;
    padding:15px !important;
}
#container [data-borlabs-cookie-wrap] [data-borlabs-cookie] [data-borlabs-help] *, #container [data-borlabs-cookie-wrap] [data-borlabs-cookie] [data-borlabs-cookie-help-link] {
    font-size: 20px !important;
	line-height: 25px !important;
}
[data-borlabs-cookie-wrap] * {
    font-family: 'ubunturegular' !important;
}
[data-borlabs-cookie-wrap] [data-borlabs-cookie] p.borlabsCookieExplanation {
    padding: 8px 15px !important;
}
.entry-content table th {
    font-family: 'ubuntubold';
}
.entry-content table th, .entry-content table td {
	text-align: left;
	padding:2px 5px;
	color: #8a1002;
    font-size: 20px;
	line-height: 25px;
}

#menu .mobile {
	display: none;
}

/* Shop */
#content ul.products {
	margin:0 -8px;
	padding:0;
	display: flex;
	flex-wrap: wrap;
}
#content ul.products li {
	list-style: none;
	width:calc(33.333% - 16px);
	margin:0 8px 16px 8px;
}
#content ul.products li a {
	text-decoration: none;
}
.tax-product_cat #content ul.products li h2, #content .related.products .product h2 {
    font-size: 24px;
    margin: 0 0 10px 0;
    padding:5px 0 0 0;
}
#content ul.products li span.price {
	display: block;
	margin:0 0 10px 0;
	color: #8a1002 !important;
}
.single-product div.product {
	margin:0 -15px;
	display: flex;
	flex-wrap: wrap;
}
.single-product div.product .woocommerce-product-gallery {
	width:calc(50% - 30px);
	margin:0 15px;
}
.single-product div.product .summary {
	width:calc(50% - 30px);
	margin:0 15px;
}
#content .summary h1 {
    font-size: 34px;
    margin: 0 0 30px 0;
}
#content .summary .price, .woocommerce-variation-price {
	font-family: 'ubuntubold';
}
.woocommerce-variation-price { 
	font-size:20px;
	line-height: 25px;
	color: #8a1002;
	margin:0 0 10px 0;
}
.summary .quantity {
	margin-bottom:10px !important;
}
.variations label {
	display: block;
	font-family: 'ubuntumedium';
	font-size: 20px;
	color: #8a1002;
	margin-right:15px;
}
.related.products {
	padding:60px 15px 0 15px;
}
.woocommerce .button {
	display: inline-block;
	-webkit-appearance:none;
	appearance:none;
	background: #8a1002;
	color: #fff;
	border: 2px solid #fff;
	font-family: 'ubunturegular';
	font-size: 20px;
	padding: 10px 25px;
	border-radius: 10px;
	text-decoration: none;
	cursor: pointer;
}
.woocommerce .button:hover {
	background:#fff;
	color: #8a1002;
	border: 2px solid #8a1002;
}
.woocommerce-notices-wrapper {
	font-family: 'ubunturegular';
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
.woocommerce-notices-wrapper a, a.reset_variations {
	color: #8a1002;
	font-family: 'ubunturegular';
}
a.reset_variations {
	padding:3px 0;
	display: inline-block;
}
.woocommerce-message {
	margin:0 0 30px 0;
}
.single_variation_wrap {
	padding-top:15px;
}

table.shop_table th {
	padding:5px 10px !important;
}
table.shop_table td, address {
	vertical-align: middle;
	font-family: 'ubunturegular';
	font-size: 20px;
	line-height: 25px;
	color: #8a1002;
	padding:5px 10px;
}
table.shop_table td a {
	color: #8a1002;
	text-decoration: none;
}
table.shop_table td.product-name {
	font-family: 'ubuntumedium' !important;
}
.product-thumbnail img {
	max-width:130px;
	height:auto;
}
.cart-collaterals {
	padding:40px 0;
}
#content ul#shipping_method, #content ul.wc_payment_methods, #content ul.woocommerce-order-overview {
	margin:0;
	padding:0;
}
#content ul.woocommerce-order-overview, .woocommerce-order-details {
	margin:0 0 30px 0;
}
#content ul#shipping_method li, #content ul.wc_payment_methods li, #content ul.woocommerce-order-overview li {
	list-style: none;
}
#content ul.wc_payment_methods li {
	padding:5px 10px;
}
.woocommerce-shipping-destination {
	font-style:italic;
}
.wc-proceed-to-checkout {
	padding-top:30px;
}
.woocommerce-cart-form__cart-item.cart_item {
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
	padding-bottom:15px;
}

#customer_details, .woocommerce-columns {
	margin:0 -15px;
	display: flex;
	flex-wrap: wrap;
}
#customer_details .col-1, #customer_details .col-2, .woocommerce-columns .woocommerce-column {
	width:calc(50% - 30px);
	margin:0 15px 30px 15px;
}
#customer_details label {
	display: block;
	margin-bottom:5px;
}
#customer_details input.input-text {
	-webkit-appearance: none;
	border-radius: none;
	background: none;
	width: calc(100% - 14px);
	font-family: "ubunturegular";
	font-size: 18px;
	line-height: 30px;
	border: 2px solid #8a1002;
	color: #8a1002;
	padding: 0 5px;
}
#customer_details textarea {
	-webkit-appearance: none;
	border-radius: none;
	background: none;
	width: calc(100% - 14px);
	max-width: calc(100% - 14px);
	font-family: "ubunturegular";
	font-size: 18px;
	line-height: 30px;
	border: 2px solid #8a1002;
	color: #8a1002;
	padding: 0 5px;
}
#ship-to-different-address label {
	cursor: pointer;
}
#content #customer_details p {
	margin:0 0 10px 0;
}
.woocommerce-checkout-payment {
	padding-top:30px;
}
#content p.return-to-shop a {
	text-decoration: none !important;
	color:#fff !important;
}
#content p.return-to-shop a:hover {
	color:#8a1002 !important;
}
#content ul.woocommerce-error {
	margin:0 0 25px 0;
	padding:0;
}
#content ul.woocommerce-error li {
	list-style: none;
}
.woocommerce-order-received .woocommerce-table--order-details tbody {
	margin:0 0 30px 0;
}
.woocommerce-order-received .woocommerce-table--order-details tbody tr {
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	padding-bottom:10px;
}
.place-order {
	padding-top:30px;
}
#content .payment_box p {
	margin:0 0 10px 0;
	padding:10px 25px;
	font-size:14px;
	line-height: 20px;
}

@media only screen and (max-width:1580px) {
	#link-bar {
		padding: 25px 16px;
	}
	#content {
		margin: 35px 16px 0 16px;
	}
	.home #content {
		margin: 75px 0 0 1.5%;
		width: 42.5%;
	}
	.home #bild-home {
		margin: 125px 1.5% 0 6%;
		width: 48.5%;
	}
	h2.blog-title-home {
		margin: 50px 1.5%;
	}
	#event-block .event-box {
		margin: 0 16px 20px 16px;
	}
	#footer {
		padding: 60px 0 75px 0;
	}
	#social-links .si {
		display:none;
	}
	#link-bar .button, .woocommerce .button {
		font-size: 20px;
		padding: 7px 25px;
	}
	#social-links .fb, #social-links .yt, #social-links .insta {
		padding-top: 4px;
	}
	.page-template-page-ma #content, .page-template-page-vorstand #content, .page-template-page-kontakt #content {
		float: none;
		width: auto;
	}
	#header-inner #logo {
		padding-left:20px;
	}
	#header-inner #topmenu, #header-inner #search {
		padding-right:20px;
	}
}
@media only screen and (max-width:1380px) {
	#topmenu, #menu, #logo {
		display:none;
	}
	#mlogo {
		padding:10px 16px;
		display: inline-block;
		float:left;
	}
	#menu-toggle {
		display: block;
		position: absolute;
		right:16px;
		top:50%;
		margin-top:-10px;
	}
	#search {
		position: relative;
		top: auto;
		right:auto;
		padding:18px 16px;
		display: inline-block;
		float:left;
	}
	#menu ul li.wpmenucart {
		display: block;
	}
	#header-img {
		margin-top:0;
	}
	#content {
		width: auto;
	}
	#inhalt {
		margin: 0 0 40px 0;
	}
	#link-bar.nohead {
		padding-top: 10px;
	}
	#sidebar {
		clear:both;
		float: none;
		margin: 16px;
		padding-top:40px;
		width: auto;
		border-top: 1px solid #939393;
	}
	#header.shrink {
		position: fixed;
		top:0;
		z-index: 99999;
	}
}
@media only screen and (max-width:1280px) {
	#ma-block .ma-box .text-box h3 {
		font-size: 18px;
		line-height: 23px;
		margin:0 0 20px 0;
	}
	#content .ma-box .text-box p {
		font-size: 18px;
		line-height: 23px;
		margin:0 0 20px 0;
	}
}
@media only screen and (max-width:1180px) {
	#ma-block .ma-box {
		width: 45%;
	}
	#ma-block .ma-box:nth-child(3n+1) {
		clear: none;
	}
	#ma-block .ma-box:nth-child(2n+1) {
		clear: both;
	}
	#slider .caption, #header-img .caption {
		bottom:45%;
	}
}
@media only screen and (max-width:1024px) {
	#inhalt .bilder-box, #inhalt .bilder-box:nth-child(1), #inhalt .bilder-box:nth-child(2) {
		margin: 30px 0;
	}
}
@media only screen and (max-width:1023px) {
	#social-links .fb, #social-links .yt, #social-links .insta {
		float: none;
		display:block;
		margin: 5px 0 0 0;
	}
	.home #content {
		margin: 75px 16px 0 16px;
		width: auto;
		float:none;
	}
	.home #bild-home {
		float:none;
		margin: 50px 16px 0 16px;
		width: auto;
	}
	#quicklinks {
		margin: 40px 0 0 0;
	}
	#quicklinks .qlink-box {
		margin: 0 0 20px 0;
	}
	#ma-block .ma-box {
		width: 50%;
	}
}
@media only screen and (max-width:960px) {
	#content ul.products li {
		width:calc(50% - 16px);
	}
	.single-product div.product .woocommerce-product-gallery, .single-product div.product .summary {
		width:calc(100% - 30px);
	}
	.single-product div.product .woocommerce-product-gallery {
		margin-bottom:30px;
	}
}
@media only screen and (max-width:820px) {
	#slider .caption h3, #header-img .caption h3 {
		font-size: 60px;
	}
	#slider .caption .sbutton, #header-img .caption .sbutton {
		font-size: 18px;
		margin-right: 25px;
		padding: 10px 40px;
	}
	#ma-block .ma-box {
		width: 50%;
	}
}
@media only screen and (max-width:768px) {
	.woocommerce-page table.shop_table, 
	.woocommerce-page table.shop_table thead, 
	.woocommerce-page table.shop_table tbody, 
	.woocommerce-page table.shop_table th, 
	.woocommerce-page table.shop_table td, 
	.woocommerce-page table.shop_table tr { 
		display: block; 
	}
	/* Hide table headers (but not display: none;, for accessibility) */
	.woocommerce-page table.shop_table thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.woocommerce-page table.shop_table tr { 
		/*border: 1px solid #d2d3d3; */
	}
	.woocommerce-page table.shop_table td { 
		/* Behave  like a "row" */
		position: relative;
		padding-left: 30% !important; 
	}
	.woocommerce-page table.shop_table .order-total td {
		padding:5px 10px !important;
	}
	.woocommerce-page table.shop_table {
		border: none;
	}
	.woocommerce-page table.shop_table td.product-spacer {
		border-color: #FFF;
		height: 10px;
	}
	.woocommerce-page table.shop_table td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	.woocommerce-page table.shop_table td.product-remove:before {
		content: "Entfernen";
	}
	.woocommerce-page table.shop_table td.product-name:before {
		content: "Produkt";
	}
	.woocommerce-page table.shop_table td.product-price:before {
		content: "Preis";
	}
	.woocommerce-page table.shop_table td.product-quantity:before {
		content: "Menge";
	}
	.woocommerce-page table.shop_table td.product-subtotal:before {
		content: "Subtotal";
	}
	.woocommerce-page table.shop_table td.product-total:before {
		content: "TOTAL";
	}
	.woocommerce .quantity, 
	.woocommerce #content .quantity, 
	.woocommerce-page .quantity, 
	.woocommerce-page #content .quantity {
		margin: 0;
	}
	.woocommerce-page table.cart td.actions, 
	.woocommerce-page #content table.cart td.actions {
		text-align: left;
		border:0;
		padding-left: 6px !important;
	}
	.woocommerce-page table.cart td.actions .button.alt, 
	.woocommerce-page #content table.cart td.actions .button.alt {
		float: left;
		margin-top: 10px;
	}
	.woocommerce-page table.cart td.actions div, 
	.woocommerce-page #content table.cart td.actions div,
	.woocommerce-page table.cart td.actions input, 
	.woocommerce-page #content table.cart td.actions input {
		margin-bottom: 10px;
	}
	.woocommerce-page .cart-collaterals .cart_totals {
		float: left;
		width: 100%;
		text-align: left;
	}
	.woocommerce-page .cart-collaterals .cart_totals th, 
	.woocommerce-page .cart-collaterals .cart_totals td {
		border:0 !important;
	}
	.woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
	.woocommerce-page .cart-collaterals .cart_totals table tr.shipping td,
	.woocommerce-page .cart-collaterals .cart_totals table tr.total td {
		padding: 5px 10px !important;
	}
	.woocommerce-page table.shop_table tr.cart-subtotal td,
	.woocommerce-page table.shop_table tr.shipping td,
	.woocommerce-page table.shop_table tr.total td,
	.woocommerce-page table.shop_table.order_details tfoot th,
	.woocommerce-page table.shop_table.order_details tfoot td {
		padding: 5px 10px !important;
		border:0 !important;
	}
	.woocommerce-page table.shop_table tbody {
		padding-top: 10px;
	}
	.woocommerce .col2-set .col-1, 
	.woocommerce-page .col2-set .col-1,
	.woocommerce .col2-set .col-2, 
	.woocommerce-page .col2-set .col-2,
	.woocommerce form .form-row-first, 
	.woocommerce form .form-row-last, 
	.woocommerce-page form .form-row-first, 
	.woocommerce-page form .form-row-last {
		float: none;
		width: 100%;
	}
	.woocommerce .order_details ul, 
	.woocommerce-page .order_details ul,
	.woocommerce .order_details, 
	.woocommerce-page .order_details {
		padding:0;
	}
	.woocommerce .order_details li, 
	.woocommerce-page .order_details li {
		clear: left;
		margin-bottom: 10px;
		border:0;
	}
	#customer_details .col-1, #customer_details .col-2, .woocommerce-columns .woocommerce-column {
		width: calc(100% - 30px);
	}
	#customer_details .col-1, #customer_details .col-2 {
		margin-bottom:30px;
	}
}
@media only screen and (max-width:767px) {
	#content h1 {
		font-size: 34px;
		margin: 0 0 50px;
	}
	#content .summary h1 {
		font-size: 34px;
	}
	h2.blog-title-home {
		margin: 50px 16px;
		font-size: 34px;
		line-height: 43px;
		padding: 40px 0 0 0;
		background:none;
	}
	#pk-block .pk-box .img-box, #pk-block .pk-box:nth-child(2n) .img-box {
		float: none;
		margin: 0 0 40px 0;
		max-width: 60%;
		padding: 20px;
	}
	#ma-block .ma-box {
		width: 70%;
		clear: both;
	}
	#ma-block .ma-box:nth-child(3n+1) {
		clear: none;
	}
	#ma-block .ma-box:nth-child(2n+1) {
		clear: none;
	}
	#slider .caption, #header-img .caption {
		bottom:35%;
	}
}
@media only screen and (max-width:568px) {
	#inhalt .bilder-box {
		padding: 1.69492%;
		width: 96%;
	}
	#container {
		padding: 0 0 40px;
	}
	#slider .caption, #header-img .caption, #header #search {
		display:none;
	}
	.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7dtx-dynamictext {
		padding: 0 0.5%;
		width: 98%;
	}
	#pk-block .pk-box h3 {
		font-size: 22px;
		line-height: 26px;
	}
	#ma-block .ma-box {
		width: 90%;
	}
	#ma-block .ma-box .text-box {
		width: 100%;
	}

	#ma-block .ma-box .img-box {
		margin:0 0 25px 0;
	}
	#ma-block .ma-box .text-box h3 {
		font-size: 16px;
		line-height: 21px;
		margin: 0 0 15px;
	}
	#content .ma-box .text-box p {
		font-size: 16px;
		line-height: 21px;
		margin: 0 0 15px;
	}
	select {
		width:100%;
		max-width:100%;
	}
	#link-bar #buttons {
		float: none;
		width: 100%;
		margin:0 0 20px 0;
	}
	#link-bar .button {
		float: none;
		display: inline-block;
	}
	#social-links {
		float: none;
		max-width: 100%;
		width: 100%;
		display: block;
	}
	#social-links .fb, #social-links .yt, #social-links .insta {
		text-align: left;
	}
    #video-inner {
        max-width:90%;
    }
}
@media only screen and (max-width:480px) {
	#content ul.products li {
		width:calc(100% - 16px);
	}
}
@media only screen and (max-width:460px) {
	#footer .widget-area .widget-container h3, #footer .widget-area .widget-container p {
		font-size: 18px;
		line-height: 23px;
	}
	#footer .widget-area .widget-container {
		float: none;
		margin: 0 16px;
		width: auto;
	}
	.wpcf7-form .wpcf7-submit {
		font-size: 17px;
		padding: 10px 15px;
	}
	#content h1, #content .summary h1 {
		font-size: 26px;
		line-height: 36px;
		margin:0 0 25px 0;
		padding:0;
		background:none;
	}
	#content h2, .tax-product_cat #content ul.products li h2, #content .related.products .product h2 {
		font-size: 22px;
	}
	#pk-block .pk-box .button {
		font-size: 16px;
		padding: 10px 15px;
	}
	#content p, #content ul li, #content ol li {
		font-size: 17px;
		line-height: 22px;
	}
	#pk-block .pk-box h4 span {
		font-size: 17px;
		line-height: 22px;
	}
	.entry-content table th, .entry-content table td {
		font-size: 17px;
		line-height: 22px;
	}
	#container [data-borlabs-cookie-wrap] [data-borlabs-cookie] [data-borlabs-help] *, #container [data-borlabs-cookie-wrap] [data-borlabs-cookie] [data-borlabs-cookie-help-link] {
		font-size: 17px !important;
		line-height: 22px !important;
	}
}
@media only screen and (max-width:380px) {
	#link-bar .button, .woocommerce .button {
		padding: 7px 15px;
	}
	#social-links .social.facebook, #social-links .social.youtube {
		font-size:18px;
	}
	#pk-block .pk-box .img-box, #pk-block .pk-box:nth-child(2n) .img-box {
		max-width: 80%;
	}
	#ma-block .ma-box .img-box {
		height: 91.1501%;
		min-height: 91.1501%;
		width: 95.2437%;
	}
	#ma-block .ma-box .text-box h3 {
		font-size: 15px;
		line-height: 20px;
	}
	#content .ma-box .text-box p {
		font-size: 15px;
		line-height: 20px;
	}
	#content .ma-box .text-box p.email {
		white-space:nowrap;
	}
	#footer .widget-area .widget-container p {
		font-size: 16px;
		line-height: 21px;
	}
	.wpcf7-form .wpcf7-submit {
		font-size: 16px;
		padding: 5px 8px;
	}
	#pk-block .pk-box .img-box, #pk-block .pk-box:nth-child(2n) .img-box {
		max-width: 70%;
	}
}