html {
	margin: 0;
	padding: 0;
	overflow-x: hidden; 
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	font-family: 'Lato', sans-serif;
	color: #74726f;
}
h3.standard-h3 {
	font-weight: 900;
	font-size: 27px;
}
p {
	font-size: 23px;
	line-height: 1.3;
	font-weight: 500;
	letter-spacing: 1px;
}
.clearfix {
	clear: both;
}
.page-content {
	padding: 30px 0px 0 50px;
}
.col-sidebar {
	width: 15%;
}
.col-content {
	width:85%;
}
.sidebar-logo {
	position: fixed;
	left:0px;
	top:31px;
	width: 16%;
	padding-left: 70px;
}
.sidebar-logo a {
	padding:0 0 0 20px;
	display: block;
}
.sidebar-logo img {
	width:100%;
	height: auto;
	display: block;
	margin:0 auto;
	object-fit:cover;
}
.sidebar-logo-button  {
	margin-top:98px;
}
.sidebar-logo-button a {
	display: block;
	background-color: #74726f;
	color:#fff;
	text-align: center;
	font-size: 25px;
	padding: 18px 25px 19px;
	font-weight: 900;
	letter-spacing: 1.3px;
	text-decoration: underline;
	line-height: normal;
}
.sidebar-logo-button-footer {
	margin-top: 0px !important;
	margin-bottom: 20px;
}
.sidebar-logo-button a:hover {
	background-color: #000;
}
.navbar {
    min-height: 50px;
    margin-bottom: 20px;
    border: 0px solid transparent;
    background-color: #fff;
    width: 84%;
    left:16%;
    padding-left: 10px;
}
.navbar-brand {
    height: 50px;
    padding: 10px 15px;
    line-height: normal;
}
.navbar-brand img {
	display: block;
	width: auto;
	height: 60px;
}
.navbar-nav>li>a {
    padding-top: 16px;
    padding-bottom: 15px;
    padding: 48px 70px 15px 70px;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
   letter-spacing: 1px;
}
.navbar-default .navbar-nav>li>a {
     color: #74726f;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover  {
    color: #000;
    background-color: transparent;
}
.current-menu-item a {
	 color: #000 !important;
    background-color: transparent !important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }
 .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100%;
    padding: 2px 0;
    margin: 2px 0 0;
    margin-bottom: -3px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-color: transparent;
}
.dropdown-menu>li {
	background-color: #fff;
}
.dropdown-menu>li>a {
    padding: 7px 20px;
    font-weight: 700;
    line-height: 1.4;
    color: #74726f;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #000;
    background-color: transparent;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 16px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 32px;
    height: 4px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px;
}

/* homepage slider */
#homepage-slider {
	margin-top:50px;
}
#homepage-slider .item img {
	display: block;
	width:100%;
	object-cover:fit;
}
.carousel-control.left, .carousel-control.right {
    background-image: none
}
.carousel-control {
    background-image: none;
    opacity: 1;
    position: absolute;
    margin-top: 0px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6);
    text-align: center;
}
.carousel-control img {
	opacity: .4;
}
.carousel-control:hover img {
	opacity: 1;
}
 .carousel-control:hover {
    /*color: #fff;
    filter: alpha(opacity=99);
    opacity: 1;*/
}
.carousel-control:hover img {
    padding: 10px 0px;
}
.carousel-control.right img {
    right: 0;
}
.carousel-control.left img {
    left: 0;
}
.carousel-control img {
    background-color: transparent;
    padding: 10px 0px;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -30px;
    -moz-transition: all 0.33s;
    -o-transition: all 0.33s;
    -webkit-transition: all 0.33s;
    transition: all 0.33s;
    height: auto;
}
.slider-title {
	position: absolute;
	bottom: 30px;
	width: 63%;
	left:33%;
}
.slider-title h1 {
	color: #fff;
	font-size: 52px;
	line-height: 1.17;
	text-decoration: underline;
	font-weight: bold;
}
.content-mini {
	padding: 35px 0 0;
}
.content-mini h3 {
	margin-bottom: 30px;
}
/* UNER UNS HOMEPAGE */
.uber-uns-wrapper {
	width: 59%;
	position: relative;
	margin-bottom: 100px;
}
.uber-uns-wrapper-right {
	float: right;
	margin-right: -15px;
}
.uber-uns-wrapper img {
	width: 100%;
	height: auto;
	display: block;
	object-fit:cover;
}
.uber-uns-title {
	position: absolute;
	top:30px;
	right: 30px;
	padding: 50px 25px;
	background-color: #FF00FF;
	color: #fff;
	width:172px;
}
.uber-uns-wrapper-right .uber-uns-title {
	left: 30px;
	right: auto;
}
.golden-border {
	border-style: solid;
    border-width: 5px;
    border-color: #74726F;
    position: absolute;
    width: 58%;
    left: 42%;
    bottom:0;
    padding: 50px 30px;
    margin-bottom: 50px;
}

