/*
Theme Name: diehingucker
Theme URI: http://www.diehingucker.de
Description: diehingucker Template
Version: 1.0
Author: Philipp Kieckbusch
Tags: portfolio, responsive, blog, clean, minimal, white, two-columns, threaded-comments, translation-ready, custom-menus

TABLE OF CONTENTS

01 - Reset
02 - Global
03 - General Layout
04 - Header
05 - Content
06 - Slideshow
07 - Sidebar
08 - Widgets
09 - Comments
10 - Pagination
11 - Footer
12 - Media Queries
*/

/* /////////////////////////////////////////////////////////////////////
//  01 - Reset
/////////////////////////////////////////////////////////////////////*/

/**

 HTML5 & 4 reset stylesheet
 Adapted from YUI & HTML5 Doctor
 v1.0

**/

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

:focus {
	outline: none;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,img,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,hgroup,menu,nav,summary,time,mark,audio,video,header,footer {
    margin:0;
    padding:0;
    border:0;
    font-weight:inherit;
    font-style:inherit;
    font-size:100%;
    font-family:inherit;
    vertical-align:baseline;
    background:transparent;
}

html {
    -webkit-font-smoothing:antialiased;
    text-rendering:optimizeLegibility;
    -webkit-text-size-adjust:none;
    -ms-text-size-adjust:none;
	overflow-y: scroll;
}

ol,ul {
	list-style:none;
}

article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,img {
    display:block;
}

blockquote,q {
    quotes:none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

a, input, textarea, button {
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

a.fc-event {
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration:line-through;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

strong{font-weight:600;}
em{font-style:italic;}

input,
select {
    vertical-align:middle;
}

table {
	border-collapse:separate;
	border-spacing:0;
}
caption,
th,
td {
	text-align:left;
}

input {
	vertical-align:middle;
}
img,
object,
embed {max-width: 100%;}

.homeSection img,
.post p img,
.page p img,
.project img,
.postThumb,
div.wp-caption img {
	max-width: 100% !important;
	height: auto;
}

.wp-caption {
	max-width: 100%;
    padding: 10px 10px 5px 10px;
    background: #f7f7f7;
}

.wp-caption-text {
	padding: 5px 0 0 0;
	font-style: italic;
	color: #aaa;
	font-size: 12px;
	line-height: 16px;
	margin: 0;
}

.wp-caption-text a {
	color: #aaa;
}

/* /////////////////////////////////////////////////////////////////////
//  02 - Global
/////////////////////////////////////////////////////////////////////*/

body {
	font-size: 100%;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	width:auto; height:auto;
	padding: 0 0 0 0;
	margin: 0;
	color: #6a6a6a;
	background-color: #e7e7e8;
	font-weight: 400;
	line-height: 1.7em;
	font-size: 16px;
}

p {
	margin: 0 0 20px 0;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li {
	margin: 0 0 0 0;
	padding: 0;
}

img {
	margin: 0;
/*	height: 100%;
	width: 100%; */
}

img.left {
	margin: 0 15px 15px 0;
	float: left;
}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

a {
	color: #e2af00;
}

a:hover {
	color: #b98e00;
}

a img {
	border:none;
}

h1, h2, h3, h4, h5, h6{
	margin: 0 0 15px 0;
	font-weight: 300;
	color: #000;
	line-height: normal !important;
}

h1 { font-size: 2em; }
h2 { font-size: 1.6em; }
h3 { font-size: 1.3em; }

blockquote, address {
	font-style: italic;
}

blockquote {
  background: var(--color);
  border-radius: 5px;
  padding: 40px;
	color: #fff;
  quotes: "\201C""\201D";
  margin-bottom: 10px;
}

blockquote:before {
  color: #ccc;
  font-size: 4em;
  line-height: 0.1em;
  vertical-align: -0.4em;
  font-family: "Droid Serif", Georgia, serif;
  margin-left: -5px;
  margin-right: 10px;
}
blockquote p {
  display: inline;
}

code {
    font-family: "Courier New", Courier, serif;
	overflow: auto;
	padding: 2px;
	background: #fff;
}

pre code {
	background: none;
}

pre {
    margin: 0 0 20px;
	padding: 10px;
	background: #fff;
	overflow: auto;
	border: 1px solid #e4e4e4;
}

.meta {
	color: #b0b0ad;
}

.meta a{
	color: #7d7d7b !important;
}

.meta a:hover{
	color: #b0b0ad !important;
}

hr {
	border: 0;
	border-bottom: 1px solid #eee;
	margin: 30px 0;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textarea, select {
	background-color: #fafafa;
	padding: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color: #6a6a6a;
	border: none;
	border-bottom: 2px solid rgba(0,0,0,.05);
	background:	#f7f7f7;
	font-family: "Open Sans";
	-webkit-appearance: none;
	font-size: 15px;
	font-weight: 300;
	width: 100%;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus {outline: none; background-color: #fff;}
textarea:focus {outline: none; background-color: #fff;}

textarea { width: 100%; line-height: 1.6em; }

.hidden { display: none; }

/* Clearfix ----------- */

/* Some clearfix code from HTML5 Boilerplate */
.clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	visibility: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

a.action {
	font-style: italic;
}

/* //////////////////////////////////////////////////////////////////////
//  03 - General Layout
//////////////////////////////////////////////////////////////////////*/

#container {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.wrap {
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 100px !important;
}

#main {
	margin: 0 auto 0;
	padding: 0 0 0;
	background: #f5f5f5;
	background-size: 100%;
}

.business #main {
}

#main.full {
	background: none;
}

#content {
	padding: 0 0 0 0;
	float: left;
	margin: 0 0px 0 0;
	position: relative;
}

#sidebar {
	width: 28%;
	float: right;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#footer {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 9999;
}

.twoThirds {
	width: 70%;
}

.oneThird {
	width: 32%;
}

/*////////////////////////////////////////////////////////////////////////
//  04 - Header
///////////////////////////////////////////////////////////////////////*/

#header{
	width: 100%;
	position: fixed;
	margin: 0 0 0 0!important;
	text-align: center;
	background: #fff;
	z-index: 1000;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

#header .inside{
	margin: 0 auto;
	position: relative;
	padding: 0;
}

#header .top {
}

#mainNav .tinynav {
	display: none;
}

#logo {
	display: inline-block;
	margin: 0px 0 0 0;
	float: left;
	padding: 0;
	position: relative;
	z-index: 1000;
}

#logo h1 {
	margin: 0 !important;
	line-height: 1em !important;
	padding: 0 !important;
	font-size: 1.5em;
	font-weight: bold;
	color: #555555;
}

#logo img {
	max-width: 120px;
	max-height: 30px;
	margin: 10px;
}

#header h1 {
	font-size: 1.5em;
	color: #555555;
	margin: 0;
}

#header h1 a, #header h1 a:hover{
	color: #555555 !important;
}

.ubermenu {
  position: absolute !important;
  text-align: center !important;
  margin: auto !important;
  width: 100% !important;
}

.ubermenu-nav {
	margin: auto !important;
	text-align: center !important;
	display: inline-block !important;
}

.ubermenu-nav > li > a {
	height: 50px !important;
	text-transform: uppercase;
}

