@import url("//fonts.googleapis.com/css?family=Roboto%3A300%2C400%2C700");
/* @import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700); */
/* @charset "UTF-8"; */

/*!
Theme Name: Musterpage
Theme URI: http://www.musterpage.ch
Author: Resign
Author URI: http://www.resign.ch
Description: Theme GIT ab 2016
Version: 9.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: V9 Theme by RESIGN.CH

This theme, like WordPress, is licensed under the GPL.
 */

/*************************************************************************/
/* Media queries vorlage */
@media only screen and (max-width: 480px) {}    /*    XS    phone 360x640 */ 
@media only screen and (max-width: 970px) {}    /*    SM    ipad portrait 768 x 1024 */ 
@media only screen and (max-width: 1100px) {}    /*   MD    ipad quer  1024 x 768 */ 
@media only screen and (max-width: 1390px) {}    /*   LG   ab 1400    netbook 1280x800, latptop 1360x768  */ 
@media only screen and (max-width: 1690px) {}    /*   LG   desktop 1680x1050, Desktop HD 1920x1080  */ 

@media only screen and (max-width: 330px) {}    /*    only iPhone 4 + 5 */

/*************************************************************************/
/* Basic for the Theme  */

html {
	position: relative;
	min-height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}
body {
	font-family: "acumin-pro",sans-serif;
	font-size: 17px;
	line-height: 170%;
	font-weight: 300;
	color: #333;
	background-color: #fff;  /* #4cbce6 */
	
}
@media only screen and (max-width: 970px) {
body {font-size: 16px;}
}

a:link, a:visited, a:active {
	text-decoration: none;
	transition: all .2s ease-in-out;
	color: #333;
}
a:focus {
	outline: none;
}
*:focus {
	outline: 0;
}
a:active, a:hover {
	outline: 0 none;
	text-decoration: none;
	color: inherit;
	transition: all .2s ease-in-out;
	opacity: .9;
}
p {
	margin-bottom: 1.5em;
}
.container {
	max-width: 1200px;
	width: 100%;
}

@media only screen and (max-width: 970px) {
.container {padding-left: 8%;padding-right: 8%;}
.modal-content .container {padding-left: 0%;padding-right: 0%;}
}
@media only screen and (max-width: 1100px) {
.container { max-width: 970px;}
}


/*************************************************************************/
/* Titel */

h1, h2, h3, h4, h5, h6 {
    font-family: "acumin-pro-condensed",sans-serif;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 800;
    margin: 15px 0 20px 0;
}
h1 {
	font-size: 90px;
}
@media only screen and (max-width: 1390px) {
	h1 {font-size: 77px;}
}
@media only screen and (max-width: 1100px) {
	h1 {font-size: 60px;}
}

h2 {
	font-size: 48px;
	color:#42a1c4
}
@media only screen and (max-width: 1390px) {
	h2 {font-size: 40px;}
}

h3 {
	font-size: 34px;
	color:#42a1c4
}
h4 {
	font-size: 18px;
	color:#42a1c4
}

h6 {
    font-size: 18px;
    font-weight: 800;
    margin: 15px 0;
}
@media only screen and (max-width: 970px) {
h1, h2, h3, h4, h5, h6 {line-height: 130%;}
h1 {font-size: 220%;}
h2 {font-size: 160%;}
h3 {font-size: 150%;}
}

.intro-txt p {
    font-size: 24px;
    font-weight: 200;
    max-width: 670px;
    line-height: 140%;
    margin: 0 auto;
}

@media only screen and (max-width: 970px) {
	.intro-txt p {
    font-size: 22px;
    line-height: 130%;
}
}

b, optgroup, strong {
    font-weight: 900;
    font-family: "acumin-pro-condensed",sans-serif;
}


/*************************************************************************/
/* Header */ 

.res-header {
	position: absolute;
	width: 100%;
	background: rgba(0,0,0, 0.0);
	z-index: 2;
}
.logo {
    position: absolute;
    font-size: 40px;
    top: 25px;
    left: 50px;
}
.logo a {
	color: #ccc;
}
.logo img {
	max-width: 230px;
	text-align: left;
}
@media only screen and (max-width: 1690px) {
	.logo img{max-width: 100%;}
}
@media only screen and (max-width: 1100px) {
	.logo img {
    max-width: 240px;
}
} 

/*************************************************************************/
/* Navigation */

.res-nav-header #navbar{
	margin-top: 55px;
	margin-right: 0px;
}

.res-nav-header .nav > li > a {
    font-family: "acumin-pro-condensed",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    padding: 3px 5px;
    margin: 0 15px;
    color: #fff;
    transition: all .3s ease-in-out;
}
.res-nav-header .navbar-default .navbar-nav>li>a:hover{  /* hover */
    border-bottom: 2px solid #42a1c4;
	color: #42a1c4;
	}
.res-nav-header .navbar-default .navbar-nav > .active > a {  /* active */
    border-bottom: 2px solid #42a1c4;
	color: #42a1c4;
}

@media only screen and (max-width: 970px) {
	.res-nav-header .navbar-default .navbar-nav>li>a:hover{
	color: #333;
    border-bottom: 0px;
	}
.res-nav-header .navbar-default .navbar-nav > .active > a {
	color: #333;
	border-bottom: 0px;
}
}