.golden-border  a:hover .golder-border-content h4 {
	/*letter-spacing: 2px;*/
}
.golden-border  a:hover .kat-produkte-img-ab {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0, .20);
   /* display: none;*/
}
.golden-border {
	width: 58%;
    left: 42%;
   /* margin-left: 5px;*/
}
.golden-border-right {
	left: 0;
	margin-left: 15px;
	width: calc(58% - 5px);
}
.golder-border-content {
	float: right;
	width: 68%;
}
.golden-border-right-service .golder-border-content {
	float: left;
	padding-left: 50px;
}
.golder-border-content h4 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 4px;
	 -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.golder-border-content p {

}

/* FOOTER */
.footer {
	background-color: #74726F;
	padding: 50px 0 0;
}
.footer-section, .footer-section p {
	color: #fff;
}
.footer-section {
	margin-bottom: 0;
	padding-bottom: 40px;
}
.footer-section p {
	font-size: 14px;
	font-weight: 300;
}
.footer-p-email a {
	color: #74726F;
	text-decoration: underline;
}
.footer-section .footer-p-email a, 
.footer-section .footer-p-phone a, 
.footer-section .footer-p-phone a:active, .footer-section .footer-p-phone a :focus,
.footer-section .footer-p-email a:active, .footer-section .footer-p-email a :focus {
		color: #fff !important;
}
.footer-section .footer-p-phone a:hover, 
.footer-section .footer-p-email a:hover {
	color: #000 !important;
}
.contact-form-sidebar .footer-p-phone a {
	color:#74726F !important ;
}
.contact-form-sidebar .footer-p-phone a:active, .contact-form-sidebar .footer-p-phone a:hover , .contact-form-sidebar .footer-p-email a:hover {
	color: #000 !important;
}
.footer-p-email a:hover {
	color: #fff;
}
.google-map {
	padding:0;
	background-color: #fff;
}
#map-canvas {
	width: 100%;
	height: 350px;
}

/*  KONTAKT */
.content-mini-kontakt {
	padding: 52px 0 0;
}
.contact-form {
	display: block;
	padding-bottom: 200px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px 6px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #f4f4f4;
    background-image: none;
    border: 1px solid #74726F;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    font-style: italic;
}
input.form-control {
	  height: 30px;
}
.form-control:focus {
    border-color: #74726F;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075),0 0 0px rgba(102,175,233,.6);
}
.bootstrap-select .btn:focus {
    outline: none !important;
}
.form-control:hover {
	background-color: #fff;
}
.form-control:hover:not(:focus) {
	font-style:normal;
}
.form-group label {
	margin-bottom: 0px;
	font-weight: normal;
}
.submit-contact-button {
	margin-top:5px;
	border: 1px solid #74726f;
	background-color: #74726f;
	padding: 5px 97px;
	color: #fff;
	font-weight: 600;
	border-radius: 2px;
	text-shadow: none;
	text-rendering :none;
}
.submit-contact-button:hover {
	border: 1px solid #111;
	background-color: #111;
}
.contact-form-sidebar {
	padding: 5px 5px 5px 35px;
}
.contact-form-sidebar p {
	font-size: 14px;
	margin-bottom: 6px;
	color: #74726f;
}