.ubermenu-nav > .ubermenu-item {
	-moz-transition: all .1s ease-in-out;
	-webkit-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
	box-shadow: inset 0px 0px 0px #fdc400 !important;
}

.ubermenu-nav > .ubermenu-current-menu-item, .ubermenu-nav > .ubermenu-item:hover {
	box-shadow: inset 0px -2px 0px #fdc400 !important;
}

.ubermenu-nav > li > .ubermenu-submenu {
	border-top: 1px solid rgba(0,0,0,.1) !important;
}

/* .ubermenu.ubermenu-disable-submenu-scroll .ubermenu-item > .ubermenu-submenu.ubermenu-submenu-type-mega {
	text-align: center !important;
}

.ubermenu-nav > .ubermenu-item > .ubermenu-submenu > .ubermenu-column {
  display: inline-block !important;
  float: none !important;
}
*/
.thinm a {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

span.ubermenu-target-title.ubermenu-target-text {
	color: #8f8f8f;
}

/*////////////////////////////////////////////////////////////////////
//  05 - Content
////////////////////////////////////////////////////////////////////*/

#content {
	margin: 0 auto 40px;
	padding: 0 0 0 0 !important;
	width: 70%;
	float: left;
}

#content.full {
	margin: 0 0 40px 0;
	padding: 0 0 0 0 !important;
	width: 100%;
}

#content.full.grid {
	margin: 0 0 20px 0%;
}

.home #content.full, .page-template-page-portfolio-php #content.full {
	width: 100%;
	margin: 0 0 0 0;
}

#content.fullProjects{
	width: 100%;
}

#content.twoThirds .page {
	width: 99%;
}

#content .post {
	margin: 0;
	position: relative;
	padding-bottom: 10px;
	min-height: 250px;
	width: 100%;
}

#content h1 {
	text-align: center;
}

#content .post h1.title {
	text-align: left;
}

#content .post h2.title {
	font-size: 1.4em;
}

.search #content .post {
	min-height: 50px;
}

.page #content .post {
	margin: 0 0 0px 0px;
	border: none;
}

.post .meta, .attachment .meta {
	margin: -5px 0 25px 0;
	padding: 0 0 0px 0;
	font-size: .85em;
	line-height: 1.5em;
}

#content h1 a,
#content h2 a,
#content h3 a,
.widgetBox h3 a,
#slideshow .slideText h3 a,
#content h4 a,
#content h5 a{
	color: #FDC400;
	font-weight: bold;
}

#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
.widgetBox h3 a:hover,
#slideshow .slideText h3 a:hover,
#content h4 a:hover,
#content h5 a:hover{
	color: #a7a7a3 ;
}

#content .postThumb{
	margin: 0 0 20px 0 !important;
}

#content .moreLink{
	display: block;

}

/*Home Page------------------*/

.row , .ls-wrapper .liquid-slider .panel-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.box {
	background-color: white;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
	width: 100%;
	flex: 1 auto;
	background-repeat: no-repeat;
	background-size: cover;
}

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-left: -2%;
	position: relative;
	-webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.flexbox {
	-webkit-flex: 1;
	-moz-box-flex: 1;
	flex: 1;
	margin-left: 2%;
}


.box.center {
	text-align: center;
}

.box.highlight {
	text-align: center;
}

.box.highlight p {
	margin-bottom: 0;
}

.box .inner {
	position: relative;
	z-index: 100;
}

.box.fade {
	padding-top: 400px;
}

.box.fade.double {
	padding-top: 300px;
}

.box.fade.double .fader {
	max-height: 400px;
}

.column-content img {
	width: 100%;
}

.fader {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	max-height: 400px;
	overflow: hidden;
}

.fader img {
	width: 100%;
}

.fader:after {
	content: "\0020";
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.switcher {
	text-align: center;
	box-shadow: inset 0 0 0 2px #fdc400;
}

.btn {
	font-weight: 300;
	line-height: 1.7em;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	padding: 10px;
	color: black !important;
	background: #fdc400;
	font-size: 0.8em;
	white-space: nowrap;
	border: 0;
	cursor: pointer;
}

.btn_block {
	display: block;
	text-align: center;
}

.btn:hover {
	color: black !important;
	opacity: 0.8;
}

#closer {
  position: absolute;
  top: 22px;
  color: #ddd;
  right: 20px;
}

.home-twitter {
	color: #00abf0;
}

.kts-star {
	color: #fdc400;
}

.login {
	padding: 0 !important;
}

.login br {
	display: none !important;
}

#mc_signup br, #mc_signup p, .mc4wp-form-fields br {
	display: none;
}

span.mc_error_msg br {
  display: block !important;
}

.mc_merge_var, .mc4wp-form-fields input {
	float: left;
	width: 31%;
	margin-right: 2% !important;
	margin-bottom: 20px;
}

.mc4wp-form-fields input[type="email"] {
    margin-right: 0 !important;
    width: 34%;
}

#mc_signup_submit {
	float: left;
	width: 200px !important;
}

.popmake-content #mc_signup_submit {
	display: inline-block;
	font-weight: 300;
	color: #000;
	line-height: normal;
	background: #fdc400;
	padding: 10px;
	width: 100% !important;
}

#rhide {
	display: none;
	width: 100% !important;
}

#rhide > p {
	display: none;
}

.login input {
	margin: 0 !important;
}

.login ul {
	margin: 0 !important;
	list-style-type: none !important;
}

.login form label {
	font-weight: 600;
}

.usp > div, .busp > div {
	background-size: 60px;
	background-position: top -10px right -20px;
}

.usp > div:nth-child(1) {
	background-image: url("images/kts_semi_2.png");
}
.usp > div:nth-child(2) {
	background-image: url("images/kts_semi.png");
}
.usp > div:nth-child(3) {
	background-image: url("images/kts_coaching.png");
}
.usp > div:nth-child(4) {
	background-image: url("images/kts_events.png");
}

.busp > div:nth-child(1) {
	background-image: url("images/kts_busi_1.png");
}
.busp > div:nth-child(2) {
	background-image: url("images/kts_busi_2.png");
}
.busp > div:nth-child(3) {
	background-image: url("images/kts_busi_4.png");
}
.busp > div:nth-child(4) {
	background-image: url("images/kts_busi_3.png");
}

.easy-table .wpcf7-list-item-label {
	display: none;
}

.hide {
	display: none;
}

.show .hide {
	display: inline-block;
}

.page-template-page-landingpage .wrap {
    padding: 115px 0 0 0 !important;
}

.page-template-page-landingpage .wrap {
    max-width: 100%;
}

.page-template-page-landingpage .wrap #content.full {
    margin: 0;
}

.page-template-page-landingpage .box {
    padding: 0px;
		background: transparent;
		margin-bottom: 0px;
		box-shadow: none;
		display: flex;
}

.page-template-page-landingpage .row-inside {
    max-width: 100%;
    margin: auto;
    width: 100%;
}

.page-template-page-landingpage #main {
	background: #fff;
}

.page-template-page-landingpage .column {
    padding: 75px 100px;
		flex: 1;
}

.page-template-page-landingpage .one_half:not(.last) {
    padding-right: 50px;
}

