/*	==================================== start	WooCommerce	====================================*/

.product.woocommerce.add_to_cart_inline {
	border: 1px solid #ccc !important;
	background-color: #fff;
	margin-top: 25px;
	overflow: auto;
}

.product.woocommerce.add_to_cart_inline .woocommerce-Price-amount.amount {
	font-size: 1.2em;
	font-family: "exo_2.0medium", Arial, sans-serif;
}

.product.woocommerce.add_to_cart_inline .wc-gzd-legal-price-info {
	font-size: 0.8em;
	padding-left: 10px;
	padding-right: 10px;	
}

.product.woocommerce.add_to_cart_inline .wc-gzd-legal-price-info .wc-gzd-additional-info.shipping-costs-info,
.product.woocommerce.add_to_cart_inline .wc-gzd-legal-price-info .wc-gzd-additional-info.tax-info {
	white-space: nowrap;
}

.product.woocommerce.add_to_cart_inline .add_to_cart_button {
	font-size: 0.9em;
	padding: 3px 5px;
  border-radius: 5px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce button.button.alt, .woocommerce button.button.alt.disabled {
	font-weight: 400;
	background-color: #8d773f;
	color: #fff;
	font-family: "exo_2.0regular", Arial, sans-serif;
	 transition-duration: 0.5s;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce button.button.alt:hover {
	background-color: #0b3267;
	color: #fff;
}

.product.woocommerce.add_to_cart_inline .added_to_cart.wc-forward {
	padding-left: 25px;
}

.product.woocommerce.add_to_cart_inline + p {
	margin-top: 30px;
	font-size: 0.9em;
}

.product.woocommerce.add_to_cart_inline.update {
	font-size: 0.8em;
	margin-top: 5px;
	background: transparent;
}

.woocommerce-cart-form__cart-item .product-remove .remove, .woocommerce-checkout-review-order-table .product-quantity, .product-quantity {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'exo_2.0regular', 'Noto Sans', sans-serif !important;
	line-height: 0.75em;
	font-weight: 300;
}

.woocommerce button[aria-disabled="true"] {
 color: #ffffff !important;
}

.woocommerce a.remove {
	color: #960000 !important;
}

.woocommerce a.remove:hover {
    color: #fff !important;
    background:  #960000 !important;
}

.woocommerce div.product form.cart .variations {
	margin: 15px 0 10px 0;
}

.woocommerce div.product form.cart .variations .label {
	font-size: 1em;
	color: #000;
}

.woocommerce div.product form.cart .variations select {
	min-width: 50%;	
}

.single_variation_wrap p {
	margin-bottom: 25px !important;
	line-height: 1.4em;
}

.single-product #product-2175 ul.tabs.wc-tabs {
	display: none;
}

.single-product .woocommerce-product-gallery__image--placeholder img {
	max-width: 500px;
	height: auto;
}

#tab-additional_information {
	padding: 15px;
}

.woocommerce .summary.entry-summary .legal-price-info {
	font-size: 0.8em;
}

.woocommerce .summary.entry-summary .price.variation_modified {
	font-size: 2em;
	margin-top: 40px;
	color: #0b3267;
}

p.cart-empty, .woocommerce-order {
	margin: 6vw 20%;
}

p.cart-empty ~ p.return-to-shop, p.return-to-shop  {
 	display: none;
}

body.woocommerce-cart {
	background: #f2f2f2;
}

.woocommerce a.button.alt {
	background-color: #8d773f;
}

.woocommerce a.button.alt:hover {
	background-color: #0B3267;
}

.cart-empty.woocommerce-info:before {
	font-family: "FontAwesome";
	content: "\f07a";
	color: #0B3267;

}
/*
.cart-empty.woocommerce-info {
	border-top-color: transparent;
}
*/
.woocommerce-notices-wrapper {
	background: #f2f2f2;
	padding-top: 20px;
}
.woocommerce-info {
	max-width: 500px;
	margin: 50px auto 0 auto;
	border: 1px solid #0B3267;
}
.woocommerce-error {
  max-width: 500px;
  margin: 0px auto 0 auto;
  border: 1px solid #b81c23;
}
.woocommerce label {
	font-weight: normal;
}

input#ship-to-different-address-checkbox {
	margin-top: 10px;
}

#customer_details.col2-set {
	margin-bottom: 40px;
}