/* PARTNER */
.parter-list {
	margin-top: 40px;
	padding-bottom: 40px;
}
.parter-list a {
	font-size: 25px;
	color: #74726f;
	font-weight: 500;
	padding: 15px 30px 15px 1px;
	display: inline-block;
	height: 100px;

}
.parter-list a:hover {
	color: #000;
	text-decoration: none;
}

/* CATEGORIES PRODUCTS */
.content-mini-products {
	padding-top: 50px;
}
.kat-produkte-img {
	float: left;
	width: 59%;
}
.kat-produkte-title {
	width: 40%;
	position: absolute;
	top: 50%;
	transform: translateX(0%) translateY(-50%);
	left:calc( 59% + 15px);
}
.kat-produkte-title-left {
	left: auto;
	right: 40%;
}
.kat-produkte-title-right {
	float:right;
}
.kat-produkte-title h3 {
	font-size: 53px;
	text-decoration: underline;
	line-height: 100%;
	font-weight: 700;
	margin-top:-100px;
}
.golden-border-produkte {
	position: absolute;
    width: 48%;
    left: 19%;
    bottom: 0;
    padding: 45px 50px 100px 50px;
    margin-bottom: 50px;
}
.golden-border-produkte-wide {
	width:53%;
	left:24%;
}
.golden-border-produkte a {
	color: #fff;
}
.golden-border-produkte a:hover {
	text-decoration: none;
}
.golden-border-produkte h4 {
	text-align: left;
	font-size: 50px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}
.golden-border-produkte .golder-border-content {
    float: none;
    width: 68%;
}
.kat-produkte-img-ab {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0, .20);
	display: none;
}
.kat-produkte-img a:hover .kat-produkte-img-ab {
	display: block !important;
}
.kat-produkte-img-right {
    float: right;
    width: 59%;
}
.golden-border-produkte-right {
	position: absolute;
    width: 49%;
    left: 32% ;
    bottom: 0;
    padding: 45px 50px 100px 50px;
    margin-bottom: 50px;
    text-align: right; 
}
.golden-border-produkte-right .golder-border-content {
	width: 100%;
}
.golden-border-produkte-right .golder-border-content h4 {
	text-align: right;
}

/* SINGLE */
.single-content-mini {
	padding-top: 45px;
}
#carousel-custom {
    height: 730px; 
    margin-bottom: 130px;
}
#carousel-custom .carousel-inner {
      height: 730px; 
}

#carousel-custom .carousel-inner .item {
    height: 601px; 
}
#carousel-custom .carousel-inner .item img {
    height: 601px;
    width: 100%;
    object-fit: cover; 
}
#carousel-custom .carousel-control1 {
    position: absolute;
    top: 50%;
    width: auto;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background-color: transparent;
    filter: alpha(opacity=90);
    opacity: .9; 
}
#carousel-custom .carousel-caption {
		bottom: 0;
		text-align: left;
		background-color: #74726F;
		color: #fff;
		left: 0;
		right: 0;
		padding: 50px 40px;
		margin-bottom: -135px;
		text-shadow: none;
}
#carousel-custom .carousel-caption h3 {
	font-size: 16px;
	font-weight: 600;
	margin:0 0 5px 0;
}
#carousel-custom .carousel-caption p {
	font-size: 13px;
	margin:0;
	font-weight: 400;
}
 #carousel-custom .carousel-indicators {
	margin: 20px 0 0;
	overflow: auto;
	position: static;
	text-align: left;
	white-space: nowrap;
	width: 100%; 
}
#carousel-custom .carousel-indicators li {
	-webkit-border-radius: 0;
	border-radius: 0;
	display: inline-block;
	margin: 0 14px 0 0 !important; 
	overflow: hidden;
	height: 65px;
	width: auto; 
	min-width: 117px;
	background-color: #fff;
	border: 1px solid #666666;
	font-size: 15px;
	line-height: 65px;
	text-indent: initial;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