.page-template-page-landingpage .one_half.last {
    padding-left: 50px;
}

.page-template-page-landingpage .one_half {
	min-height: 1px;
}

.page-template-page-landingpage p:empty {
    display: none;
}

.page-template-page-landingpage .row,
.page-template-page-landingpage .column {
    background-size: cover;
		background-position: center center;
}

.page-template-page-landingpage h2, body:not(.home) h2 {
	font-size: 2.6em;
	font-weight: 600;
	color: var(--color);
}


.page-template-page-landingpage h2.small,
h2.small {
    font-size: 1.6em !important;
}


.page-template-page-landingpage .style--dark,
.page-template-page-landingpage .style--dark h2 {
	color: #fff;
}

/*Column Shortcodes------------------*/

.one_half{ width:50%; }
.one_third{ width:33%; }
.one_fourth{ width:25%; }
.three_fourth { width:75%;}
.two_third{ width:66%; }
.one_half,.one_third,.two_third, .one_fourth, .three_fourth{ position:relative; padding-right: 20px; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}


/*Buttons------------------*/

.button, a.button, #footer a.button, #searchsubmit, input[type="submit"]  {
	display: inline-block;
	font-family: "Open Sans";
	font-weight: 300;
	color: #000;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	line-height: normal;
	margin: 0 0 10px 0;
	-webkit-appearance: none;
	background: #fdc400;
	font-size: 0.8em;
	border: 0;
	padding: 10px;
}


#searchsubmit {
	padding: 5px 15px 6px;
}

.home .slideshow a.button:hover, .button:hover, #footer a.button:hover, #searchsubmit:hover, input[type="submit"]:hover {
	opacity: 0.8;
}

.home .slideshow a.button {
	margin-top: 20px;
}

input[disabled="disabled"],input[disabled="disabled"]:hover {
	opacity: 0.3 !important;
}

.overview {
	text-align: center;
}

.overview img {
	margin: auto;
}

.overview a {
  margin: auto;
}

.overview .ls-nav-left-arrow, .overview .ls-nav-right-arrow, .overview.slide p, .singledetails .ls-nav-right-arrow, .singledetails .ls-nav-left-arrow {
	display: none !important;
}

.singledetails section, .singledetails img {
  height: 228px !important;
}

.row.top-slim .column {
    padding-top: 0;
}

.slider_content span.superscript {
    margin: 0;
    padding: 0;
    font-size: 60%;
}

/*Infinite Scrolling------------------*/

#infscr-loading {
	display: none !important;
}

#infscr-loading img {
	display: none;
}

.infscrBtn span{
	line-height: 35px;
}

.infscrBtn {
	margin: 30px auto 30px;
	display: block;
	width: 100px;
	text-align: center;
	font-size: .7em;
}

.infscrBtn:hover {
	background-color: #fcfcfc;
}

/*Images------------------*/

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px !important;
	margin-top: 4px;
}

#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}

#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}

/*Gallery------------------*/

.gallery {
	padding-top: 15px;
	margin-bottom: 25px!important;
}

.gallery-item {
	margin-top: 0px!important;
	margin-bottom: 25px!important;
}

.gallery img {
	border: none!important;
}

/*Lists------------------*/

#content ul{
	list-style-type: disc;
	padding-left: 20px;
}

#content ul li{
}

#content ol li{
	margin: 0 0 10px 0;
	line-height: 1.4em;
}

#content ol{
	margin: 0 0 20px 20px;
}

#content ul ul, #content ol ul, #content ul ol, #content ol ol {
	padding-top: 10px;
}

#content ul ul li, #content ol ul li, #content ul ol li, #content ol ol li{
	font-size: 1em !important;
}

#content .appointments ul, #content ul.appointments {
	margin: 0;
	list-style: none;
}

/*////////////////////////////////////////////////////////////////////
//  06 - Slideshow
////////////////////////////////////////////////////////////////////*/

.slideshow, .flexslider {
	margin: 0 !important;
	position: relative;
}

.slideshow  {padding:0 !important;}

#content .flexslider {
	margin: 0 0 15px 0 !important;
}

.flexslider p {
	margin: 0 !important;
}

.slideshow li, #content .flexslider li, #content .flexslider ol {
	list-style: none !important;
	list-style-type: none !important;
}

#content .flexslider ol {
	padding-bottom: 5px !important;
	margin-bottom: 0 !important;
}

#content .flexslider .slides {
	margin: 0;
}

.content_box {
	padding: 20px;
	border-radius: 10px;
	border: 2px solid #eee;
	background: #fff;
  box-shadow: 0 0 30px rgba(0,0,0,.2);
}

.content_box:after {}

.content_box a.btn {
    display: inline-block;
    margin-bottom: 0px;
}

.content_box p {
	margin: 0;
}

.content_box p + p, .content_box + p {
    margin-top: 20px;
}

.content_box_icon {
    float: left;
    height: 100px;
    width: 100px;
    background: #eee;
    text-align: center;
    line-height: 100px;
    border-radius: 100%;
    font-size: 50px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.content_box_content {
    float: left;
    width: calc(100% - 120px);
}

#content h1 {
    text-align: left;
    font-weight: bold;
		color: #FDC400;
    color: var(--color);
    background: #fff;
    display: inline-block;
    padding: 5px 10px;
}


/* FlexSlider Theme------------------*/

.flexslider {  min-height: 100px; border: 0 !important; margin: 0 0 0 0!important; padding: 0 0 0 0 !important; background: transparent !important; border: none; position: relative; -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; -o-border-radius: 0!important; border-radius: 0!important; box-shadow: none !important; -webkit-box-shadow: none!important; -moz-box-shadow: none!important; -o-box-shadow: none!important; zoom: 1;}
.flexslider .slides li{	margin-bottom: 0 !important; }
.flexslider .slides li p{ margin: 0 !important; }
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}
.flexslider .slides img { height: auto; max-width: 100%; width: auto !important; }
.flex-direction-nav, .flex-control-nav, .flex-caption { margin-bottom:0 !important;}