#customer_details.col2-set .col-1 {
	padding-right: 5%;
	margin-bottom: 30px;
}

#customer_details.col2-set .col-2 {
	padding-left: 5%;
}

#payment.woocommerce-checkout-payment {
	margin-bottom: 60px;
}

.woocommerce form .form-row .input-checkbox {
	position: inherit;
}

.checkout input, .checkout select {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	padding: 5px;
}

.woocommerce-checkout-review-order-table .order-total, .cart_totals .shop_table.shop_table_responsive .order-total {
	background: #fff;
}

.woocommerce-checkout-review-order-table .order-tax, .cart_totals .shop_table.shop_table_responsive .order-tax {
	font-size: 0.8em;
}

.form-row.checkbox-legal {
	margin-bottom: 20px !important;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce table.shop_table .woocommerce-shipping-methods .woocommerce-Price-amount.amount  {
    font-weight: 300 !important;
}

.woocommerce-thankyou-order-received {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 25px;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
	padding: 15px;
	background: #f2f2f2;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 5px;
}

.woocommerce-order h2 {
	font-size: 30px;
	hyphens: auto;
}

.woocommerce-bacs-bank-details h3 {
	padding: 15px 15px 0 15px;
	background: #f2f2f2;
	border-top: 1px solid rgba(0,0,0,.1);
	border-left: 1px solid rgba(0,0,0,.1);
	border-right: 1px solid rgba(0,0,0,.1);
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
	margin-bottom: 0px;
	font-size: 1.2em;
}

.wc-bacs-bank-details.order_details.bacs_details {
	padding: 15px;
	background: #f2f2f2;	
	border-left: 1px solid rgba(0,0,0,.1);
	border-right: 1px solid rgba(0,0,0,.1);
	border-bottom: 1px solid rgba(0,0,0,.1);
	border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
	margin-bottom: 30px;
}


@media (max-width: 1024px) {
	p.cart-empty,.woocommerce-order {
		margin: 13vw 5%;		
	}
	
	.product.woocommerce.add_to_cart_inline .add_to_cart_button {
		margin: 10px 0 5px 0;
	}	
}


/*	==================================== end	WooCommerce	====================================*/


/*	==================================== start	font format	====================================*/

.light{
  font-family: "exo_2.0light",Arial,sans-serif !important;  
}

.regular{
  font-family: "exo_2.0regular",Arial,sans-serif !important;  
}

.medium {
  font-family: "exo_2.0medium",Arial,sans-serif !important;  
}

.semibold {
  font-family: "exo_2.0semi_bold",Arial,sans-serif !important;  
}

.bold{
  font-family: "exo_2.0bold",Arial,sans-serif !important;  
}

.Text-Orange {
	color: #dc911e;
}

.TitleEngine {
  text-transform:uppercase;
  color: #674c02;
}

a.TitleEngine {
  text-decoration: underline;
    color: #674c02 !important;
}

.TitleSituations {
  text-transform:uppercase;
  color: #042058;
}

a.TitleSituations {
  text-decoration: underline;
  color: #042058;
}

.img-caption_20 {
	padding-top: 8px;
	padding-bottom: 20px;
	font-family: "exo_2.0regular",Arial,sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	color: #323232;
	text-align: center;
}
	
	
/*	==================================== end font format	====================================*/

/*	==================================== start Container	====================================*/

.container-100 {
	width: 100%;
	box-sizing: border-box;
	padding: 6.5vw 0;
}

.bg-grey {
	background: #f2f2f2;
}

.bg-white {
	background: #ffffff;
}

.title-infosites {
	background: url(/wp-content/uploads/2018/06/bg_element.jpg) no-repeat center;
	background-size: cover;
}

.container-100.title-infosites.lizenz {
	padding-bottom: 3vw;
}

@media (min-width: 1200px) {
.container{
		width: 1100px !important;
}
}

@media (min-width: 1400px) {
	.container{
		width: 1200px !important;
}
}

	
/*	==================================== end Container	====================================*/
		

/*	====================================	start Button	====================================*/

.buttonTP, .buttonCN {
  background-color: #8d773f;
  border: none;
  border-radius: 5px;
  color: #ffffff !important;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  font-size: 16px;
  -webkit-transition-duration: 0.5s; /* Safari */
  transition-duration: 0.5s;
	margin: 15px 0;
}

.buttonTP:hover, .buttonTP.kaufen:hover, .buttonCN:hover {
  background-color: #0b3267;
}

a.buttonTP,
a.buttonCN {
  font-family: "exo_2.0medium",Arial,sans-serif;
}

.buttonTP:before {
  content: "\f0da";
  font-family: Fontawesome;
  font-size: 1.4em;
  margin-right: 10px;
  vertical-align: -3px;
	color:#ffffff !important;
}

.buttonTP:hover:before {
  color:#ffffff !important;
}

.buttonTP.lizenz {
	margin-bottom: 0;
	background-color: #0b3267;
}

.buttonTP.lizenz:hover {
	background-color: #8d773f;
}

.buttonTP.kaufen {
  background: #147800;
}

.buttonTP-iconrund {
  color:#ffffff !important;
  background-color:#8d773f;
  width:50px;
  height:50px;
  line-height:45px;
  border-radius:500px;
  font-size:25px;
  display:inline-block;
  text-align:center;
  text-decoration: none !important;
  font-family: Fontawesome !important;
  -webkit-transition-duration: 0.5s; /* Safari */
  transition-duration: 0.5s;
}

.buttonTP-iconrund:hover {
  background-color: #0b3267;
}

.buttonTP-noicon {
  background-color:#8d773f;
  border: none;
  border-radius: 5px;
  color: #ffffff !important;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  font-size: 16px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.buttonTP-noicon:hover {
  background-color: #0b3267;
}

.buttonTP-noicon-100 {
  background-color:#8d773f;
  width: 100%;
  border: none;
  border-radius: 5px;
  color: #ffffff !important;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  font-size: 16px;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
}

.buttonTP-noicon-100:hover {
  background-color: #0b3267;
}
/*	====================================	end Button	====================================*/

hr {    
   border-image: none;
   border-style: solid none none;
   border-width: 1px 0 0;
   margin-bottom: 20px;
   margin-top: 15px;
   border-top: 1px solid #c8c8c8;
}

#parallax {
    padding: 0;
}