#carousel-custom .carousel-indicators li.active {
	background-color: #74726F;
	color:#fff;
}
#carousel-custom .carousel-indicators li.active img {
	opacity: 1; 
}
#carousel-custom .carousel-indicators li:hover img {
	 opacity: 0.75; 
}
#carousel-custom .carousel-outer {
	 position: relative; }
}
#carousel-custom .carousel-caption {
	bottom: 0;
	text-align: left;
	background-color: #74726F;
	color: #ff00ff;
}
.single-sidebar-button {
	background-color: #74726F;
	padding: 3px 8px;
	border: 1px solid #74726F;
	color:#fff;
}
.single-sidebar-button:hover {
	background-color: #000;
	text-decoration: none;
	color:#fff;
}
.single-partner-sidebar, .single-partner2-sidebar {
	float: right;
	padding-right: 15px;
}
.single-partner2-sidebar {

}
.single .gallery , .page-template .gallery{
	display: none;
}
p {
    font-size: 23px;
    line-height: 1.37;
    font-weight: 500;
    letter-spacing: 1px;
}
.single-partner-sidebar a {
	color: #74726F;
}
.single-partner-sidebar a:hover {
	text-decoration: none;
	color: #000;
}
.service-item-right {
	margin-right:-15px;
}
.current_page_item a {
	color: #000 !important;
}


.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 22px !important;
    margin-right: 25px;
    margin-bottom: auto; 
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    width:42px;
    height: 42px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #fff; 
}
.navbar-default .navbar-toggle {
    border-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #74726f;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 1px;
    margin-bottom: 6px;
}

.footer-wrapper-m {
    padding: 50px 0 60px;
}
.box-footer {
    margin-bottom: 50px;
}


.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(255, 255, 255, 0.9);
    cursor: default;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(245,245,245, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(245,245,245, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(245,245,245, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(245,245,245, 0.3);
    box-shadow: inset 0 0 3px rgba(245,245,245, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}



#nav-icon1 span, .navbar-toggle span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 2.5px;
    width: 40px;
    background: #74726f;
    border-radius: 3.5px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    margin-bottom: 20px;
}

.navbar-toggle span:nth-child(1) {
    top: 0px;
}
.navbar-toggle span:nth-child(2), .navbar-toggle span:nth-child(3) {
    top: 11px;
}
.navbar-toggle span:nth-child(4) {
    top: 22px;
}
.navbar-toggle.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}
.navbar-toggle.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navbar-toggle.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.navbar-toggle.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}
@media (min-width:1590px) and (max-width: 1900px) { 
	.sidebar-logo-button a {
	    font-size: 20px;
	    padding: 18px 20px 19px;
	}
}