/* Caption style */
/* IE rgba() hack */
.flex-caption {background:none; -ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); zoom: 1;}
.flex-caption {width: auto; position: absolute; background: rgba(0,0,0,.5); color: #fff; }
.flex-caption p {font-size: .9em !important; margin-bottom: 0;}

/* Direction Nav */

.flex-direction-nav {
	position: absolute;
	width: 100%;
	margin: 0 !important;
	left: 0;
	top: 50%;
}

.flex-direction-nav li a {
	-webkit-transition: none; -moz-transition: none; transition: none;
	-webkit-transition: opacity .5s ease; -moz-transition: opacity .5s ease; transition: opacity .5s ease;
}
.flex-direction-nav li a { z-index: 100; width: 30px!important; height: 30px; margin: -20px 0 0; display: block; background: url(images/flexslider/direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;}
.flex-direction-nav li a.flex-next {background-position: -30px 0; right: 20px !important;}
.single-product .flex-direction-nav li a.flex-next {right: -5px !important;}
.flex-direction-nav li a.flex-next:hover {background-position: -30px -30px;}
.flex-direction-nav li a.flex-prev {background-position: 0 0; left: 20px !important; }
.flex-direction-nav li a.flex-prev:hover {background-position: 0 -30px; }
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {position: absolute !important; bottom: 20px !important; right: 3% !important; width: auto !important; }
.flex-control-nav li {margin: 0 0 0 5px !important; display: inline-block !important; zoom: 1; *display: inline !important;}
.flex-control-nav li:first-child {margin: 0 !important;}
.flex-control-nav li a {width: 13px !important; height: 13px !important; display: block !important; background: rgba(255,255,255,0.3) !important; cursor: pointer; text-indent: -9999px; box-shadow: inset 0 0 1px rgba(0,0,0,0.3) !important;}
.flex-control-nav li a:hover {background: rgba(255,255,255,0.7) !important;}
.flex-control-nav li a.flex-active {background: rgba(255,255,255,0.7) !important; cursor: default !important;}

#content .flex-direction-nav { margin-top: -15px !important;}
#content .flex-control-nav { margin: 0; padding-top: 15px; position: relative !important; bottom: 0 !important; right: 0 !important; width: auto !important; }
#content .flex-control-nav li a { background: rgba(0,0,0,0.3) !important; box-shadow: none !important;}
#content .flex-control-nav li a:hover { background: rgba(0,0,0,0.7) !important;}
#content .flex-control-nav li a.flex-active { background: rgba(0,0,0,0.7) !important;}
#content .darkBkg .flex-control-nav li a { background: rgba(255,255,255,0.3) !important; box-shadow: none !important;}
#content .darkBkg .flex-control-nav li a:hover { background: rgba(255,255,255,0.7) !important;}
#content .darkBkg .flex-control-nav li a.flex-active { background: rgba(255,255,255,0.7) !important;}

/* Home slideshow*/

.home .slideshow {

}

.home .slideshow .slides li{
	overflow: hidden;
}

.home .slideshow .details {
	background: transparent;
	display: block;
	width: 100%;
	text-align: center;
	top: 50%;
	position: absolute;
}

.home .slideshow .details .box{
	padding: 0 30px 0 30px;
}

.home .slideshow .details.left {
	text-align: left;
}

.home .slideshow .details.right {
	text-align: right;
}

.home .slideshow .details .inside {
	max-width: 62.5em;
}

.home .slideshow .details.center .text {
	width: 80%;
}

.home .slideshow .details .text {
	display: inline-block;
	width: 60%;
}

.home .slideshow .details h2 {
	color: #fff;
	margin: 0 0 5px 0;
	font-size: 3.3em;
	text-shadow: 2px 2px rgba(0,0,0, .2);
	font-weight: normal;
}

.home .slideshow .details p {
	font-size: 1.2em !important;
	margin-bottom: 0;
	line-height: 1.3em;
	color: rgba(255,255,255, .8);
}


/*////////////////////////////////////////////////////////////////////
//  07 - Sidebar
////////////////////////////////////////////////////////////////////*/

#sidebar > div {
	padding: 20px;
	background: white;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	margin-bottom: 20px;
	position: relative;
}

#sidebar > div.full {
  padding: 0;
}

.sidebarBox {
	position: relative;
	margin: 0 0 30px 0;
}

#sidebar p {
	margin-bottom: 12px;
}

#sidebar li {
	font-size: .75em;
}

#sidebar .avatar {
	float: left;
	margin: 0 20px 15px 0 !important;
	padding-top: 3px;
}

#sidebar .woocommerce ul {
	line-height: normal !important;
}

#sidebar .widget_shopping_cart.woocommerce ul li {
	padding-left: 2em !important;
	line-height: 20px !important;
	font-size: 1em;
}

#sidebar .woocommerce ul li a {
	line-height: 20px !important;
}

#sidebar .woocommerce .item-desc {
	display: none;
}

.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
	padding: 0 !important;
	border: 0 !important;
}

.woocommerce ul.product_list_widget li dl dd {
	float: none !important;
}

.woocommerce-page ul.products li.first {
	clear: none !important;
}

.ref-autor {
	font-style: italic;
}

.woocommerce #content {
    background: #fff;
}

.woocommerce .woocommerce-result-count {
    margin-left: 30px !important;
}

/*/////////////////////////////////////////////////////////////////////
//  08 - Widgets
////////////////////////////////////////////////////////////////////*/

#footer .widgetBox a, #sidebar .widgetBox a {
	line-height: 1.5em;
}

#footer .widgetBox {
	float: left;
	margin-bottom: 30px;
	width: 33%;
}

#sidebar .widgetBox {
	margin-bottom: 30px !important;
}

#sidebar .widgetBox h3,
#footer .widgetBox h3{
	font-weight: 600;
}


#footer .widgetBox h3{
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

#sidebar .widgetBox a {
	color: #888;
}

#sidebar .widgetBox a:hover {
	color: #fdc400;
}

#sidebar .woocommerce.widgetBox {
	width: 100%;
}

#sidebar .woocommerce a.button {
	padding: 10px !important;
	font-weight: 300;
	font-size: 13px;
}

#sidebar .woocommerce a.button:hover {
	color: #000;
	background: #fdc400;
}

#sidebar .woocommerce .delivery-time-info {
	display: none;
}

.woocommerce ul.products li.product h3 {
	min-height: 55px;
}

.woocommerce .product span.price > * {
    display: inline-block !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 30% !important;
	margin-right: 5% !important;
}

.woocommerce ul.products li:nth-child(3n), .woocommerce-page ul.products li:nth-child(3n) {
	margin-right: 0 !important;
}

.woocommerce ul.products li.product a img {
	border: 1px solid #eee;
}

#footer .widgetBox p{
	text-align: left;
}

#sidebar .widgetBox .meta,
#footer .widgetBox .meta {

}

#sidebar ul, #footer ul {
	margin: 0 0 0 0;
	padding: 0px 0 0 0;
	line-height: 1em;
	background: none;
	position: relative;
}

#footer .right p {
	display: none;
}

.menu-footer-container ul li {
	line-height: 1.7em !important;
	font-size: 0.9em !important;
}

#sidebar ul li, #footer ul li {
	padding: 0px 0 0px 0;
	margin: 0 0 10px 0;
	line-height: 1em;
	background: none;
	font-size: 0.9em;
}

#footer ul li {
	line-height: 1.7em;
}

#sidebar ul li p, #footer ul li p{
	line-height: 1.3em;
	margin: 0;
}

#sidebar ul li h2, #footer ul li h2{
	margin: 0 0 0px 0 ;
	padding: 0 !important;
	line-height: .9em;
	font-weight: normal;
}

#sidebar .widget_nav_menu ul,
#footer .widget_nav_menu ul,
#sidebar .widget_pages ul,
#footer .widget_pages ul,
#sidebar .widget_categories ul,
#footer .widget_categories ul {
	background: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar .widget_nav_menu li,
#footer .widget_nav_menu li,
#sidebar .widget_pages li,
#footer .widget_pages li,
#sidebar .widget_categories li,
#footer .widget_categories li {
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	border: none;
}

.event-overview h2 {
	font-size: 25px !important;
}

.event-overview h2 + h2,
.appointments + h2 {
	font-size: 20px !important;
}

#content .appointments ul, #content ul.appointments {
	padding: 0 !important;
}