.parallax {
    background-attachment: fixed !important;
    margin: 0;
    overflow: hidden;
}

.video {
    width: 700px;
}


/*----------- collapsible Behälter primary --------*/

.panel-primary .panel-heading a.accordion-toggle.collapsed {
	 color: #674C02;
	background:transparent;
}

.panel-primary .panel-heading a.accordion-toggle {
	color:#ffffff;
	background: #453301;
}

.panel-primary .panel-heading a.accordion-toggle.collapsed:hover {
	color: #ffffff;
	background: #453301;
}

.panel-primary .panel-title a.accordion-toggle.collapsed:before {
  color: #674C02;
}

.panel-primary .panel-heading a.accordion-toggle.collapsed:before {
  color: #453301 ;
}

.panel-primary .panel-body{  
  background: rgb(247,244,237) url('/wp-content/uploads/2018/06/bg_engine_accordion.jpg') no-repeat;  
  background-size: cover;
  padding: 45px 50px;
	outline: 1px solid #c8c8c8;
	outline-offset: -1px;
}

.panel-group.panel-primary {
  background-color: rgba(0,0,0,0.1) !important;
  border: 0 solid #674C02;
}


/*----------- collapsible Behälter success --------*/

.panel-success .panel-heading a.accordion-toggle.collapsed {
	 color: #2c446c;
	background:transparent;
}

.panel-success .panel-heading a.accordion-toggle {
	color:#ffffff;
	background: #0B3267;
}

.panel-success .panel-heading a.accordion-toggle.collapsed:hover {
	color: #ffffff;
	background: #0B3267;
}

.panel-success .panel-title a.accordion-toggle.collapsed:before {
  color: #2c446c;
}

.panel-success .panel-heading a.accordion-toggle.collapsed:before {
  color: #0B3267 ;
}

.panel-success .panel-body{  
  background: #ffffff;  
  background-size: cover;
  padding: 45px 50px;
	outline: 1px solid #c8c8c8;
	outline-offset: -1px;
}

.panel-group.panel-success {
  background-color: rgba(11,50,103,0.1) !important;
  border: 0 solid #2c446c;
}


/*----------- collapsible Behälter primary und success --------*/

.panel-primary .panel,
.panel-success .panel {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border: 0;
  border-radius: 0;
}

.panel-primary > .panel,
.panel-success > .panel {
	background-color: transparent !important;
	margin:0 !important;
}