@media (min-width: 1025px) and (max-width: 1589px) {
	p {
		font-size: 17px;
	}
	.sidebar-logo {
	    padding-left: 20px;
	}
	.sidebar-logo-button a {
	    font-size: 16px;
	    padding: 15px 5px 16px;
	    font-weight: 700;
	    letter-spacing: .3px;
	    z-index: 9999999;
	}
	.navbar-nav>li>a {
	    padding-top: 16px;
	    padding-bottom: 15px;
	    padding: 48px 30px 15px 30px;
	    font-size: 16px;
	    font-weight: 900;
	}
	.slider-title h1 {
	    font-size: 35px;
	}
	h3.standard-h3 {
	    font-weight: 900;
	    font-size: 23px;
	    margin-top: 0;
	}
	.page-template-template-services .golden-border {
		position: absolute;
	    bottom:0;
	    top:0;
	    margin-top:50px;
	    height: auto;
	    margin-top:60px;
	}
	.page-template-template-services .golden-border-right {
		position: relative;
		margin-top:60px;
		padding: 50px 30px 10px;
	}
	.kat-produkte-title h3 {
	    font-size: 33px;
	}
	.golden-border-produkte {
	    position: absolute;
	    width: 74%;
	    left: 19%;
	    bottom: 0;
	    padding: 25px 30px 60px 30px;
	    margin-bottom: 50px;
	}
	.golden-border-produkte h4 {
	    font-size: 30px;
	}
	.single-sidebar-button {
		display: inline-block;
	}
	.single-partner-sidebar, .single-partner2-sidebar {
	    padding-right: 0px;
	}
}
@media (min-width: 1300px) and (max-width: 1550px) {
	.slider-title h1 {
	    font-size: 42px;
	}
	.navbar-nav>li>a {
	    padding-top: 16px;
	    padding-bottom: 15px;
	    padding: 48px 50px 15px 50px;
	    font-size: 16px;
	    font-weight: 900;
	}
}
@media (min-width: 767px) and (max-width: 1024px) {
	p {
		font-size: 17px;
	}
	.sidebar-logo {
	    padding-left: 20px;
	}
	.navbar-nav>li>a {
	    padding-top: 16px;
	    padding-bottom: 15px;
	    padding: 48px 20px 15px 20px;
	    font-size: 16px;
	    font-weight: 900;
	}
	.slider-title h1 {
	    color: #fff;
	    font-size: 27px;
	    line-height: 1.17;
	    text-decoration: underline;
	    font-weight: bold;
	}
	h3.standard-h3 {
	    font-weight: 900;
	    font-size: 23px;
	    margin-top: 0;
	}
	.golden-border{
		border-style: solid;
	    border-width: 5px;
	    border-color: #74726F;
	    position: absolute;;
	    bottom: 0;
	    padding: 50px 30px;
	    margin-bottom: 50px;
	} 
	.golden-border-right {
    	text-align: left;
    	padding-left: 10px;
	}
	.footer-section {
		padding-left: 15px;
    	width: 79%;
	}
	.sidebar-logo-button a {
	    font-size: 13px;
	    padding: 15px 5px 16px;
	    font-weight: 700;
	    letter-spacing: .3px;
	    z-index: 9999999;
	}
	.kat-produkte-title h3 {
	    font-size: 24px;
	}
	.golden-border-produkte {
	    position: absolute;
	    width: 74%;
	    left: 19%;
	    bottom: 0;
	    padding: 25px 30px 60px 30px;
	    margin-bottom: 50px;
	}
	.golden-border-produkte h4 {
	    text-align: left;
	    font-size: 23px;
	    font-weight: 700;
	    margin: 0;
	    text-transform: uppercase;
	}
	.page-template-template-services .golden-border {
		position: absolute;
	    bottom:0;
	    top:0;
	    margin-top:50px;
	    height: auto;
	    margin-top:60px;
	}
	.page-template-template-services .golden-border-right {
		position: relative;
		margin-top:60px;
		padding: 50px 30px 10px;
	}
	.page-template-template-partner .standard-h3 {
		margin-bottom: 0px;
	}
	.parter-list {
		margin-top:0px;
	}
	.parter-list a {
	    font-size: 20px;
	    padding: 15px 30px 15px 1px;
	    height: 100px;
	}
	.contact-form-sidebar {
	    padding: 5px 0px 5px 0px;
	}
	.single-partner-sidebar, .single-partner2-sidebar {
	    float: right;
	    padding-right: 0px;
	}
	.single-sidebar-button {
	    display: inline-block;
	    font-size: 16px;
	}
		#carousel-custom, #carousel-custom .carousel-inner {
	    height: 630px;
	}
	#carousel-custom .carousel-inner .item , #carousel-custom .carousel-inner .item img {
	    height: 501px;
	}
	
}