.appointments {
    margin-bottom: 40px;
}

.single-podcast .title,
.single-post .title {
    position: relative !important;
    top: auto !important;
    left: auto !important;
}

/*Search------------------*/

.widget_search {
	display: block;
	padding: 0 !important;
}

.widget_search h3 {
	display: none;
}

.widget_search:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .widget_search {
    display: block;
}

* html .widget_search {
    height: 1%;
}

#s {
	margin: 0 0px 0 0;
	padding: 10px 1em 10px 1em !important;
	line-height: normal!important;
	width: 100%;
	color: #9a9a9a;
	font-size: .8em;
}

#searchsubmit{
	font-size: 11px !important;
	margin: 0 !important;
	border-left: none;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-moz-border-radius-topleft: 0px;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
	float: right;
	border: none;
	height: 30px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-position: 0 -1px;
}


/*Recent Posts Widget------------------*/

#sidebar .ttrust_recent_posts .meta,
#footer .ttrust_recent_posts .meta {
	margin: 0 0 0 0 !important;
	display: block;
	padding: 3px 0 0 0;
	color: #a3a3a3;
	font-size: .8em;
}

#sidebar .ttrust_recent_posts .title,
#footer .ttrust_recent_posts .title {
	margin-bottom: 2px;
}

#sidebar .ttrust_recent_posts .title,
#footer .ttrust_recent_posts .title {
	line-height: 1.1em;
}

.secondaryPost {
	padding: 10px 0 0px 0;
}

.ttrust_recent_posts li {
	margin-bottom: 20px !important;
	border: none;
	display: block;
}

a.totop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #FDC400;
    padding: 0 10px;
    color: #fff !important;
    border-radius: 70px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
		z-index: 10000000;
}

.quote {
  padding: 25px 25px 25px 50px;
  display: block;
  font-style: oblique;
  background-color: var(--color);
  border-radius: 5px;
  color: #fff;
}

.quote:before {
content: '"';
    color: #fff;
    float: left;
    font-size: 7em;
		line-height: 130px;
    margin-left: -35px;
    margin-top: 27px;
    margin-right: 10px;
		position: absolute;
		top: 50px;
		left: 80px;
}

.quote__author {
  font-style: normal;
  margin-top: 10px;
  opacity: 0.7;
}

.page > .woocommerce.columns-3 {
    /* display: none; */
}

/*/////////////////////////////////////////////////////////////////////
//  09 - Comments
////////////////////////////////////////////////////////////////////*/

#comments {
	position: relative;
	margin: 0 0 30px 0px;
	width: 95%;
	padding: 20px 0 0 0;
}

.twoThirds #comments {
	width: 95%;
}

#content.project #comments {
	padding-top: 30px;
}

#comments ul{
	list-style: none;
	margin: 0 0 30px 0;
}

#comments h3{
	margin: 0 0 30px 0;
	font-weight: bold;
}

#content #comments ul li{
	font-size: 1em !important;
}

#trackbacks {
	margin: 30px 0 0 40px;
}

ol#commentslist {
	margin: 0 0 0 0px;
	list-style: none;
	padding: none;
	padding: 0;
}

#commentslist .children li {
	padding: 15px 0 0 30px;
	background: transparent url(images/comment_marker.gif) no-repeat 0px 40px;
	border-left: 1px solid #e3e3e3;
}

.comment {
	position: relative;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}

.comment .avatar {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-o-border-radius: 35px;
	-ms-border-radius: 35px;
	-khtml-border-radius: 35px;
	width:75px;
	height:75px;
}

#commentForm label {
	padding-left: 20px;
}

.comment h5 {
	margin: 0 0 0 100px;
	padding: 0;
	font-weight: bold;
}

.comment .date {
	margin: -5px 0 10px 100px;
	display: block;
	color: #a5a5a2;
	font-style: italic;
	font-size: .75em;
}

.comment p {
	margin: 0 0 10px 100px;
}

.comment-reply-link,
.comment-reply-login {
	margin: 0 0 0 100px;
	font-size: .95em;
}

.comment-reply {
	display: inline-block!important;
	padding: 0 0 0 10px;
}

#comment-add {
	position: absolute;
	top: -5px;
	right: 0px;
}

.moderation {
	margin: 0px;
	padding: 0 0 10px 25px;
}

#trackbacks ul {
	margin: -5px 0 15px;
}

#trackbacks ul li {
	padding: 5px 0 5px 20px;
}

/* Comment Form */

#commentForm {
	position: relative;
	margin: 30px 0 30px 0px;
}

#comments #respond {
	position: relative;
	padding: 0 0 0;
	margin: 0;
}

#respond .form-allowed-tags {
	display: none;
}

#respond form {
	margin: none;
	padding: none;
	position: relative;
}

#commentForm h3 {
	font-weight: bold;
}

.cancel-comment-reply {
	float: right;
	margin: 5px 90px 0 0;
}

#cancel-comment-reply-link {
	margin-left: 20px !important;

}

#comments textarea {
	width: 100% !important;
}

#comments input[type="text"] {
	width: 50%;
	margin-right: 20px;
}


/*////////////////////////////////////////////////////////////////////
//  10 - Pagination
////////////////////////////////////////////////////////////////////*/

.pagination {
	padding: 0 0 30px !important;
	clear: both;
	margin: 0 0 15px 0;
}

.page-template-page-portfolio-php .pagination {
	text-align: center;
	margin: 0;
	padding: 20px 0 !important;
}

.page-template-page-portfolio-php .pagination .inside {
	display: inline-block;
}

.pagination span,
.pagination a,
.pagination-prev a,
.pagination-next a,
.older-comments,
.newer-comments {
	display: block;
	float: left;
	width: auto;
	height: 24px;
	line-height: 24px;
	margin: 0 5px 0 0;
	padding: 0 8px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

.pagination-prev a:hover,
.pagination-next a:hover,
.wp-pagenavi a:hover,
.wp-pagenavi .current {

}

.pagination-prev a,
.pagination-next a {
	float: none;
	margin: 0px;
}

.pagination-prev,
.pagination-next {
	float: left;
	width: auto;
	margin: 0px;
}

.pagination-prev {
	float: right;
}

/*////////////////////////////////////////////////////////////////////
//  11 - Footer
////////////////////////////////////////////////////////////////////*/

#footer {
	background: #fff;
}

#footer .inside {
  max-width: 1040px;
  margin: 0px auto 0;
  padding: 0px 20px 0;
  }

#footer .widgetBox h3{
	color: #6a6a6a;
}

#footer .meta {
	color: #919191;
}

#footer .main {
	padding: 50px 0 10px 0;
	margin: 0 30px 0 0;
}

.footerBox{
	float: left;
	position: relative;
}

.footerBox p{
	padding: 0;
}

#footer a {
	color: #6a6a6a;
}

#footer a:hover {
	color: #47474b;
}

#footer .secondary {
	padding: 40px 0 20px;
	border-top: 1px solid #e3e0db;
}

#footer .secondary p{
}

#footer .secondary .left {
	float: left;
}

#footer .secondary .right {
	float: right;
}

.deadlineinfo {
	color: #0aaf00;
	margin-right: 10px;
}