.panel-primary .panel-heading a:link,
.panel-success .panel-heading a:link {
  display: block;
  padding: 15px 10px 10px 10px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 400;
}

.panel-primary .panel:first-child a.accordion-toggle,
.panel-success .panel:first-child a.accordion-toggle {
	border-radius: 5px 5px 0 0;
}

.panel-primary .panel:last-child a.accordion-toggle:focus,
.panel-success .panel:last-child a.accordion-toggle:focus {
	border-radius: 0;
}

.panel-primary .panel:last-child a.accordion-toggle:hover,
.panel-success .panel:last-child a.accordion-toggle:hover {
	border-radius: 0 0 5px 5px;
}

.panel-primary .panel-title a.accordion-toggle.collapsed:before, 
.panel-success .panel-title a.accordion-toggle.collapsed:before {
  content: "\f13a";
  padding-right: 1em;
  padding-left: 0.5em;
  vertical-align: 0;
  font-family: Fontawesome;
  font-size: 1.2em;
}

.panel-primary .panel-title a.accordion-toggle:before, 
.panel-success .panel-title a.accordion-toggle:before {
  content: "\f139";
  padding-right: 1em;
  padding-left: 0.5em;
  vertical-align: 0;
  font-family: Fontawesome;
  font-size: 1.2em;
	color: #ffffff ;
}

.panel-success .panel-heading a.accordion-toggle.collapsed:hover:before,
.panel-primary .panel-heading a.accordion-toggle.collapsed:hover:before {
  color: #ffffff !important;
}

.panel-success .panel-heading a.accordion-toggle:hover:before,
.panel-primary .panel-heading a.accordion-toggle:hover:before {
	color:#ffffff !important;
}

.panel-primary  .panel-heading,
.panel-success  .panel-heading {
  padding: 0;
  border-radius: 0;
  background-image: none;
  background-color: transparent;
}

.panel-group .panel.panel-primary,
.panel-group .panel.panel-success {
    margin-top: 0;
}

.panel-group.panel-success,
.panel-group.panel-primary {
  margin-bottom: 20px;
  padding: 0;
  border-radius: 5px;
}

.panel-primary a:focus,
.panel-success a:focus {
	outline:0;
}

.panel-primary .panel:first-child,
.panel-success .panel:first-child {
  border-top:0;
  border-radius: 5px 5px 0 0;
}



/*----------- collapsible Behälter info--------*/

.panel-info .panel{
  background-color: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
	border:none;
}

.panel-info {
  border: 0;
}

.panel-info .panel-heading a:link {
  display: block;
  padding: 8px 15px;
  font-family: "exo_2.0regular",Arial,sans-serif;
  text-decoration: none;
  font-size: 1em;
  font-weight: 400;
  color: #ffffff;
  border-radius: 0;
  background: #8d773f;
  background-size: cover;
}

.panel-info .panel-heading a.accordion-toggle.collapsed {
	background: #8d773f;;
}

.panel-info .panel-heading a.accordion-toggle {
	color:#ffffff;
	background: #0C3267;
}

.panel-info .panel-heading a.accordion-toggle.collapsed:hover {
	color: #ffffff;
	background: #0C3267;
}

.panel-info .panel-title a.accordion-toggle.collapsed:before {
  content: "\f13a";
  padding-right: 1em;
  padding-left: 0.5em;
  vertical-align: 0;
  font-family: Fontawesome;
  font-size: 1.2em;
  color: #ffffff;
}

.panel-info .panel-title a.accordion-toggle:before {
  content: "\f139";
  padding-right: 1em;
  padding-left: 0.5em;
  vertical-align: 0;
  font-family: Fontawesome;
  font-size: 1.2em;
	color: #ffffff ;
}

.panel-info .panel-title a:visited, .panel-info .panel-title a:active, .panel-info .panel-title a:focus {
  outline: 1px solid #453301;
	outline-offset: 0px;
}

.panel-info .panel-title a:before {
  content: "\f13a";
  padding-right: 1em;
  padding-left: 0.5em;
  vertical-align: 0;
  font-family: Fontawesome;
  font-size: 1.2em;
  color: #ffffff;
}

.panel-info .panel-title a:hover:before {
  color: #ffffff!important;
}

.panel-info .panel-title a:visited:before, .panel-info .panel-title a:active:before, .panel-info .panel-title a:focus:before {
  color: #ffffff!important;
}