@media (max-width: 767px) {
	.page-content {
	    padding: 0;
	}
	p {
		font-size: 15px;
	}
	.navbar {
	    min-height: 75px;
	    margin-bottom: 20px;
	    border: 0px solid transparent;
	    background-color: #fff;
	    width: 100%;
	    left: 0%;
	    padding-left: 10px;
	}
	.navbar-nav>li>a {
	    padding: 15px 20px;
	}
	.col-sidebar {
		width: 100%;
		padding: 0 15px;
	}
	.sidebar-logo {
	    position: relative;
	    left: auto;
	    right: auto;
	    margin:0;
	    top: 31px;
	    width: 100%;
	    padding-left: 0;
	    overflow: hidden;
	    padding: 0 15px;
	}
	.sidebar-logo img {
		width:80%;
		margin: 0 auto;
	}
	.sidebar-logo-button {
		margin-top:20px;
	}
	.sidebar-logo-button a {
	    padding: 18px auto 19px;
	}
	.col-content {
	    width: 100%;
	    padding: 0 15px;
	}
	.slider-title {
		bottom: 20px;
	}
	.slider-title h1 {
	    color: #fff;
	    font-size: 22px;
	    line-height: 1.17;
	    margin-bottom: 0;
	}
	.carousel-control.right img {
	    margin-right: -20px;
	}
	.carousel-control.left img {
	    margin-left: -20px;
	}
	.content-mini {
	    padding: 10px 0 0;
	}
	h3.standard-h3 {
	    font-weight: 900;
	    font-size: 22px;
	    margin: 15px 0 10px;
	}
	.uber-uns-wrapper {
	    width: 100%;
	    margin-bottom: 0px;
	}
	.uber-uns-title {
	    position: absolute;
	    top: 5px;
	    right: 5px;
	    padding: 10px 15px;
	    width: auto;
	}
	.uber-uns-wrapper-right .uber-uns-title {
		position: absolute;
	    top: 5px;
	    right: 5px;
	    padding: 10px 15px;
	    width: auto;
	    left: auto;
	}
	.golden-border {
	    position: relative;
	    width: 80%;
	    left: 0%;
	    bottom: 0;
	    padding: 30px 30px 20px;
	    margin-bottom: 50px;
	    margin-top:-30px;
	    margin-left: 20%;
	}
	.golden-border-right {
	    left: 0;
	    margin-left: 0px;
	    width: 80%;
	    margin-left: 20%;
	    margin-top:-30px;
	    position: relative;
	    display: block;
	    clear: both;
	}
	.page-template-template-products .golden-border {
	    margin-top:-65px;
	}
	.uber-uns-wrapper-right {
	    float: none;
	    margin-right: 0;
	}
	.content-mini {
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer {
	    padding: 50px 15px 0;
	}
	.google-map {
	    padding: 0;
	}
	.submit-contact-button {
	    display: inline-block;
	    text-align: center;
	    width: 100%;
	}
	.contact-form {
		padding-bottom: 20px;
	}
	.golden-border {
		clear: both;
	}
	.kat-produkte-img {
	    float: none;
	    width: 100%;
	}
	.golder-border-content {
	    float: none;
	    width: 100%;
	}
	.golder-border-content h4 {
		color: #74726F; 
	    font-size: 22px;
	    font-weight: 700;
	    float: left;
	    width: 100%;
	}
	.golden-border-produkte .golder-border-content {
	    float: none;
	    width: 100%;
	}
	.kat-produkte-title-right {
	    float: none;
	    clear: both;
	}
	.kat-produkte-title {
	    width: auto;
	    position: absolute;
	    top: 35px;
	  /*  transform: translateX(0%) translateY(-50%);*/
	    left: 25px;
	    /*background-color: rgba(255,255,255, .3);*/
	}
	.kat-produkte-title h3 {
	    font-size: 23px;
	    text-decoration: underline;
	    line-height: 100%;
	    margin-top: 0px;
	    margin-bottom: 0;
	    color: #fff;
	    text-shadow: 1px 1px #333;
	}
	.golden-border-produkte-right .golder-border-content h4, .golder-border-content h4 {
	    text-align: center;
	}
	.golder-border-content h4 {
		text-align: left;
	}
	.golder-border-content .team-content , .golder-border-content .team-content p{
		font-size: 19px;
	}
	.carousel, .carousel-inner, .carousel .item, .carousel .item img {
		height: 60Vh;
	}
	.carousel .item img {
		display: block;
		width: 100%;
		object-fit: cover;
	}
	#carousel-custom {
	  margin: 0px auto 20px;
	  width: 100%;
	  height: 470px; }

	#carousel-custom .carousel-inner, #carousel-custom .item, #carousel-custom .item img {
	  height: 470px; }

	#carousel-custom .carousel-indicators {
	  margin: 10px 0 0;
	  overflow: auto;
	  position: static;
	  text-align: left;
	  white-space: nowrap;
	  width: 100%; }

	#carousel-custom .carousel-indicators li {
	  background-color: transparent;
	  -webkit-border-radius: 0;
	  border-radius: 0;
	  display: inline-block;
	  height: auto;
	  margin: 0 !important;
	  width: auto; }

	#carousel-custom .carousel-indicators li img {
	  display: block;
	  opacity: 0.5;
	  height: 80px;
	  width: auto; }

	#carousel-custom .carousel-indicators li  {
	  display: block;
	  opacity: 0.5;
	  height: 80px;
	  width: auto; 
	  overflow: hidden;
	}

	 #carousel-custom .carousel-indicators li img {
	 	display: block;
	 	width: 100%;
	 	height: auto;
	 }

	#carousel-custom .carousel-indicators li.active img {
	  opacity: 1; }

	#carousel-custom .carousel-indicators li:hover img {
	  opacity: 0.75; }

	#carousel-custom .carousel-outer {
	  position: relative; 
	}
	.service-item-right {
		margin-right: 0;
	}
	.mobile-margin-bottom {
		margin-bottom: 30px;
	}
	.navbar-default .navbar-toggle {
	    border-color: transparent;
	}
	.footer-section .footer-p-email a {
		color: #fff !important;
	}
	.footer-p-email a:hover {
		color: #000 ;
	}
	.footer-p-email a:active {
		color: #000 !important;
	}
	.single-partner-sidebar, .single-partner2-sidebar {
	    float: none;
	}
	#carousel-custom {
	    height: auto;
	}
	#carousel-custom .carousel-inner, #carousel-custom .carousel-inner .item, #carousel-custom .carousel-inner .item img {
		height: 60Vh;
		position: relative;
	}
	/*#carousel-custom .carousel-indicators {
		display: none;
	}*/
	.parter-list {
	    margin-top: 0px;
	}
	.parter-list a {
	    height: 70px;
	}
	h3.standard-h3-mobile-none {
		height: 1px;
		font-size: 1px;
		padding: 0;
		margin: 0;
	}
	.carousel-control {
		display: none;
	}
	.page-template-template-products .golden-border-produkte .golder-border-content h4 {
		color: #fff;
	}
}