div.wpcf7-response-output {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.green {
	color: #55b00e;
}

.woocommerce #content .product h1 {
	text-align: left;
}

.woocommerce #content ul.tabs {
	margin: 0px;
	margin-bottom: 20px;
	padding: 0;
}

.woocommerce #content ul.tabs li {
	margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
	content: none !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 300 !important;
}

.woocommerce .quantity .qty {
	width: 60px;
	text-align: center;
	display: block;
	height: 39px;
	border: 1px solid #ddd;
	font-size: 14px;
	font-family: "Open Sans";
	font-weight: 300;
}

.woocommerce ul.products li.product .price {
	font-size: 1.2em !important;
	margin: 5px 0 15px !important;
	font-weight: 300 !important;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	border: none !important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background: #fdc400 !important;
	font-size: 14px !important;
	font-family: "Open Sans";
	font-weight: 300 !important;
	color: black !important;
}

.woocommerce a.fullBtn {
	width: 100%;
	display: block;
	border-radius: 0 !important;
	text-align: center;
}

.woocommerce a.fullBtn:hover {
	color: #000 !important;
}

.woocommerce #sidebar .widgetBox {
	width: 100%;
}

.woocommerce form .form-row {
	padding: 0 !important;
}

.woocommerce-checkout #payment {
	background: #f7f7f7 !important;
	border-radius: 0 !important;
	margin-bottom: 20px;
}

.woocommerce-checkout #payment div.payment_box {
	width: 100% !important;
}

.payment_method_paypal img {
	display: none;
}

.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 0 !important;
}

.woocommerce table.shop_table {
	background: #f7f7f7;
	border: 0 !important;
	border-radius: 0 !important;
}

input#place_order {
	float: right;
}

strong.product-quantity {
  display: block;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th {
	padding-right: 10px !important;
}

.woocommerce tr.order-total {
    font-size: 20px;
    background-color: white;
}

.woocommerce tr.order-tax {
    background-color: white !important;
    color: #aaa;
}

.woocommerce #order_review {
    margin-top: 30px;
}

.woocommerce .back-to-shop {
    font-weight: 300;
    position: absolute !important;
    bottom: 2em;
}

.woocommerce .cart-collaterals {
	position: relative;
}

.woocommerce #content ul {
	margin: 0;
}


.bloglist, .bloglist li {
	list-style: none;
}


.home .wrap {
	max-width: 1200px;
}
.home .ls-wrapper .liquid-slider, .home .ls-wrapper .liquid-slider .panel{
	max-width: 1200px !important;
	width: 100%;
}

#footer .inside {
    max-width: 1240px;
}

.appointments a, .bloglist a {
	font-weight: 600;
}

.bloglist, .bloglist li {
	list-style: none;
}

.appointments li, .bloglist li {
	margin-bottom: 5px;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}

#header .inside {
}

#logo {
	display: block;
	float: none;
	max-width: 200px;
}

#logo h1 {
	float: left;
}

.liquid-slider .box {
	padding: 0 !important;
}

.box.imgonly {
    padding: 0;
}

#logo img {
	max-width: 150px;
	max-height: 50px;
}

.wrap {
    padding-top: 150px !important;
}

.ubermenu {
	position: inherit !important;
	border-top: 1px solid #eee !important;
}

.ubermenu-nav {
	float: left;
    max-width: 1200px;
}

#topNav {
	float: right;
}

#topNav > * {
	display: inline-block;
}

#topNav ul li {
	display: inline-block;
}

#topNav ul li a {
	padding: 20px 10px;
	display: block;
	font-weight: 500;
}

#mira {
    position: absolute;
    right: 10px;
    bottom: 12px;
}

#mira img {
    max-width: 100px;
}


.appointments li:last-child , .bloglist li:last-child {
    border: 0;
}

.video_container {
	position: relative;
}

.video_container, .video_container img  {
	width: 100%;
}

.video__title {
    position: absolute;
    left: 20px;
    bottom: 20px;
	display: none;
}

#neukunden {
	width: 100%;
	display: block;
	text-align: center;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #fff;
	background: #c8424d;
	font-weight: 500;
    margin-bottom: -1px;
}

.ubermenu-main .ubermenu-nav {
	max-width: 100% !important;
}

.video-block{ position: relative; padding-bottom: 56.25%; height: 0; width: 100%; overflow: hidden; }
.video-block iframe, .video-block object, .video-block embed, .video-block video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

span.superscript {
    font-size: 60%;
    position: relative;
    top: -0.5em;
}

.call-to-action {
    top: 10px;
    margin: 5px;
    background: #FDC400;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}

.call-to-action div {
    display: inline-block;
    /* padding: 5px; */
}

.call-to-action div:last-child {
    margin-left: 10px;
}

.call-to-action a {
    color: #fff;
}

.ghost{
	font-weight:400;
  	background: none;
    color: #FDC400 !important;
    border: 2px solid #FDC400;
  	padding: 8px;
}

.ghost:hover{
  border: 2px solid #333;
}

.video_container {
    width: 100%;
}

.title.align-right {
    text-align: right;
    right: 100px;
    left: inherit;
}

.title.align-bottom-right {
    text-align: right;
    right: 100px;
		bottom: 100px;
		top: inherit;
    left: inherit;
}

.one_half.style--border .column-content {
    border: 2px solid #FDC400;
    border-radius: 10px;
    padding: 30px;
		box-shadow: 0 0 30px rgba(0,0,0,.3);
}

.abbinder h2 {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    display: block;
}

.woocommerce ul.products li.product {
    clear: none !important;
    width: 33% !important;
    margin: 0 !important;
    padding: 25px !important;
}

#sidebar .widgetBox {
	width: 100%;
}

a.btn_abbinder {
    padding: 15px;
    background: var(--color);
    color: #fff;
}

.angebot.sub h3 {
    font-size: 100%;
    font-weight: 600;
    margin: 0;
    color: inherit;
}

h2.step {
    font-size: 200%;
    padding: 10px;
    background: #eee;
}

.slider_image {
  width: 100%;
}

.home .ls-wrapper .liquid-slider, .home .ls-wrapper .liquid-slider .panel {
    max-width: 100% !important;
}

.wrap, .home .wrap {
    max-width: 100%;
    padding-top: 115px !important;
}

.box .inner,
.row-inside {
    max-width: 1200px;
    margin: auto;
}

.row-inside {
    width: 100%;
}

body:not(.home) .row-inside {
 	max-width: 100%;
}

.page-template-page-landingpage .box .inner,
.page-template-page-landingpage .row-inside {
	width: 100%;
  max-width: 100%;
}


.box {
    margin-bottom: 0;
}

.one_half, .one_third, .two_third, .one_fourth, .three_fourth {
  height: 100%;
}

hr.clearfix {
  content: "";
  display: block;
  clear: both;
}

.slider_content h2 {
	margin-right: 100%;
}

.woocommerce .box {
    padding: 30px;
}

.description_tab br {
    display: none;
}

.woocommerce .wrap {
	padding: 140px 20px 20px 20px !important;
	padding: 20px 20px 20px 20px !important;
}

.woocommerce .related ul.products.columns-4 li.product {
    width: 25% !important;
    padding: 10px !important;
}