.panel-info  .panel-heading {
  color: #ffffff;
  padding: 0;
  border-radius: 0;
  background-image: none;
  background-color: transparent;
}

.panel-info  .panel-heading + .panel-collapse  .panel-body {
    border: 1px solid #c8c8c8;
}

.panel-group.panel-info .panel.panel-default {
    margin-top: 15px;
}

.panel-info .panel-body {
  background: #fafafa;
  background-size: cover;
  padding: 15px 60px !important;
	font-size: 15px;
	line-height: 22px;
}

.panel-info .panel-body p {
	margin-top: 20px;	
}

.panel-info .panel-body li {
		margin: 10px -3px;
}

.panel-info a:focus {
	outline:0;
}

/*----------- collapsible Behälter bestell--------*/

.panel-bestell .panel{
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
	border:none;
}

.panel-bestell {
  border: 0;
}

.panel-bestell .panel-heading a:link {
  display: block;
  padding: 8px 5px;
  font-family: "exo_2.0regular",Arial,sans-serif;
  text-decoration: none;
  font-size: 1em;
  font-weight: 400;
  color: #ffffff;
  border-radius: 0;
  background: #0C3267;
}

.panel-bestell .panel-heading a.accordion-toggle.collapsed {
	background: #0C3267;;
}

.panel-bestell .panel-heading a.accordion-toggle {
	color:#ffffff;
	background: #0C3267;
}

.panel-bestell .panel-heading a.accordion-toggle.collapsed:hover {
	color: #ffffff;
	background: #0C3267;
}

.panel-bestell .panel-title a.accordion-toggle:before {
  content: "\f139";
  padding-right: 8px;
  padding-left: 7px;
  vertical-align: 0;
  font-family: Fontawesome;
  font-size: 1.2em;
	color: #ffffff ;
}

.panel-bestell .panel-title a.accordion-toggle.collapsed:before {
  content: "\f13a";
}

.panel-bestell .panel-title a:visited, .panel-bestell .panel-title a:active, .panel-bestell .panel-title a:focus {
  outline: 1px solid #453301;
	outline-offset: 0px;
}

.panel-bestell .panel-title a:hover:before {
  color: #ffffff!important;
}

.panel-bestell .panel-title a:visited:before, .panel-bestell .panel-title a:active:before, .panel-bestell .panel-title a:focus:before {
  color: #ffffff!important;
}

.panel-bestell  .panel-heading {
  color: #ffffff;
  padding: 0;
  border-radius: 0;
  background-image: none;
  background-color: transparent;
}

.panel-group.panel-bestell .panel.panel-default {
    margin-top: 15px;
}

.panel-bestell .panel-body {
  background: transparent;
  background-size: cover;
  padding: 15px 0 !important;
}

.panel-bestell .col-xs-12 {
	padding-left: 0;
	padding-right: 0;
}


/*----------- collapsible Behälter allgemein --------*/

.panel-title {
  line-height: 1.2em;
	margin-bottom: 0 !important;
}

.panel-group .panel {
	border-bottom: 1px solid #f2f2f2;
}

/* -------------------------- DATENSCHUTZ---------------------------- */

#Datenschutz {
  color: #000000;
}

#Datenschutz p, #Impressum p {
  padding: 0;
  margin: 10px 0;
  font-size: 16px;
}

#Datenschutz ul {
  font-size: 16px;
  padding-left: 27px;
}

#Datenschutz h3, #Impressum h3 {
  margin-top:35px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 28px;
  font-family: "exo_2.0semi_bold",Arial,sans-serif;
}

#Datenschutz ul li{
  margin-bottom:0;
  padding-bottom:0 !important;
}

#Datenschutz li{
  margin: 10px 0;
}

#Datenschutz ul li > h3{
  font-size: 18px;
  margin-top: 20px;
}



/*	====================================	start boxen	====================================*/


.boxweiss {
  background: rgba(255,255,255,0.5);
  box-shadow: 2px 2px 2px 3px rgba(0,0,0,0.1);
  border-radius: 5px;
  padding: 25px;
  font-size: 17px;
  line-height: 1.3em;
	margin-bottom: 25px;
}

.boxweisszeile {
  background: rgba(255,255,255,0.5);
  box-shadow: 2px 2px 2px 3px rgba(0,0,0,0.1);
  border-radius: 5px;
  padding: 25px;
  font-size: 17px;
  line-height: 1.3em;
	margin-bottom: 25px;
}

