
/* ==========================================================================
   bootstrap override
   ========================================================================== */

html {
	padding: 0;
	margin: 0;
}

body {
	padding: 70px 0px 40px 0px;
    font-family: 'MyriadPro-Cond', Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
	background-color:#f0f0f0;
}

a {
	color: #a0a0a0;
}

a:hover,
a:focus {
	color: #c71350;
	text-decoration: none;
}

/*.btn {
	color: #ffffff;
	text-shadow: none;
	background-color: #c71350;
	background-image: -moz-linear-gradient(top, #e73d68, #a9003a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e73d68), to(#a9003a));
	background-image: -webkit-linear-gradient(top, #e73d68, #a9003a);
	background-image: -o-linear-gradient(top, #e73d68, #a9003a);
	background-image: linear-gradient(to bottom, #e73d68, #a9003a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73d68', endColorstr='#a9003a', GradientType=0);
}*/

.btn:hover,
.btn:focus {
	color: #ffffff;
	text-shadow: none;
	background-color: #c71350;
	background-image: -moz-linear-gradient(top, #e73d68, #a9003a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e73d68), to(#a9003a));
	background-image: -webkit-linear-gradient(top, #e73d68, #a9003a);
	background-image: -o-linear-gradient(top, #e73d68, #a9003a);
	background-image: linear-gradient(to bottom, #e73d68, #a9003a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73d68', endColorstr='#a9003a', GradientType=0);
	background-position: 0;
}

#menu-top {
	border-top: solid 1px #e0e0e0;
}

/* color and cursor override */
.navbar .nav li > a {
	color: #a0a0a0;
}

.navbar .nav li.active > a {
	cursor: default;
}

/* dropdown hover link background gradient color */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	color: #ffffff;
	text-shadow: none;
	background-color: #c71350;
	background-image: -moz-linear-gradient(top, #e73d68, #a9003a);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e73d68), to(#a9003a));
	background-image: -webkit-linear-gradient(top, #e73d68, #a9003a);
	background-image: -o-linear-gradient(top, #e73d68, #a9003a);
	background-image: linear-gradient(to bottom, #e73d68, #a9003a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73d68', endColorstr='#a9003a', GradientType=0);
}

.nav-collapse.in .dropdown-menu a:hover,
.nav-collapse.in .dropdown-menu a:focus {
	color: #333333;
	background-color: #f2f2f2;
	background-image: none;
}

/* border-radius of navbar */ 
.navbar-fixed-top .navbar-inner, .navbar-static-top .navbar-inner {
    border-width: 0 0;
}

/* margin-top of dropdown box */
#menu-top .nav-collapse > ul > li > ul {
	margin: 3px 0 0;
}

/* margin of menu button on phone */
.btn.btn-navbar {
	margin-bottom: 7px;
}

@media (min-width: 980px) {
	#menu-top .nav-collapse > ul > li > a {
		padding: 40px 20px 10px !important;
	}
}

@media (max-width: 979px) {
	body {
		padding: 0 0 !important;
	}
}

@media (max-width: 767px) {
	body {
		padding: 0 20px !important;
	}
	#banner-bg-wrapper .row div,
	#footer-bg-wrapper .row div {
		padding: 0px 20px 20px 20px;
	}
	.row div {
		padding: 0px 20px 20px 20px;
	}
	.anfrage [class*='column'] {
	  width: 100%; }
}








#content {
	opacity: 0;
}



#slider-bg-wrapper {
	width: 100%;
	background-color: #ffffff;
}

#slider {
	position: static;
	width: 100%; height: 384px;
	max-width: 1920px;
	margin: 0 auto;
	background-color:#ffffff;
	overflow:hidden;
}

#slider img {
	display: inline-block;
	width: auto; height: 100%;
	max-width: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
}

#slider-img-wrapper {
	position:relative;
	width: 9999px; height: 100%;
}

#slider-img-wrapper img {
	margin-right: -4px;
}

#slider-cover {
	position: relative;
	height: 100%;
	top: -384px;
}



#banner-bg-wrapper {
	background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #e6e6e6, #cdcdcd);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#cdcdcd));
	background-image: -webkit-linear-gradient(top, #e6e6e6, #cdcdcd);
	background-image: -o-linear-gradient(top, #e6e6e6, #cdcdcd);
	background-image: linear-gradient(to bottom, #e6e6e6, #cdcdcd);
	background-repeat: repeat-x;
}

#banner-bg-wrapper .container {
	font-family: 'MyriadPro-SemiboldCond', Helvetica, Arial, sans-serif;
}

#banner-bg-wrapper img {
	width: 200px; height:auto;
	margin-top:-25px;
	margin-right: 10px; margin-bottom: 10px;
}



#steps .img-steps {
	width: 200px; height: auto;
	margin: 20px 10px 10px 10px;
}

#steps h2 {
	color: #000000; /*#ffffff;*/
	background-color: #cdcdcd; /*#c71350;*/
}

#steps h2 img {
	width: 30px; height: 40px;
	margin-left: -30px; xmargin-top: -4px;
	vertical-align: none;
}