@media only screen and (min-width: 970px) {  /* hover effekt Desktop only */
.navbar-default .nav > li > a:hover, .nav > li > a:focus { 
	transform: translateY(2px);
}
}
@media only screen and (max-width: 970px) {
.res-nav-header {
    height: 60px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 15;
    padding: 0;
    background: rgba(66,161,196, .9);
    background-image: url(img/site/logo.png);
    background-size: auto 60%;
    background-repeat: no-repeat;
    background-position: center 40%;
}
.navbar-toggle {
    float: left; 
    border: 0;
	margin-right: 0px;
	margin-left: 20px;
}
.res-nav-header #navbar{
	margin-top: 0px;
	margin-right: 0px;
}
.navbar-collapse {  /* Mobile Dropdown BG */
	background: rgba(66,161,196, .96);
}
.navbar-collapse ul {
	width: 100%;
}
.navbar-nav li a { /* Mobile Dropdown Button */
	padding: 6% 0 6% 33px;
	font-size: 120%;
}
.navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
}
.res-nav-header .navbar-nav li a { /* Mobile Dropdown space */
	padding: 5% 0 5% 13px;
	border-bottom: 0px;
	font-size: 130%;
	letter-spacing: 1px;
	font-weight: 300;
}
.res-nav-header .res-nav-header .nav > li > a {  
	padding: 0;
	padding-right: 0px;
	color: inherit;
}
.res-nav-header .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
}
.res-nav-header .navbar-toggle {
    float: left; 
    border: 0;
	margin-right: 0px;
	margin-left: 20px;
}
.res-nav-header .navbar-toggle .icon-bar {  /* Mobile Icon */
    background-color: #fff;
}
.res-nav-header .navbar-nav .open .dropdown-menu li a span{ 
	margin-left: 5%;
}

}

.dropdown-menu{ 
	box-shadow: 0 5px 15px -8px rgba(149, 153, 153, 0.6);
}
.dropdown-menu > li > a { /* dropdown */
    padding: 15px 30px;
	font-weight: 300;
}
.dropdown-menu > .active > a { /* dropdown active */
    color: #000;
	font-weight: 500;
	background: rgba(200,200,200, .1); 
}


/*************************************************************************/
/*  FixedNav  */

.fadeFixNavIn {
	opacity: 1 !important;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
#fixedNav {
	position: fixed;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 1s ease;
	opacity: 0;
}
#fixedNav .res-header {
	background: rgba(66, 161, 196, 0.95);
	box-shadow: 0 5px 10px -5px rgba 149, 153, 153, 0.8;
}
#fixedNav .logo {
	padding: 0px 0 0 0px;
}

#fixedNav .logo img {
	max-width: 160px;
}

#fixedNav .res-nav-header #navbar {
    margin-top: 35px;
    margin-right: 0px;
}

#fixedNav .res-nav-header .navbar-default .navbar-nav>li>a:hover{  /* hover */
    border-bottom: 2px solid #fff;
	color: #fff;
	}
#fixedNav .res-nav-header .navbar-default .navbar-nav > .active > a {  /* active */
    border-bottom: 2px solid #fff;
	color: #fff;
}

/*************************************************************************/
/*  Homscreen Headers   */

.slogan{
	color: #FFF;
}
.slogan h2 {
	font-size: 56px;
	line-height: 100%;
	font-weight: 700;
	padding-top: 0;
	margin-top: 0;
	color: #FFF;
}
@media only screen and (max-width: 970px) {
.slogan h2 {font-size: 180%;line-height: 120%;}
}
.slogan .container{
}
.vertical-center {
	position: absolute;
	top: 51%; 
	left: 0;
	width: 100%;
	height: auto;
	z-index: 1;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}


.header-background-image{
	position: relative;
	background: url('img/site/homescreen-desktop.jpg') 50% 0 no-repeat fixed;
	background-size: cover;
	height: 100vh;
	width: 100%;
	margin: 0;
	padding: 0;
}
.headerIntroVideo.container-fluid{
	margin: 0;
	padding: 0;
}



/* --- Video Fullscreen  ---- */
.headerIntroVideo {
	height: 89vh;
	position: relative;
	overflow: hidden;
	background-color: #000;
	-webkit-clip-path: url("#parallax_slogan_01");
	-webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6vw), 0 100%); 
  	clip-path: url("#parallax_slogan_01");
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 6vw), 0 100%);
}
.headerIntroVideo:after {
    content: "";
    left: 0;
    position: absolute;
    bottom: 0vw;
    width: 100%;
    height: 6.3vw;
    background-color: #42a1c4;
	-webkit-clip-path: url("#parallax_slogan_01_after");
	-webkit-clip-path: polygon(0 6vw, 100% 0, 100% calc(100% - 6vw), 0 100%); 
  	clip-path: url("#parallax_slogan_01_after");
    clip-path: polygon(0 6vw, 100% 0, 100% calc(100% - 6vw), 0 100%);
}
@-moz-document url-prefix() { 
  .headerIntroVideo:after {
	display:none;
  }
}

@media only screen and (max-width: 1100px) {
	.headerIntroVideo:after {height: 6.6vw;}
}
@media only screen and (max-width: 970px) {
	.headerIntroVideo:after {height: 7.6vw;}
} 


.headerIntroVideo .slogan h1 {
    max-width: 750px;
    margin-bottom: 52px;
}
@media only screen and (max-width: 1290px) {
	.headerIntroVideo .slogan h1 {font-size: 64px; max-width: 520px;margin-bottom: 32px; line-height: 110%;}
} 
@media only screen and (max-width: 970px) {
	.headerIntroVideo .slogan h1 {max-width: 520px;margin-bottom: 12px;margin-top: 0px;}
}

.headerIntroVideo .slogan h3 {
   color: #fff;
}

@media only screen and (max-width: 970px) {
	.headerIntroVideo .slogan h3 {margin: 0px;}
}

