/* open-sans-300 - latin */
@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	src: local(''),
		 url('../local-fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../local-fonts/open-sans-v34-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* open-sans-regular - latin */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local(''),
		 url('../local-fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../local-fonts/open-sans-v34-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* open-sans-500 - latin */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 500;
	src: local(''),
		 url('../local-fonts/open-sans-v34-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../local-fonts/open-sans-v34-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* open-sans-600 - latin */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	src: local(''),
		 url('../local-fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../local-fonts/open-sans-v34-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* open-sans-700 - latin */
  @font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	src: local(''),
		 url('../local-fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../local-fonts/open-sans-v34-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }
  /* open-sans-italic - latin */
  @font-face {
	font-family: 'Open Sans';
	font-style: italic;
	font-weight: 400;
	src: local(''),
		 url('../local-fonts/open-sans-v34-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
		 url('../local-fonts/open-sans-v34-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
  }


  @font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
	src: local('Material Icons'),
	  local('MaterialIcons-Regular'),
	  url(../local-fonts/MaterialIcons-Regular.woff2) format('woff2'),
	  url(../local-fonts/MaterialIcons-Regular.woff) format('woff');
  }
  
  .material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
  
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
  
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
  
	/* Support for IE. */
	font-feature-settings: 'liga';
  }  
  


.map-tile {
	position: relative;
	filter: grayscale(100); 
	width: 100%; 
	height: 100%; 
	min-height: 500px;
	background-size: cover; 
	background-position: center center;	
	transition: all ease-in-out 0.2s;
}

.map-tile.round {
	border-radius: 10px;
}

.map-tile:hover {
	filter: grayscale(100) brightness(0.5);
}

.map-tile-text {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 20px;
	text-align: center;
	background-color: rgba(0,0,0, 0.45);
	color: #fff;
}

.map-tile.round .map-tile-text {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}



.type--fine-print2 {
	margin-right: 10px;
}

a.type--fine-print2 {
	text-decoration: underline;
}

.logo_gross {
	max-width: 800px;
	height: auto;
}

@media all and (max-width: 800px) {
	.logo_gross {
		max-width: 500px;
	}
}

@media all and (max-width: 600px) {
	.logo_gross {
		max-width: 300px;
	}
}

.iso_gross {
	max-width: 400px;
	height: auto;
}

@media all and (max-width: 800px) {
	.iso_gross {
		max-width: 300px;
	}
}

@media all and (max-width: 600px) {
	.iso_gross {
		max-width: 300px;
	}
}


.btn--primary, .btn--primary:visited {
    background: #a11171;
    border-color: #a11171;
}

.btn--white, .btn--white:visited {
    background: #fff;
    border-color: #fff;
}

.btn--white .btn__text {
	color: #a11171 !important;
}

.btn--primary.white, .btn--primary.white:visited {
    background: #a11171;
    border-color: #fff;
}

.btn--primary:hover {
    background: #000;
    border-color: #000;
}

.btn--white:hover {
    background: #eee;
    border-color: #000;
}

.btn:hover {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.btn {
	padding: 6px 24px;
}


@media (min-width: 991px) {
	.bar.pos-fixed {
		-webkit-box-shadow: 0px 0px 22px 2px rgba(0,0,0,0.5);
		-moz-box-shadow: 0px 0px 22px 2px rgba(0,0,0,0.5);
		box-shadow: 0px 0px 22px 2px rgba(0,0,0,0.5);			
	}
}

@media (max-width: 800px) {
	body {
		padding-top: 55px;
	}


	.mobile-fixed {
		position: fixed;
		top: 0px;
		z-index: 1000;
		background-color: #fff;
		width: 100%;
	}	

	.mobile-fixed2 {
		position: fixed;
		top: 55px;
		z-index: 1001;
		background-color: #fff;
		width: 100%;
	
	}	
}

.boxshadow {
-webkit-box-shadow: 0px -4px 25px 3px rgba(0,0,0,0.25);
-moz-box-shadow: 0px -4px 25px 3px rgba(0,0,0,0.25);
box-shadow: 0px -4px 25px 3px rgba(0,0,0,0.25);
}

.boxshadow2 {
-webkit-box-shadow: 0px 8px 16px -8px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 8px 16px -8px rgba(0,0,0,0.5);
box-shadow: 0px 8px 16px -8px rgba(0,0,0,0.5);
}

#welcome {
	height: 100vh;
}

@media (max-width: 800px) {
	#welcome {
		height: calc(100vh - 55px);
		// min-height: 500px;
	}
}

.pos-vertical-center2 {
	top: 50%;
	transform: translateY(-50%);
    -webkit-transform: translateY(-50%);		
}

footer h6 {
	padding-top: 40px;
}

label {
    font-size: 1em;
}

#vorteile p {
	opacity: 0.5 !important;
}

.text-block {
	padding-top: 40px;
	padding-bottom: 40px;
}

@media (max-width: 800px) {
	.text-block {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}


.border-top {
	border-top: 1px solid hsla(0, 0%, 0%, 0.178);
	padding-top: 10px;
}


.bar-1 .menu-horizontal > li > .dropdown__trigger, .bar-1 .menu-horizontal > li > a {
    font-size: 1em;
    line-height: 2.166666666666667em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0px;
}

.menu-horizontal > li:not(:hover) > a, .menu-horizontal > li:not(:hover) > span, .menu-horizontal > li:not(:hover) > .modal-instance > .modal-trigger {
    opacity: 0.8;
}

#maschinenpark li.active .accordion__content {
	margin-bottom: 2em;;
}

.msize {
	display: block;
	width: 100%;

	opacity: 0.5;
}

#maschinenpark .lead:not(:last-child) {
    margin-bottom: 0.5em;
}

#impressum p, #privacy p {
	font-size: 1.1em;
	line-height: auto;
}

.sales-logo {
	max-width: 300px;
	height: auto;
}

@media (max-width: 800px) {
	.sales-logo {
		max-width: 250px;
	}
}

.flag {
	height: 18px;
	width: auto;
}

.feature-list {
	line-height: 30px;
}

p .material-icons.md-48 {
    font-size: 1.4em;
    margin-right: 16px;
}

.btn.bg--pink {
	border-color: rgba(238, 26, 167, 0) !important;
  }
  .btn.bg--pink .btn__text {
	color: #fff;
  }