#footer-bg-wrapper {
	background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #e6e6e6, #cdcdcd);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e6e6e6), to(#cdcdcd));
	background-image: -webkit-linear-gradient(top, #e6e6e6, #cdcdcd);
	background-image: -o-linear-gradient(top, #e6e6e6, #cdcdcd);
	background-image: linear-gradient(to bottom, #e6e6e6, #cdcdcd);
	background-repeat: repeat-x;
}

#footer-bg-wrapper ul#okay {
	list-style-image: url('../img/icon-ok.png');
}

#footer-bg-wrapper ul#adresse {
	list-style-image: url('../img/icon-home.png');
}

#footer-bg-wrapper ul#telefon {
	list-style-image: url('../img/icon-ok.png');
}

#footer-bg-wrapper ul#fax {
	list-style-image: url('../img/icon-ok.png');
}

#footer-bg-wrapper ul#email {
	list-style-image: url('../img/icon-email.png');
}

#footer-bg-wrapper li {
	margin-bottom: 5px;
} 




*, *:before, *:after {
  box-sizing: border-box;
}


.maps {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;

}

.maps #map-canvas {
    width: 100%;
    height: 30em;

}


.maps:before, .maps:after, #map-canvas:before, #map-canvas:after {
    content: '';
    position: absolute;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    z-index: 1;
}
.maps:before { top: -5px; left: 0; right: 0; height: 5px; }
.maps:after { right: -5px; top: 0; bottom: 0; width: 5px; }
#map-canvas:before { bottom: -5px; left: 0; right: 0; height: 5px; }
#map-canvas:after { left: -5px; top: 0; bottom: 0; width: 5px; }


/* kontaktformular */

.anfrage [class*='column'] {
  display: inline-block;
  position: relative;
  margin-right: -0.2em;
  padding: 0 1em; }
  .anfrage [class*='column'] img.colimg {
    width: 100%;
    height: auto; }
  .anfrage [class*='column'] img.colimg45 {
    width: 45%;
    height: auto; }
  .anfrage [class*='column'] img.colimg50 {
    width: 50%;
    height: auto; }
  .anfrage [class*='column'] img.colimg90 {
    width: 90%;
    height: auto; }
  .anfrage [class*='column'] img.colimg-border {
    width: 100%;
    height: auto;
    border-radius: 0.5em;
    border: 1px solid #fbba00;
    vertical-align: top; }

[class*='column'].border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.5); }

.column-1-12 {
  width: 8.33%; }

.column-2-12 {
  width: 16.66%; }

.column-3-12 {
  width: 25%; }

.column-4-12 {
  width: 33.33%; }

.column-5-12 {
  width: 41.66%; }

.column-6-12 {
  width: 50%; }

.column-7-12 {
  width: 58.33%; }

.column-8-12 {
  width: 66.66%; }

.column-9-12 {
  width: 75%; }

.column-10-12 {
  width: 83.33%; }

.column-11-12 {
  width: 91.66%; }

.column-12-12 {
  width: 100%; }

.anfrage form {
  padding: 1em; }
  .anfrage form input.error-bg, .anfrage form textarea.error-bg {
    background-color: rgba(255, 0, 0, 0.25); }
  .anfrage form input {
    color: #505050;
    width: 100%;
    padding: 1em 0.25em 1em 0.5em;
    margin: 0.25em 0;
    border: none;
    border-radius: 0.25em;
    font-size: 1em;
    font-family: 'MyriadPro-Cond', Helvetica, Arial, sans-serif;
    background-color: white; }
  .anfrage form textarea {
    color: #505050;
    width: 100%;
    padding: 0.25em 0.25em 0.25em 0.5em;
    margin: 0.25em 0 0.65em 0;
    border: none;
    border-radius: 0.25em;
    font-size: 1em;
    font-family: 'MyriadPro-Cond', Helvetica, Arial, sans-serif;
    background-color: white;
    resize: none; }
  .anfrage form select {
    color: #505050;
    width: 100%;
    padding: 0.25em 0.25em 0.25em 0.25em;
    margin: 0.25em 0;
    border: none;
    border-radius: 0.25em;
    font-size: 1em;
    font-family: 'MyriadPro-Cond', Helvetica, Arial, sans-serif;
    background-color: white; }
  .anfrage form input[type=submit] {
    /*color: white;
    background-color: #fbba00;*/
    width: 40%;
	min-width: 6.5em;
    padding: 0.25em 0.5em 0.25em 0.5em;
    text-align: center; }
  .anfrage form input[type=reset] {
    /*color: white;
    background-color: #505050;*/
    width: 40%;
	min-width: 6.5em;
    padding: 0.25em 0.5em 0.25em 0.5em;
    text-align: center; }






.small {
  font-size: 0.75em; }

.large {
  font-size: 1.25em; }

.top {
  vertical-align: top; }

.middle {
  vertical-align: middle; }

.bottom {
  vertical-align: bottom; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.center {
  text-align: center; }

.nowrap {
  white-space: nowrap; }






.no-wrap {
	white-space: nowrap;
}



#color {
	color: #c71350;
	color: #e389a7;
	color: #f1c4d3;
	color: #D4C00A;
	color: #0A85D4;
}



@media (max-width: 1169px) {
	#slider {
		height: 309px;
	}
	#slider-cover {
		top: -309px;
	}
}

@media (max-width: 979px) {
	#slider {
		height: 238px;
	}
	#slider-cover {
		top: -238px;
	}
}

@media (max-width: 480px) {
	.no-wrap {
		xwhite-space: normal;
	}
}