#home .login,
.footerBoxes .login {
	padding: 8px 15px;
}

video {
	width: 100%;
	height: auto;
	border: none;
}
/*.fullscreenVideo  .videoScale {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	transform: translateX(-50%) translateY(-50%);
	transition: 1s opacity;
	background-color: #000;
}*/


/*************************************************************************/
/*  Parallax   */

.parallaxCSS {
	position: relative;
	background: url('img/site/parallax.jpg') 50% 0 no-repeat fixed;
	background-size: cover;
	height: 475px;
	margin: 60px 0;
	-webkit-clip-path: url("#home_parallax_clip_01");
	-webkit-clip-path: polygon(0 6vw, 100% 0, 100% calc(100% - 6vw), 0 100%); 
  	clip-path: url("#home_parallax_clip_01");
    clip-path: polygon(0 6vw, 100% 0, 100% calc(100% - 6vw), 0 100%);
}
parallaxCSS .slogan h2 {
}
@media only screen and (max-width: 1390px) {
.parallaxCSS {background-attachment: scroll; height:280px;}
}

@media only screen and (max-width: 970px) {
	.parallaxCSS {height: 200px;}
}



.parallax-slim {
	position: relative;
	background: url('img/site/parallax.jpg') 50% 0 no-repeat fixed;
	background-size: cover;
	height: 125px;
}

@media only screen and (max-width: 1390px) {
.parallax-slim {background-attachment: scroll;height: 125px; margin-top: 0px;}
}


.parallax-kontakt {
	position: relative;
	background: url('img/site/parallax-kontakt.jpg') 50% 0 no-repeat fixed;
	background-size: cover;
	margin: 60px 0;
	-webkit-clip-path: url("#kontakt_1");
	-webkit-clip-path: polygon(0 6vw, 100% 0, 100% calc(100% - 6vw), 0 100%); 
  	clip-path: url("#kontakt_1");
    clip-path: polygon(0 6vw, 100% 0, 100% calc(100% - 6vw), 0 100%);
}


@media only screen and (max-width: 1390px) {
.parallax-kontakt {background-attachment: scroll; margin-top: 0px;}
}

/*************************************************************************/
/* Page Layouts & Content  */


.res-content {
    padding-top: 0px;
}

.home .res-content {
    padding-top: 0px;
}

.content-layout{
}
.page-header {
    margin: 46px 0 33px;
    padding: 0;
    border: 0px;
}

/* Home 
.home .res-header, .page-template-page-template .res-header {
	position: absolute;
	z-index: 3; 
	background: transparent;
	color:#fff;
}
@media only screen and (max-width: 970px) {
.home .res-header, .page-template-page-template .res-header { color:#000;}	
}
*/

.home-intro p {
    font-size: 21px;
    line-height: 150%;
}
@media only screen and (max-width: 1100px) {
	.home-intro p {font-size: 16px;line-height: 145%;}
} 
@media only screen and (max-width: 970px) {
	.home-intro p {font-size: 100%;line-height: 160%;}
}

.res-content section {
		margin: 0px 0;
}
@media only screen and (max-width: 970px) {
.res-content{padding-top: 0px;}
.home .res-content{padding-top: 0px;}
}



/*************************************************************************/
/*  Postbox   */

.postBox{
}
.postImg{
	transition: all 0.4s ease-in-out;
}
.postImg:hover{
	opacity:  .85;
}
#team .postImg:hover{
	opacity: 1;
}

.postImg img{
	width: 100%;
	height: auto;
}
.postContent{
}

/*************************************************************************/
/*  PostMag - Height JS set   */

.postMag .postBox{
}
.postMag .postContent h2{
	font-size: 170%;
}
.postMag .postContent{
}
.postShowMore{
	padding: 15px 0 60px 0;
	font-size: 90%;
}
.postMagModal {
}

/*************************************************************************/
/*  Modalbox  */

.modal {
	overflow-y: hidden;
}
.modal-content {
	background: rgba(255,255,255, 1.0);
}

.modal .postBox {
	overflow: hidden;
	padding: 0;
	right: 0;
	margin-top: 0;
}
.modal h2 {
	margin-top: 0;
	max-height: 100%;
}
.modal-body .breadcrumb {
	display: none;
}
.modal-dialog {
	max-width: 980px;
	width: 90%;
	margin: 30px auto;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #000;
}
.modal-backdrop.in {
	opacity: .8;
}
.close-modal {
	top: 25px;
	right: 25px;
	width: 75px;
	background-color: transparent;
	cursor: pointer;
}
.close-modal:hover {
	opacity: .3;
}

/*************************************************************************/
/*  focus Modal Posts  */

.focusModal .postContent h2 {
	font-size: 220%;
	font-weight: 700;
	line-height: 110%;
	text-transform: uppercase;
}
.focusModal .postImg {
	margin-top: 10px;
	overflow: hidden;
	width: 90%;
	max-height: 283px;
}
.focusModal  .postImg:hover{
	opacity:  1.0;
}


/*************************************************************************/
/*  Single Content page  */

.singleContent .postBox{
	overflow: hidden;
}
.singleContent .postImg{
	width: 100%;
	max-width: 330px;
	float: right;
	margin-left: 4%;
}
.singleContent .postContent{
}

.singleContent {
    padding-top: 110px;
}
@media only screen and (max-width: 970px) {
	.singleContent {padding-top: 50px;}
}



/*************************************************************************/
/* Buttons */