.woocommerce .related ul.products.columns-4 li.product {
    width: 25% !important;
    padding: 10px !important;
}

body:not(.woocommerce) .row {
    position: relative;
}

body:not(.woocommerce) .title {
    position: absolute;
    top: 100px;
    left: 100px;
    text-align: left;
}

body:not(.woocommerce) .title .title_container {
    background: #fff;
    display: inline-block;
    padding: 5px 10px;
    color: var(--color);
    font-weight: bold;
    font-size: 50px;
    margin-bottom: 10px;
}

body:not(.woocommerce) .title .sub_container {
    background: var(--color);
    display: inline-block;
    color: #fff;
		font-weight: 600;
    padding: 5px 10px;
    font-size: 30px;
    margin-right: 100%;
    white-space: nowrap;
}

.quantity br {
    display: none;
}

.slide_link, .slide_link a {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: block;
    background: transparent;
    z-index: 100;
}

p:empty {
    display: none;
}

.content_box_content ul.content_appointments {
    padding-left: 0 !important;
    margin-top: 10px !important;
    display: block;
}

.content_box_content ul.content_appointments a {
    font-size: 150%;
}

.page-template-page-landingpage .inner > h2,
.page-template-page-landingpage .inner > h3 {
    padding: 0 100px;
    margin: 0 auto -50px;
}

.page-template-page-landingpage h1 + h2, .page-template-page-landingpage h1 + h2 a {
    color: #fff !important;
    background: var(--color);
    padding: 0px 5px;
    display: inline-block;
		font-size: 150%;
		filter: none !important;
}

.one_half.align--center {
    text-align: center;
}

.page-template-page-landingpage .btn {
    font-size: 130%;
    margin-bottom: 10px;
    display: inline-block;
}

.page-template-page-landingpage .abbinder span {
    font-size: 130%;
}

.ls-responsive .liquid-slider .panel .panel-wrapper a,
.ls-responsive .liquid-slider .panel .panel-wrapper img {
	width: 100%;
}

#posts .post .title {
    position: static;
}

[data-type="lead"] {
  --color: #254288;
}

[data-type="grow"] {
  --color: #deaf38;
}

[data-type="share"] {
  --color: #2f7f3c;
}

[data-type="care"] {
  --color: #66186E;
}

[data-type="love"] {
  --color: #FF6900;
}

[data-type="special"] {
  --color: #000;
}

[data-type="career"] {
  --color: #CFC396;
}

.show-active {
    padding: 70px 25px 5px 25px;
    border: 2px solid #eee;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0 30px 0px rgba(0,0,0,.2);
    overflow: hidden;
}

.show-active:after {
    content: "Ihre Auswahl";
    position: absolute;
    top: 0px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px;
    right: 0px;
    color: #fff;
    width: 100%;
    background: #FDC400;
    left: 0;
    display: block;
    box-sizing: border-box;
}

.show-active .angebot:not(.active) {
    display: none;
}

.target.active .angebot.active {
	opacity: .4;
}
.target.active .angebot.active a.chose {
	display: none;
}

.target:not(:last-child) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.target h3 {
  font-weight: bold;
  color: var(--color);
}

.angebot p {
    position: relative;
    z-index: 1;
}

.angebot a {
    margin-top: 10px;
    display: inline-block;
}
.angebot {
    position: relative;
}

.show-active .angebot.active {
  background: #eee;
  padding: 20px;
  margin-bottom: 20px;
}

.show-active:empty {
    display: none;
}

.show-active p {
	display: none;
}

.show-active p {
	margin-bottom: 10px;
}


.angebot,
.angebot a,
.angebot:after {
}

.angebot a.btn:not(.chose) {
  background-color: #aaa;
  color: #fff !important;
}

.angebot a.btn {

}

.angebot.sub {
  padding-left: 20px;
  border-left: 5px solid var(--color);
  border-radius: 5px;
}

.show-active .angebot.active a.chose {
    display: none;
}

.angebot-contact {
  font-weight: bold;
}

.angebot-contact span {
    font-style: italic;
    color: var(--color);
}

.angebot-contact span:not(:empty):before {
    font-style: normal;
  	content: "für ";
 	color: #000;
}

form input.wpcf7-submit {
    width: 100%;
    padding: 20px;
    font-size: 150%;
}

.target.active {
    display: block;
}

.target[data-show="false"] {
    display: none;
}

.show-active .target {
    display: block;
}

.column.slim {
    padding-bottom: 0;
}

.boxOverview > .row-inside {
    max-width: 1200px !important;
    margin: 10px auto;
}

.notice {
  font-size: 75%;
	line-height: 140%;
}

.notice input[type="checkbox"] {
	margin: 0px !important;
	width: 15px;
}

.home .newsletter_row {
	display: none;
}

.newsletter_box {
    background: #FDC400;
    padding: 20px;
		box-shadow: 0 0 30px rgba(0,0,0,.2);
}

.newsletter_box > * {
    color: #000;
}

.newsletter_box a {
    color: #000;
    text-decoration: underline;
}

.box_image {
    width: 150px;
    float: right;
}

.newsletter_box input[type="submit"] {
	background: rgba(0,0,0,.1);
	float: none;
}

.book_column {
    width: 30%;
    float: left;
}

.form_column {
    width: 70%;
    float: right;
}

.row_inner {
    max-width: 1240px;
    padding: 50px 20px;
    margin: auto;
}

.row_inner:after {
    clear: both;
    content: "";
    display: block;
}

.desktop--hide {
	display: none;
}

.woocommerce #main {
    padding-top: 60px;
}

.woocommerce.single #main {
    padding-top: 120px;
}

.content-table > div {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.content-table {
    margin-bottom: 30px;
    text-align: center;
}

.content-table > div:first-child {
    font-weight: bold;
    border-bottom: 2px solid #eee;
}

.content-table > div > div {
    padding: 10px;
}
/*////////////////////////////////////////////////////////////////////
//  12 - Media Queries
////////////////////////////////////////////////////////////////////*/

@media only screen and (max-width: 960px) {
	.ubermenu-main .ubermenu-nav {
		background: white !important;
		margin-top: 1px !important;
	}

	.ubermenu-responsive-toggle {
		position: absolute !important;
		top: 15px !important;
		font-size: 20px;
		padding: 2px 15px !important;
		z-index: 1000 !important;
		right: 0 !important;
	}

	#header #logo {
		float: none !important;
		display: inline !important;
	}

	#logo img {
		margin: 10px 20px;
	}

	.ubermenu-responsive-default.ubermenu-responsive.ubermenu {
		margin-top: 1px !important;
		background: white;
	}
}

@media only screen and (max-width: 870px) {
	/*Column Shortcodes------------------*/
	.one_half{ width:100%; }
	.one_third{ width:100%; }
	.two_third{ width:100%; }
	.one_half,.one_third,.two_third{ position:relative; margin-right:0%; float:none;}
	.last{ margin-right:0 !important; clear:right; }
	.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}

	.slider .box {
		width: 50%;
	}

	.one_fourth {
		width: 50%;
	}

}