.boxhellgrau {
  background: rgba(230,230,230,0.5);
  box-shadow: 2px 2px 2px 3px rgba(0,0,0,0.1);
  border-radius: 5px;
  padding: 25px;
  font-size: 17px;
  line-height: 1.3em;
	margin-bottom: 25px;
}

.boxhellgrauzeile {
  background: rgba(230,230,230,0.5);
  box-shadow: 2px 2px 2px 3px rgba(0,0,0,0.1);
  border-radius: 5px;
  padding: 25px;
  font-size: 17px;
  line-height: 1.3em;
	margin-bottom: 25px;
}

.boxblaugrauzeile {
  background-color: #0b3267;
  border-radius: 5px;
  padding: 25px;
  font-size: 17px;
  line-height: 1.3em;
	margin-bottom: 25px;
}

/*-------------- BG-Farben Situations --------------*/

.enquiries{
  background-color:#5c7e9a !important;
}

.arrangements {
  background-color:#65744d !important;
}

.negotiating{
  background-color:#3f797a !important;
}

.meetings{
  background-color:#96682d !important;
}

.orders{
  background-color:#a96b7f !important;
}

.presentations{
  background-color:#60536d !important;
}

.applying{
  background-color:#984532 !important;
}


/*-----------------------------*/

p.intro {
	margin: 50px 0 0 0; 
	text-align: justify; 
	padding-right: 50px;
}

.inline-block {
	display: inline-block;
}

.aboveTitle {
  font-size: 25px;
  line-height: 32px;
  font-weight: normal;
  margin: 0 0 15px 0;
  font-family: "exo_2.0regular",Arial,sans-serif;
}

.FotoCopyright {
  font-size:12px;
  text-align:right;
}

.fontXS {
  font-size: 14px;
  line-height: 20px;
}

.font-faq {
  font-size: 15px;
  line-height: 22px;
}

.Text-Blau {
  color: #0b3267;
}

.Text-Grau {
  color: #323232;  
}

.Text-Orange {
  color: #dc911e;
}

.Text-Weiss{
  color: #ffffff;  
}



/*------------Seitennavigation-----------------*/

ul.nav.nav-pills.nav-stacked {
  margin:0;
}


#c3874 {
  background: #ebe6dc;
  background: linear-gradient(to top, #ebe6dc 0%,#d2c8b1 100%);
  background: -webkit-linear-gradient(bottom, #ebe6dc 0%,#d2c8b1 100%);
  text-decoration: none;
  border: medium none;
  border-radius: 0;
  color: #2c446c;
}

/*---------------------popup div -------------------------*/

div.info {
    position: fixed;
    top: calc(50% - 200px);
	left: calc(50% - 250px);
    width: 500px;
    height: auto;
    border: 0 #7a91b7;
    background: #f2f2f2;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.7);
    -webkit-box-shadow: 5px 5px 15px rgba(0,0,0,0.7);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
	padding: 20px;
	z-index: 10;
}

div.closedivsit {
    text-align: right;
    padding: 8px;
    width: 100%;
    height: 30px;
    z-index: 1;
	color: #ffffff;
	background: rgb(11,50,103);
	margin-bottom: 20px;
	cursor:pointer;
}
  

/* ------------------ Icon und NummernDIVs ---------------------- */

.nummerndivalignR {
  text-align:right;
}

.nummerndivalignL {
  text-align:left;
  float:left;
  margin-right:15px;
  vertical-align: 2px;
  
}

.nummerndiv {
  color:#ffffff;
  background-color:#dc911e;
  width:60px;
  height:60px;
  line-height:62px;
  border-radius:500px;
  font-size:25px;
  display:inline-block;
  text-align:center;
  font-family: 'exo_2.0regular';
}

.nummerndivinline {
  color:#ffffff;
  background-color:#042058;
  width:36px;
  height:36px;
  line-height:36px;
  border-radius:500px;
  font-size:16px;
  display:inline-block;
  text-align:center;
  font-family: 'exo_2.0bold';
  margin: -2px 15px 0 0;
  float:left;
}

.icondivalign {
text-align:center;
}

.icondivalign_inline {
  text-align:center;
  float:left;
}

.icondiv15 {
  color:#ffffff;
  background-color:#dc911e;
  width:15px;
  height:15px;
  line-height:15px;
  border-radius:500px;
  font-size:1em;
  display:inline-block;
  text-align:center;
  font-family: 'Fontawesome';
}

.icondiv85 {
  color:#ffffff;
  background-color:#dc911e;
  width:85px;
  height:85px;
  line-height:85px;
  border-radius:500px;
  font-size:2.5em;
  display:inline-block;
  text-align:center;
  font-family: 'Fontawesome';
}

.icondivlarge {
  color:#ffffff;
  background: #0b3267;
  width:100px;
  height:100px;
  line-height:100px;
  border-radius:500px;
  font-size:3em;
  display:inline-block;
  text-align:center;
  font-family: 'Fontawesome';
}



/* -------- Header small --------------*/

#topHeader_s {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
		height: 50px;
}