.btn-login {
    font-family: "acumin-pro-condensed",sans-serif;
    font-weight: 800;
    background-color: #fff;
    border-color: #c9c9c9;
    text-transform: uppercase;
    border: 1px solid #c9c9c9;
    color: #000 !important;
    padding: 8px 25px 8px 25px;
    margin-top: 10px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.btn {
    border: 1px none;
    border-radius: 1px;
    font-size: 18px;
    margin: 0 0 1%;
    padding: 10px 25px 10px 25px;
    position: relative;
}
@media only screen and (max-width: 480px) {
	.btn {
    font-size: 16px;
}
} 


.headerIntroVideo .btn-default {
    background-color: transparent;
    border-color: #fff;
    border: 1px solid #fff;
    color: #fff !important;
}
.btn-default {
	font-family: "acumin-pro-condensed",sans-serif;
	font-weight: 800;
    background-color: #fff;
    border-color: #c9c9c9;
	text-transform:uppercase;
    border: 1px solid #c9c9c9;
    color: #000 !important;
	padding: 10px 0px 10px 25px;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
    background-color: rgba(255, 255, 255, 0.14);
    border-color: #c9c9c9;
}

.btn-default i {
	color:#fff;
	}

.btn-default:after {
    content: "";
    background-color: #42a1c4;
    border: 1px none;
    padding: 10px 25px;
	margin-left: 10px;	
	-webkit-clip-path: url("#button_after");
	-webkit-clip-path: polygon(0% 0%,100% 0%,100% 350%,0% 0%);
  	clip-path: url("#button_after");
    clip-path: polygon(0% 0%,100% 0%,100% 350%,0% 0%);
}
.btn-default[disabled]:hover{
	background-color: transparent;
}

#daten-uploaden .hochladen .form-group:after {
    content: "\f093";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    font-size: 18px;
    text-decoration: inherit;
    position: absolute;
    top: 0px;
    right: 25px;
    clip-path: polygon(0% 0%,100% 0%,100% 350%,0% 0%);
    background-color: #42a1c4;
    padding: 10px 25px 7px 25px;
    border-bottom: 1px solid #42a1c4;
}


@media only screen and (max-width: 970px) {
	#daten-uploaden .hochladen .form-group:after {right: 15px;}
} 
@media only screen and (max-width: 480px) {
	#daten-uploaden .hochladen .form-group:after {right: 15px;}
} 

.img-responsive.icons {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    z-index: 1;
}
.btn i {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    z-index: 1;
}
.btn-primary {
	background-color: transparent;
	border: 1px solid #dedede;
	color: #000 !important;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color: transparent;
	opacity: .5;
}
.btn-lg{
	letter-spacing: 1px;
	font-size: 143%;
	padding: 16px 40px;
	margin-bottom: 30px;
}


.headerIntroVideo .btn-spezial {
    background-color: #42a1c4;
    border-color: #fff;
    border-left: 0px solid #fff;
    border-bottom: 0px solid #fff;
    border-top: 5px solid #42a1c4;
    border-right: 0px solid #fff;
    height: 46px;
    color: #fff !important;
}
/*.btn-spezial {
    font-family: "acumin-pro-condensed",sans-serif;
    font-weight: 800;
    margin-left: -25px;
    clip-path: polygon(0% 0%,100% 0%,100% 350%,0% 0%);
    background-color: #42a1c4;
    border-color: #c9c9c9;
    text-transform: uppercase;
    border-left: 0px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	border-top: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
    color: #fff !important;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}


.btn-spezial:hover, .btn-spezial:focus, .btn-spezial:active {
	background-color: #5ab0d0;
}*/

.btn-secondary {
	font-family: "acumin-pro-condensed",sans-serif;
	font-weight: 800;
    background-color: #fff;
    border-color: #c9c9c9;
	text-transform:uppercase;
    border: 1px solid #c9c9c9;
    color: #000 !important;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background-color: rgba(255, 255, 255, 0.14);
    border-color: #c9c9c9;
}

.btn-default, .btn-default.active, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus, .btn-default:active, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .btn-default:focus, .btn-default:hover, .open>.dropdown-toggle.btn-default, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    color: #fff;
    background-color: transparent;
    border-color: #666;
}
/*************************************************************************/
/*  Impressum Page  */

#impressum {
	font-size: 12px;
	font-weight: 300;
	line-height: 180%;
	padding-bottom: 60px;
}
#impressum h3 {
	font-size: 24px;
	padding-bottom: 10px;
	margin-bottom: 0;
}

@media only screen and (max-width: 970px) {
#impressum h3 {font-size: 20px;}
}




/*************************************************************************/
/* Footer */
.res-footer {
	font-size: 90%;
	line-height: 160%;
	position: relative;
	bottom: 0;
	width: 100%;
	clear: both;
	background-color: #fff;
	color: #000;
}
.res-footer a{
	color: #000;
}
.res-footer .container{
	margin-top: 20px;
	padding-top: 20px;
}

.footerBoxes {
    border-bottom: 6px solid #42a1c4;
}

.res-footer .footerBox h4 {
    font-weight: 800;
    margin: 15px 0 10px 0;
}

.res-footer .footerBox ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}
.res-footer .footer-rights {
    font-size: 80%;
    color: #999;
    margin-top: 60px;
}
.res-footer .footer-rights a {
	color: #999;	
}

@media only screen and (max-width: 970px) {
.res-footer .footer-rights{ margin-top: 30px;}
}