@media only screen and (max-width: 768px) {


	.imgonly {
		max-height: 250px;
	}

	.usp .box {
		width: 50%;
	}

	#comments { width: 100%;}


	#content.twoThirds {
		width: 100%;
		float: none;
	}

	#sidebar {
		width: 100%;
	}

	#mira {
		display: none;
	}

	#topNav {
		background: #fdc400;
    color: #fff;
	}

	#topNav .menu-item-type-custom {
    display: none;
	}

	#topNav a {
	    color: #fff;
	}

	#topNav ul li a {
    padding: 5px;
}

}

/*layouts smaller than 600px, iPhone and mobiles*/
@media only screen and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px)  {

	html {
	    -webkit-text-size-adjust: none;
	}


	p {
		line-height: 1.6em;
		font-size: .95em;
	}

	#header {
		position: absolute;
	}

	.home #header {
		margin-bottom: 20px;
	}

	#pageHead {
		margin: 0 0px 25px;
	}

	.wrap {
		padding-top: 110px !important;
	}

	.wrap, .home .wrap, .page-template-page-landingpage .wrap {
    padding-top: 60px !important;
	}

	.page-template-page-landingpage .column {
    padding: 30px !important;
	}

	.page-template-page-landingpage h2 {
    font-size: 150%;
}

.abbinder a.btn {
    display: block;
    font-size: 120%;
    margin-bottom: 20px;
}

	.title.align-left {
    top: 30px;
    left: 30px;
	}

	.title .title_container {
	    font-size: 30px !important;
	}

	.title .sub_container {
	    font-size: 18px !important;
	}

	#pageHead h1 { font-size: 1.2em;}

	.flex-direction-nav, .flex-caption { display: none !important;}

	#mainNav .sf-menu {
		display: none;
	}

	#mainNav .tinynav {
		display: block;
		margin: 0 auto;
		padding: 0;
	}

	#topNav {
    	float: none;
	}

	.mobile-toggle {
	    width: 70px;
	    display: flex;
	    flex-direction: column;
	    gap: 5px;
	    margin: 0 0 0 auto;
	    padding: 0 20px;
	}

	.mobile-toggle span {
	    display: block;
	    width: 100%;
	    height: 3px;
	    background: #000;
	}

	#header #logo {
	    display: flex !important;
	    flex-direction: row;
	    justify-content: space-between;
	    width: 100% !important;
	    max-width: 100%;
	    align-items: center;
	}

	#logo h1 {
	    float: none;
	    margin-left: 0;
	    margin-right: auto;
	}

	ul.sub-menu {
	    position: relative !important;
	    text-align: center !important;
	    background: #eee !important;
	}

	.home .slideshow .details h2 {
		font-size: 1.4em;
	}

	.home .slideshow .details p {
		font-size: 1.2em !important;
		display: none;
	}

	#comments { width: 100%;}
	.twoThirds #comments { width: 100%;}

	#content .post {
		margin-bottom: 20px;
		padding-bottom: 5px!important;
	}

	#content.twoThirds {
		width: 100%;
		float: none;
	}

	#comments {
		padding: 10px 0 0 0;
	}

	.comment h5 { font-size: .95em; }

	#sidebar {
		float: none;
		width: 100%;
		padding: 30px 20px 10px 20px !important;
	}

	.sidebarBox {
		float: left;
		margin: 0 30px 30px 0 !important;
	}

	#footer .main {
		margin: 0;
	}

	.footerBox {
		float: left;
		margin: 0 0 30px 0 !important;
	}

	.widgetBox {
		width: 100% !important;
	}

	#flickrBox .flickrImage {
		margin: 0 8px 8px 0;
	}

	.post .moreLink {
		display: none;
	}

	#footer { padding: 0 !important;}

	#footer #flickrBox .flickrImage {
		margin: 0 5px 5px 0;
	}

	#footer .secondary{
		text-align: center;
		margin: 0 10px;
	}

	#footer .secondary p{
		margin: 0px;
		padding: 0px;
	}

	#footer .secondary .left,
	#footer .secondary .right{
		float: none;
	}

	#footer .secondary .right{
		float: none;
		padding-bottom: 15px;
	}
	.login input {
		margin: 0 !important;
		min-width: 100%;
	}

	.call-to-action {
    position: fixed;
    bottom: 0;
	}

	.one_fourth {
		width: 100%;
	}

	.one_half, .one_third, .two_third, .one_fourth, .three_fourth {
		height: auto;
	}

	.one_half, .one_third, .two_third, .one_fourth, .three_fourth {
		width: 100%;
		float: none;
	}

	.box.fade {
		padding-top: 200px;
	}

	body:not(.woocommerce) .title {
		left: 30px;
		top: 30px;
	}

	.page-template-page-landingpage h2, body:not(.home) h2 {
		font-size: 1.6em;
	}

	div#header {
    box-shadow: 0 0 30px rgba(0,0,0,.4);
}

.wrap, .home .wrap,
.page-template-page-landingpage .wrap {
	padding-top: 0 !important;

}

#header {
	position: relative;
}

#content h1 {
    font-size: 20px !important;
}

body:not(.woocommerce) .title .sub_container {
    font-size: 18px !important;
		max-width: calc(100vw);
		white-space: normal;
		width: 90%;
}

.page-template-page-landingpage .inner > h2, .page-template-page-landingpage .inner > h3 {
    padding: 30px;
    margin: auto;
}

.mobile--hide {
	display: none !important;
}

.desktop--hide {
	display: block;
}

.call-to-action {
    display: none !important;
}

#topNav {
    width: 100%;
    display: block;
}

.form_column, .book_column {
    display: block;
    width: 100%;
}

.one_half.column.has-background {
    min-height: 300px;
}

.quote:before {
    margin-left: -55px;
    top: 0px;
}

.resize--mobile img {
	width: 200%;
	max-width: inherit;
	left: -50%;
	position: relative;
}

body {
	color: #000000;
}

.page-template-page-landingpage .row .inner .column:not(.style--dark) h2 {
    filter: brightness(0.5);
}

.homeSection img, .post p img, .page p img, .project img, .postThumb, div.wp-caption img {
    width: 100%;
}

.page-template-page-landingpage h1 + h2, .page-template-page-landingpage h1 + h2 a {
	font-size: 120%;
}

.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    display: block;
    width: 100% !important;
    padding: 0 !important;
}


.related.products ul.products {
    padding: 0 !important;
}
.woocommerce .related.products ul.products li.product {
    width: 100% !important;
    padding: 0 !important;
}

}

div#mainNav {
    border-top: 1px solid #eee;
}

ul#menu-landingpage-navigation {
    display: flex;
}

ul.sub-menu {
    display: none;
}

#mainNav ul a {
    padding: 15px 20px;
    display: block;
}

#mainNav ul .menu-item-has-children > a:after {
    margin-left: 10px;
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
}

ul.sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    text-align: left;
}

#mainNav ul .menu-item-has-children:hover .sub-menu {
	display: block;
}

#mainNav ul.sf-menu > li:hover,
#mainNav ul.sf-menu > li.current-menu-item {
	box-shadow: inset 0 -3px 0 #FDC300;
}

/* iPhone Portrait */
@media screen and (max-width: 480px) {

	.slider .box {
		width: 100%;
	}

}