@media (max-width: 350px) {
	.carousel-control img {
	    background-color: transparent;
	    padding: 10px 0px;
	    position: absolute;
	    top: 50%;
	    z-index: 5;
	    display: inline-block;
	    margin-top: -30px;
	    -moz-transition: all 0.33s;
	    -o-transition: all 0.33s;
	    -webkit-transition: all 0.33s;
	    transition: all 0.33s;
	    height: auto;
	    width: 50px;
	}
	.carousel-control.left img {
	    margin-left: 0px;
	}
	.carousel-control.right img {
	    margin-right: 0px;
	}
	.carousel-control.left img {
	    left: 0;
	}
	.slider-title {
	    position: absolute;
	    bottom: 30px;
	    width: 75%;
	    left: 15%;
	}
	.slider-title h1 {
	    font-size: 20px;
	}
	.golder-border-content {
	    float: right;
	    width: 100%;
	}
	.golden-border-right-service .golder-border-content {
	    float: right;
	    padding-left: 0px;
	}
	.uber-uns-title {
	    position: absolute;
	    top: 5px;
	    right: 5px;
	    padding: 7px 15px;
	    width: auto;
	}
	.uber-uns-title p {
	    margin-bottom: 0;
	    font-size: 14px;
	}
}





@media (max-width: 1024px) {
	.sidebar-logo-button {
		display: none !important;
	}
}	