#res-footer-Mailing .res-footer-Formmailing {  /* form-button */
	width: 45%;
	height: 42px;
	margin-right: 10px;
	margin-top: 0;
	float: left;
}
.footer-big-kontaktinfo{
	margin-top: 80px;
}
.footer-big-Title h3{
	font-size: 260%;
}
.footer-big-Title span{
	font-weight: 700;
}
.footer-big-formular{
    margin-top: 30px;
}
.footer-big-formular form .form-group input {
    border: none;
    box-shadow: none;
    height: 75px;
    padding: 30px 15px;
}
.footer-big-formular form .form-group textarea{
    border: none;
    box-shadow: none;
	min-height: 250px;
    padding: 15px;
    margin-bottom: 30px;
}

.page-template-page-auftrag .form-group {
    margin-bottom: 20px;
}

/*************************************************************************/
/* Formulare  */

.form-control {
    transition: all .1s ease;
    background-color: #fff;
    border: 1px solid #ccc;
}
 .form-control::-webkit-input-placeholder {
	 color: #555;
	 font-weight: 400;
	 font-size: 16px;
}
 .form-control:-moz-placeholder {
	 color: #555;
	 font-weight: 400;
	 font-size: 16px;
}
 .form-control::-moz-placeholder {
	 color: #555;
	 font-weight: 400;
	 font-size: 16px;
}
 .form-control:-ms-input-placeholder {
	 color: #555;
	 font-weight: 400;
	 font-size: 16px;
}
.kontakt-formular{
}
.kontakt-adresse{
}

/*************************************************************************/
/*  Google Maps  */

#googleMapsBox {
    width: 100%;
    height: 100vh;
}
#googleMaps {
	padding: 0px;
}

section.googleMaps {
    clip-path: polygon(0 6vw, 100% 0, 100% calc(100% - 6vw), 0 100%);
}

#standortKontakt {
}

#standortKontakt .postContent {
    background-color: #fff;
    padding: 15px 30px;
}
@media only screen and (max-width: 1100px) {
	#standortKontakt .postContent {min-height: 507px;}
} 


@media only screen and (max-width: 970px) {
	#standortKontakt.postMag .postBox {
    margin-bottom: 20px;
}
}

/*************************************************************************/
/*  Mailing Newsletter */

#newsletterbox {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
#mailing-alert-success{
	margin-top: 15px;
}


/*************************************************************************/
/*  in Style Gallery -  wp-includes / media */

.gallery{
	display: inline-block;
	clear: both;
	width: 100%;
}
.gallery-item { 
	width: 33%;
	float: left;
	margin-left: 3px;
	margin-bottom: 5px;
} 
.gallery-item img{
	width: 100%;
	height: auto;
} 
.gallery-item .landscape{
	max-height: 200px;
	overflow: hidden;
} 
.gallery-item .portrait{
	max-height: 200px;
	overflow: hidden;
} 



/*************************************************************************/
/*  imagelightbox */
	#imagelightbox-close:before, 
	#imagelightbox-close:after {
		background-color: #eee;
	}
	#imagelightbox-close {
		background-color: transparent;
		z-index: 9999;
	}
	#imagelightbox-close {
		border: 0px;
	}
	#imagelightbox-close:hover {
		background-color: transparent;
		background: rgba(0,0,0, .8) 0%;
	}


/*************************************************************************/
/*  General Basic Elements Wordpress  */

/*  onTop  */
#navOnTop {
	height: 40px;
	width: 40px;
	background: rgba(0,0,0, .0);
	display: none;
	position: fixed;
	z-index: 9999;
	overflow: hidden;
	bottom: 3%;
	right: 2%;
	color: #000;
	border-radius: 0px;
	padding-left: 11px;
	padding-top: 12px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
@media only screen and (max-width: 480px) {
#navOnTop { padding-left: 12px;padding-top: 13px;}
}

#navOnTop:hover {
	opacity: 0.8;
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}
#navOnTop .arrow-up {
	width: 16px;
	height: 16px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}