#header_small_logo{
		max-height: 35px;
		width: auto;
		margin: 7px 0;
}

.smallHeader {
	position:fixed;
	top: -100px;
	left: -100%;
	opacity:0;
  z-index: 99;
	height: 0;
  box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 7px 9px 0 rgba(0, 0, 0, 0.6);
	background: rgba(255,255,255,1);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 10%,rgba(217,225,237,0.8) 100%);
  transition: opacity 0.2s ease-in;
}

.smallHeader #header-menu_s {
	min-height: 45px;
	line-height: 45px;
	background: rgb(11,50,103);
	color: #fff;
}



/* -------- END Header small --------------*/



/* ---------- Diver ---------- */

.clearer, .Clearer {
  clear: both;
  display: block;
  float: none !important;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
}


hr {
  -moz-border-bottom-color: #243f72;
  -moz-border-left-color: #243f72;
  -moz-border-right-color: #243f72;
  -moz-border-top-color: #243f72;
  border-image: none;
  border-style: solid none none;
  border-width: 1px 0 0;
  margin-bottom: 20px;
  margin-top: 15px;
}



@media (min-width: 992px) and (max-width: 1100px) {
#htw_logo {
  width: 290px;
  height: auto;
}
}


@media (max-width: 992px) {

.produkte h1 {
  margin: 0 -10px 20px;
  padding: 15px 10px;
  background-color: #DC911E;
}

.produkte {
  border-top: none;
  padding: 50px 0;
}

.col-xs-12.col-sm-6.col-md-4 {
  margin-bottom: 20px;
}

.col-xs-12.col-sm-6.col-md-4:last-child {
  margin-bottom: 0;
}

.hidden-m {
    display: none !important;
}

.Galerie > span,
.AusfuerlicheInformationen > span,
.Anwender-Vorteile > span,
.Downloads > span,
.NochFragen > span,
.NachOben > span {
  display: none;
}

#Sprungmarken a {
  color: transparent;
}

#Sprungmarken .col-xs-12 > .col-xs-2 {
  height: 30px;
}

}

@media (min-width: 768px) {
.hidden-screen {
  display:none;
}
}


@media (max-width: 768px) {

#logosmall > img {
  max-width:100%;  
  height: auto;
}

.col-xs-12.col-sm-6.col-md-4 {
  margin-bottom: 20px;
}

.col-xs-12.col-sm-6.col-md-4:last-child {
  margin-bottom: 0;
}
		
.container-100 {
	padding: 40px 0;
}
	
p.intro { 
	text-align: left; 
	padding-right: 0;
}
		
.panel-body {
    font-size: 15px;
    line-height: 22px;
}
		
.panel-info .panel-body,
.panel-bestell .panel-body,
.panel-success .panel-body,
.panel-primary .panel-body {
  padding: 15px !important;
	margin-top:0;
}

.panel-primary .panel-body {
	padding-top: 25px !important;
}
		
.aboveTitle {
  font-size: 20px;
  line-height: 26px;
}

.nummerndivinline {
  margin-top: -6px;
}

.icondivlarge {
  width:80px;
  height:80px;
  line-height:80px;
  font-size:2em;
}
		
#Header {
  min-height:72px;
}

.smallHeader {
 display:none !important;
}

.dateilinks ul.csc-uploads {
  padding-left: 100px;
}				

}


@media (max-width: 767px) {
.hidden-xs {
    display: none !important;
}
}

@media (max-width: 720px) {
.video {
    width: 450px;
}
}

@media (max-width: 480px) {
.video {
    width: 320px;
}
	
@media (max-width: 320px) {
.video {
    width: 280px;
}
}