#navOnTop .arrow-up:hover {
	width: 18px;
	height: 18px;

}
.arrow-up {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	-moz-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
.arrow-down {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.arrow-right {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow-left {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.arrowWhite {
	border-top: 1px solid white;
	border-right: 1px solid white;
}
.arrow-left:hover, .arrow-right:hover, .arrow-down:hover, .arrow-up:hover {
	width: 24px;
	height: 24px;
}
.scrollSkipper {
	width: 40px;
	margin: 0 auto;
	padding: 30px 0;
}
.scrollLink{ 
}
.nextSection .arrowDown{
    display: block;
    margin: 0 auto;
    font-size: 30px;
    width: 50px;
    height: 50px;
    border-radius: 60px;
    text-align: center;
    line-height: 47px;
    border: 1px solid #ccc;
    transition: all .4s ease-in-out;
}
.arrowDown a{
    color: #ccc;
}
.xClose {
	display: inline-block;
}
.xClose .lr {
	z-index: 1051;
	width: 1px;
	height: 30px;
	margin-left: 45px;
	background-color: #666;
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.xClose .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 30px;
	background-color: #666;
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.moreIcon {
	width: 30px;
	margin: 0 auto;
}
.moreCollapse {
	width: 30px;
	margin: 0 auto;
}
.breadcrumb {
	background-color: transparent;
	padding-left: 0;
	clear: both;
}
.socials i{
	padding: 40px 0;
	transition: all .3s ease-in-out;
}
.socials a:hover i {
	opacity: 0.4;
	transform: scale(1.4);
}

.imageZoomer img {
	width: 100%;
	height: auto;
	max-width: 100%;
	display: block;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.imageZoomer img:hover {
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.postContent table td,.postContent table td * {
    vertical-align: top;
	padding-top: 6px;
}

/*************************************************************************/
/*  Tabs */
.tabs .nav-tabs {
	margin-bottom: 30px;
}
@media only screen and (max-width: 970px) {
.tabs .nav-tabs li {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #ddd;
}
}
.tabs .nav-tabs li.active {
	border-bottom-color: transparent;
}

@media only screen and (max-width: 970px) {
.tabs .nav-tabs li.active {
	border-bottom-color: #ddd;
}
}
.tabs .nav-tabs li.active a {
	border-bottom-color: transparent;
}

@media only screen and (max-width: 970px) {
.tabs .nav-tabs li.active a {
	border: 0;
}
}

@media only screen and (max-width: 970px) {
.tabs .nav-tabs li.active a:hover {
	border: 0;
}
}
.tabs .nav-tabs li:hover a {
	border-bottom-color: transparent;
}

@media only screen and (max-width: 970px) {
.tabs .nav-tabs li a {
	padding-left: 0;
}
}
.tabs .nav-tabs li a:hover {
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	background-color: transparent;
}

@media only screen and (max-width: 970px) {
.tabs .nav-tabs li a:hover {
	border: 0;
}
}
.tabs .nav-tabs li a:focus {
	background-color: transparent;
}

@media only screen and (max-width: 970px) {
.tabs .nav-tabs li a:focus {
	border: 0;
}
}
.tabs .tab-content .postImg {
	min-height: 240px;
	overflow: hidden;
}
.tabs .tab-content .postImg img {
	max-width: 100%;
	height: auto;
}


/*************************************************************************/
/*  Second-Navigations Tabs */

.secondNav .nav-tabs {
	border-bottom: 0;
}
.secondNav .nav-tabs li {
	width: 100%;
}
.secondNav .nav-tabs li.active a {
	border: 0;
	border-bottom: 1px solid #ddd;
}
.secondNav .nav-tabs li a {
	border: 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 2px;
	padding-left: 0;
}
.secondNav .nav-tabs li a:hover {
	border: 0;
	border-bottom: 1px solid #ddd;
	background-color: transparent;
}
.secondNav .nav-tabs li a:focus {
	background-color: transparent;
}

@media only screen and (max-width: 970px) {
.secondNav .tab-content {
	margin-top: 30px;
	padding-left: 0;
	padding-right: 0;
}
}
.secondNav .tab-content .postContent h2 {
	margin-bottom: 20px;
}



/*************************************************************************/

/*  Home  */

.projektraum {
    position: absolute;
    top: -48%;
    right: 20%;
    background-color: #42a1c4;
    padding: 20px 35px 50px 35px;
    width: 300px;
}
@media only screen and (max-width: 1100px) {
	.projektraum {max-width: 304px;top: 13%;right: 3%;}
} 
@media only screen and (max-width: 999px) {
	.projektraum {top: 16%;}
}
@media only screen and (max-width: 780px) {
	.projektraum { position: relative; width: 90%; margin-left: 30px; height: auto; max-width: 90%;}
}

/*
@media only screen and (max-width: 480px) {
.projektraum {max-width: 154px;top: 10.5%;right: 20px;left: inherit;}
} 
*/

.projektraum input {
    width: 100%;
}


.projektraum h4 {
	color:#fff;
}


/*  Aktuelles  */

section#aktuelles {
    background-color: #dddddd;	
	-webkit-clip-path: url("#home_aktuelles");
	-webkit-clip-path: polygon(0 6vw, 100% 0, 100% calc(100% - 6vw), 0 100%); 
  	clip-path: url("#home_aktuelles");
    clip-path: polygon(0 6vw, 100% 0, 100% calc(100% - 6vw), 0 100%);
}
#aktuelles .row.postBox { 
    background-color: #fff;
    margin-bottom: 25px;
}

#aktuelles .postContent  h3 {
    color: #000;
}

#aktuelles .postImg img {
    width: 70%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-right: 30px;
}
@media only screen and (max-width: 970px) {
	#aktuelles .postImg img {margin-top: 0px;margin-bottom: 44px;padding-right: 0px;}
}


#aktuelles .postContent {
    padding: 20px 0 20px 15px;
}



/*  Team  */

section#team .row {
    position: relative;
    background: url(img/site/parallax-team.jpg) 50% 0 no-repeat fixed;
    background-size: cover;
    /* height: 475px; */
    margin: 0px 0px -6vw 0px;
	-webkit-clip-path: url("#team_1");
	-webkit-clip-path: polygon(0 5vw, 100% 0, 100% calc(100% - 6vw), 0 99%); 
  	clip-path: url("#team_1");
    clip-path: polygon(0 5vw, 100% 0, 100% calc(100% - 6vw), 0 99%);
}

section#team .row p {
    color: #42a1c4;
}

section#team .row a {
	font-weight: 600;
}


section#team .row:nth-child(even) {
    background: url(img/site/parallax-team-2.jpg) 50% 0 no-repeat fixed;
	background-size: cover;
}

section#team .row:nth-child(even) h2 {
    color: #fff;
}

section#team .row:nth-child(even) p {
    color: #fff;
}

section#team .row:nth-child(even) a {
    color: #fff;
	font-weight: 600;
}





section#team .row .container.well-top-lg {
	padding-top: 160px;
	}
	
@media only screen and (max-width: 1100px) {
	section#team .row .container.well-top-lg {padding-top: 100px;}
} 
	
@media only screen and (max-width: 970px) {
	section#team .row .container.well-top-lg {padding-top: 40px;}
} 


section#team .row:after {
    content: "";
    left: 0;
    position: absolute;
    bottom: 0vw;
	z-index:999;
    width: 100%;
    height: 6.3vw;
	margin-bottom:-6.3vw;
    background-color: #42a1c4;
	-webkit-clip-path: url("#team_2");
	-webkit-clip-path: polygon(0 6vw, 100% 0, 100% calc(100% - 6vw), 0 100%); 
  	clip-path: url("#team_2");
    clip-path: polygon(0 6vw, 100% 0, 100% calc(100% - 6vw), 0 100%);
}


@-moz-document url-prefix() { 
  section#team .row {
	margin: 0px 0px -8vw 0px;
  }
	@media only screen and (max-width: 1690px) {
 section#team .row {margin: 0px 0px -10vw 0px;}
}
	@media only screen and (max-width: 1390px) {
  section#team .row {margin: 0px 0px -11vw 0px;}
}
	@media only screen and (max-width: 1100px) {
  section#team .row {margin: 0px 0px -12vw 0px;}
}
  section#team .row:after {	
    height: 0vw;
	}
	
}

section#team .row a {
	color: #42a1c4;
	}

#team .team-txt {
	margin-top:60px;
	}
	
@media only screen and (max-width: 1100px) {
	#team .team-txt {margin-top: 20px;}
} 
@media only screen and (max-width: 970px) {
#team .team-txt {
    margin-top: 0px;padding-bottom: 60px;
}
}



/*  Preise  */

section#preisliste {
    background-color: #dddddd;
	-webkit-clip-path: url("#preisliste_1");
	-webkit-clip-path: polygon(0 6vw, 100% 0, 100% calc(100% - 6vw), 0 100%); 
  	clip-path: url("#preisliste_1");
    clip-path: polygon(0 6vw, 100% 0, 100% calc(100% - 6vw), 0 100%);
}

.preis-content {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 15px 30px;
    line-height: 220%;
}
@media only screen and (max-width: 1100px) {
	.preis-content {margin-left: 0px !important;}
} 

b {
    line-height: 340%;
}

 #preisliste h3 {
    border-bottom: 1px solid #aaaaaa;
    margin-bottom: 0;
    padding-bottom: 30px;
}

 #preisliste drucker:before {
	line-height: 340%;
	font-family: "FontAwesome";
    content: "\f02f";
	margin-right:10px;
}

#preisliste plus:before {
    line-height: 340%;
    font-family: "FontAwesome";
    content: "\f196";
    margin-right: 10px;
}

 #preisliste drucker {
	line-height: 340%;
	font-weight:800;
}

 #preisliste plus {
	 margin-top:10px;
	line-height: 340%;
	font-weight:800;
}

#lieferung {
    background-color: #eee;
	-webkit-clip-path: url("#auftrag_1");
	-webkit-clip-path: polygon(0 6vw, 100% 0, 100% calc(100% - 6vw), 0 100%); 
  	clip-path: url("#auftrag_1");
    clip-path: polygon(0 6vw, 100% 0, 100% calc(100% - 6vw), 0 100%);
	min-height: 700px;
}
@media only screen and (max-width: 1100px) {	
	#lieferung {min-height: 0px;}
}

div#auftrag-abschliessen {
    background-color: #eee;
	-webkit-clip-path: url("#auftrag_2");
	-webkit-clip-path: polygon(0 6vw, 100% 0, 100% calc(100% - 6vw), 0 100%); 
  	clip-path: url("#auftrag_2");
    clip-path: polygon(0 6vw, 100% 0, 100% calc(100% - 6vw), 0 100%);
}


#daten-uploaden .form-group {
    margin-bottom: 35px;
}
@media only screen and (max-width: 970px) {
	#daten-uploaden .form-group {
    margin-bottom: 5px;
}
} 
@media only screen and (max-width: 970px) {
	.filerow {
		padding-bottom: 35px;}
	} 


#daten-uploaden .hochladen .text-center:after {
    content: "\f093";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    font-size: 18px;
    text-decoration: inherit;
    position: absolute;
    top: 0px;
    right: 15px;
    clip-path: polygon(0% 0%,100% 0%,100% 350%,0% 0%);
    background-color: #42a1c4;
    padding: 8px 25px;
    border-bottom: 1px solid #42a1c4;
}







#daten-uploaden .form-control:before {
	position:absolute;
    font-family: "acumin-pro-condensed",sans-serif;
    font-weight: 800;
    margin-left: -25px;
    clip-path: polygon(0% 0%,100% 0%,100% 350%,0% 0%);
    background-color: #42a1c4;
    border-color: #c9c9c9;
    text-transform: uppercase;
    border-left: 0px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
    color: #000 !important;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
	border: 1px none;
    border-radius: 1px;
    font-size: 18px;
    margin: 0 0 1%;
    padding: 10px 25px;
	display: inline-block;
}


.number {
    width: 50px;
    height: 50px;
    font-size: 25px;
    margin-bottom: 20px;
    line-height: 45px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #42a1c4;
    color: #42a1c4;
}


/*  Custom CSS  */

.margin-top {
    margin-top: 100px;
}
.margin {
    margin-top: 100px;
	margin-bottom: 100px;
}
@media only screen and (max-width: 970px) {
	.margin {
    margin-top: 20px;
    margin-bottom: 20px;
}
}    /*    SM    ipad portrait 768 x 1024 */ 

.footerBoxes .margin {
    margin-top: 50px;
    margin-bottom: 50px;
}
@media only screen and (max-width: 970px) {
	.footerBoxes .margin {margin-top: 10px; margin-bottom: 10px;}
}


.padding {
    padding-top: 6vw;
    padding-bottom: 10vw;
}
.small-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}
@media only screen and (max-width: 970px) {
	.small-padding {padding-top: 30px;padding-bottom: 30px;}
}


.slim-text {
    max-width: 650px;
    margin: 0 auto;
}

section {
	background-color:#fff;
}

@media only screen and (max-width: 970px) {
	
.footerBox {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 0px;
}
}


#auftrag-abschliessen .form-control {
    transition: all .1s ease;
    background-color: rgba(202, 143, 143, 0);
    border: 1px solid #ccc;
}


/*************************************************************************/
/*  Well padding Grid */

.well{
	padding: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}
.well-sm{
	padding-top: 30px;
	padding-bottom: 30px;
}
.well-md{
	padding-top: 60px;
	padding-bottom: 60px;
}
@media only screen and (max-width: 970px) {
	.well-MD {padding-top: 40px;}
}
.well-lg {
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 0;
    padding-right: 0;
}
@media only screen and (max-width: 970px) {
	.well-lg {padding-top: 45px;padding-bottom: 45px;}
}


.well-top{
	padding-top: 15px;
}
.well-top-sm{
	padding-top: 30px;
}
.well-top-md{
	padding-top: 60px;
}
.well-top-lg{
	padding-top: 90px;
}
@media only screen and (max-width: 970px) {
	.well-top-lg {padding-top: 45px;}
}

	
	
.well-bottom{
	padding-bottom: 15px;
}
.well-bottom-sm{
	padding-bottom: 30px;
}
.well-bottom-md{
	padding-bottom: 60px;
}
.well-bottom-lg{
	padding-bottom: 90px;
}
@media only screen and (max-width: 480px) {
	.well-bottom-lg {padding-bottom: 40px;}
} 	

/*----- Form CSS ------*/

.innerCont{
	max-width: 1200px; 
	width: 100%; 
	margin: 0 auto;
	z-index: 99999;
}

/*---- Checkboxen -----*/
.checkbox label {
    padding-right: 30px;
    padding-left: 30px;
}
@media only screen and (max-width: 970px) {
	.checkbox label {padding-right: 0px;padding-left: 0px;}
}
@media only screen and (max-width: 480px) {
.checkbox label {
    font-size: 18px;
    display: block;
    padding-bottom: 15px;
    text-align: center;
}
}

.checkbox label:after{
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    float: left;
    margin-right: .5em;
    border-radius: 1em;
    border: 1px solid #ccc;
    margin-top: 7px;
    background-color: rgba(255, 255, 255, 0);
}
@media only screen and (max-width: 970px) {
	.checkbox .cr {
    width: 1em;
    height: 1em;
    float: none;
    margin-right: .5em;
    margin-top: 1px;
}
}

.checkbox .cr .cr-icon{
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}
.checkbox label input[type="radio"],
.checkbox label input[type="checkbox"]{
    display: none;
}
.glyphicon-ok:before {
    display: block;
    color: #42a1c4;
}

.checkbox label input[type="radio"] + .cr > .cr-icon,
.checkbox label input[type="checkbox"] + .cr > .cr-icon{
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
    color: #fff;
}

.checkbox label input[type="radio"]:checked + .cr > .cr-icon,
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
    margin-left: 0px;
    margin-top: -2px;
    padding-left: 0px;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon


.checkbox label input[type="radio"]:disabled + .cr,
.checkbox label input[type="checkbox"]:disabled + .cr{
    opacity: .5;
    padding-left: 0px;
}

/* ---- Select ---- */
select .form-control.objects {
}


@media only screen and (max-width: 480px) {
	.kontakt-formular .checkbox .text-center {
    text-align: left;
}
} 

.moreAuftrag{
	text-align: center;
}
.moreAuftragButton {
	margin: 0 auto;
	display: inline-block;
}
.moreAuftragButton:hover{
	cursor: pointer;
	opacity: 0.7;
}

/*** FileUpload field ***/



.fileContainer {
    overflow: hidden;
    position: relative;
}

.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0.5);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

/* Example stylistic flourishes */

.fileContainer {
    background: #fff;
    opacity: 1;
    display: inline-block;
    height: 45px;
    -webkit-clip-path: polygon(0% 0%,0% 100%,100% 100%,91% 0%);
    clip-path: polygon(0% 0%,0% 100%,100% 100%,91% 0%);
    float: left;
    width: 79%;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
    line-height: 2;
    border: 1px solid #ccc;
}

@media only screen and (max-width: 970px) {
	.fileContainer{width:100%;} 
}
@media only screen and (max-width: 480px) {
	.fileContainer{width:100%;} 
}

.fileContainer [type=file] {
    cursor: pointer;
}

.custom-file-input::before {
  border: 1px solid red;
}

/** Progress Bar */

#myProgress {
	background-color:#eeeeee;
	border: 1px solid #ccc;
	padding-left: 0px;
    padding-right: 0px;
}



#myBar {
	height: 30px;
	background-color: #42a1c4;
	width: 0px;
}
/* showHide */

#showHide {
	display: none;
}
 
.data-input-text{
	
}

#contentSliderBox .contentBox img{
	width: 50%;
}

[data-id="269"] img{
	float:right;
}

[data-id="266"] img{
	float:left;
}

.page-template-page-auftrag .container-fluid{
	padding-left: 0px;
    padding-right: 0px;
}
.page-template-page-auftrag .row,
.page-template-page-auftrag .text-center{
	padding-left: 15px;
    padding-right: 15px;
}

.footerBoxes input{
    height: 42px;
}

.e-mail-field{
	position: absolute; 
	left: -2000px;
} 

.grecaptcha-badge {
    display: none !important;
}

@media (min-width: 1100px) {
	.page-template-page-preisliste .col-md-6 {
    width: 48%;
}
}
