@font-face {
  font-family: 'Roboto';
  src: url('/fonts/Roboto-Regular.ttf') format('ttf'),
url('/fonts/Roboto-Regular.woff2') format('woff2'),
url('/fonts/Roboto-Regular.woff') format('woff');
}


.warenkorbbutton{
  background: #4d8be9;
  background-image: -webkit-linear-gradient(top, #4d8be9, #306fce);
  background-image: -moz-linear-gradient(top, #4d8be9, #306fce);
  background-image: -ms-linear-gradient(top, #4d8be9, #306fce);
  background-image: -o-linear-gradient(top, #4d8be9, #306fce);
  background-image: linear-gradient(to bottom, #4d8be9, #306fce);
  -webkit-border-radius: 5;
  -moz-border-radius: 5;
  border-radius: 5px;
  text-shadow: 1px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff;
  font-size: 12px;
  padding: 8px 5px 8px 5px;
  text-decoration: none;
  width: 150px;
  cursor: pointer;
}

.warenkorbbutton:hover {
  background: #72a9fc;
  background-image: -webkit-linear-gradient(top, #ffec8f, #fede45);
  background-image: -moz-linear-gradient(top, #ffec8f, #fede45);
  background-image: -ms-linear-gradient(top, #ffec8f, #fede45);
  background-image: -o-linear-gradient(top, #ffec8f, #fede45);
  background-image: linear-gradient(to bottom, #ffec8f, #fede45);
  text-decoration: none;
    text-shadow: none;
  color:#000;
}


@charset "UTF-8";
.navigation {
  height: 60px;
  background: #fff;
}

.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a,
.brand a:visited {
  color: #262626;
  text-decoration: none;
}

.nav-container {
  max-width: 1000px;
  margin: 0 auto;
}

nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 70px;
  background: #fff;
  color: #262626;
  text-decoration: none;
}
nav ul li a:hover,
nav ul li a:visited:hover {
  background: #2581DC;
  color: #fff;
  text-decoration: none;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' ▾';
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}

.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: -5px;
  right: 0;
  background: #fff;
  height: 60px;
  width: 70px;
    border-bottom:#2581DC;
}

@media only screen and (max-width: 991px) {
  .nav-mobile {
    display: block;
  }

  nav {
    width: 100%;
    padding: 70px 0 0px;
	  background: #fff;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
    border-bottom:1px solid #2581DC;
	transition:ease-in-out ;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }

  .nav-dropdown {
    position: static;
  }
}
@media screen and (min-width: 991px) {
  .nav-list {
    display: block !important;
  }
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #262626;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

article {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}




.project-details-popup .close {
  position: absolute;
  right: 15px;
  top: 10px;
    font-size: 40px;
}
.project-details-popup .prof-icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  position: absolute;
  left: 0;  
  right: 0;
  margin: auto;
  top: -30px;
}
.project-details-popup .modal-header {
  margin: 0;
  padding: 0;
}
.project-details-popup .modal-header .header-img {
  width: 100%;
  max-width: 100%;
}

.fsbutton {
background:url(img/mfnorm.jpg);
color:#fff;
font-family: Arial,Helvetica,sans-serif;
font-size: 12px;
width:209px;
height: 26px;
	
}

.fsbutton:hover {
	background:url(img/mfnormh.jpg);
color:#fff000;

}

ul#menu li {
    display:inline;
	margin-right: 15px;
}

.btn {
  background: #ffffff;
  background-image: -webkit-linear-gradient(top, #ffffff, #dbdbdb);
  background-image: -moz-linear-gradient(top, #ffffff, #dbdbdb);
  background-image: -ms-linear-gradient(top, #ffffff, #dbdbdb);
  background-image: -o-linear-gradient(top, #ffffff, #dbdbdb);
  background-image: linear-gradient(to bottom, #ffffff, #dbdbdb);
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  font-family: Arial;
  color: #000000;
  font-size: 16px;
  padding: 3px 10px 3px 10px;
  border: solid #d6d6d6 1px;
  text-decoration: none;
  width: 200px;

}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
  color:#fff;
}

.navbar-toggle {

margin-right: 20px;
	
}

.dashboard-panel-6 {
   width: 45%;
}



.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: -30px;
  right: -30px;
  transition: all 200ms;
  font-size: 40px;
  font-weight: bold;
  text-decoration: none;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}



table {
  transform: scale(1);
  
}


/*** Table Styles **/

.table-fill {
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: 300px;
  margin: auto;
  max-width: 858px;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
 
th {
  color:#fff;;
  background:#3d74c7;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #fff;
  border-top: none;
  font-size:14px;
  font-weight: 100;
  padding:10px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
  line-height: 16px;
}

th:first-child {
  border-top-left-radius:3px;
}
 
th:last-child {
  border-right:none;
}
  
tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#666B85;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
    white-space: nowrap;
}
 
td:hover {
background: #fcefb8;
background: -moz-linear-gradient(top, #fcefb8 0%, #f7e085 100%);
background: -webkit-linear-gradient(top, #fcefb8 0%,#f7e085 100%);
background: linear-gradient(to bottom, #fcefb8 0%,#f7e085 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcefb8', endColorstr='#f7e085',GradientType=0 );
  color:#000;

}

tr:hover td:a{
  background:#fede45;

}
 
tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}
 
tr:nth-child(odd) td{
  background:#EBEBEB;
}

td:nth-child(even):hover {
	transition:ease-in-out;
background: #fcefb8;
background: -moz-linear-gradient(top, #fcefb8 0%, #f7e085 100%);
background: -webkit-linear-gradient(top, #fcefb8 0%,#f7e085 100%);
background: linear-gradient(to bottom, #fcefb8 0%,#f7e085 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcefb8', endColorstr='#f7e085',GradientType=0 );
}

td:nth-child(odd):hover {
background: #fcefb8;
background: -moz-linear-gradient(top, #fcefb8 0%, #f7e085 100%);
background: -webkit-linear-gradient(top, #fcefb8 0%,#f7e085 100%);
background: linear-gradient(to bottom, #fcefb8 0%,#f7e085 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcefb8', endColorstr='#f7e085',GradientType=0 );
}

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
td {
  background:#FFFFFF;
  padding:10px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:14px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
  white-space: nowrap;
}

td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}

.overtop {
		transition:ease;
		border:1px solid #3d74c7;
}

.overtop:hover {
	background: #fcefb8;
	background: -moz-linear-gradient(top, #fcefb8 0%, #fede45 100%);
	background: -webkit-linear-gradient(top, #fcefb8 0%,#fede45 100%);
	background: linear-gradient(to bottom, #fcefb8 0%,#fede45 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcefb8', endColorstr='#fede45',GradientType=0 );
	transition:ease;
	border:none;
	
	
	}
	
	* {
  box-sizing: border-box;
}


.styled-select {
  background: url(../img/slate.jpg) no-repeat 96% 0;
  height: 30px;
  overflow: hidden;
  width: 100%;
-webkit-box-shadow: 5px 3px 8px -4px rgba(0,0,0,0.21);
-moz-box-shadow: 5px 3px 8px -4px rgba(0,0,0,0.21);
box-shadow: 5px 3px 8px -4px rgba(0,0,0,0.21);
}
.styled-select select {
  background: transparent;
  border: none;
  font-size: 14px;
  height: 29px;
  padding: 5px;
  /* If you add too much padding here, the options won't show in IE */
  width: 100%;
}
.styled-select.slate {
  background: url(../img/slate.jpg) no-repeat right center;
  height: 34px;
  width: 240px;
}
.styled-select.slate select {
  border: 1px solid #ccc;
  font-size: 16px;
  height: 34px;
  width: 240px;
}
/* -------------------- Colors: Background */
.slate {
  background-color: #ddd;
}

/* -------------------- Colors: Text */
.slate select {
  color: #000;
}

label > input{ /* HIDE RADIO */
 display:none;
}
label > input + img {/* IMAGE STYLES */
  cursor:pointer;
  border:2px solid transparent;
  opacity: 0.8;
}

label > input:checked + img { /* (CHECKED) IMAGE STYLES */
  border:2px solid #3d74c7;
-webkit-box-shadow: 3px 3px 15px 0px rgba(50, 50, 50, 0.51);
-moz-box-shadow:    3px 3px 15px 0px rgba(50, 50, 50, 0.51);
box-shadow:         3px 3px 15px 0px rgba(50, 50, 50, 0.51);
  opacity: 1;
}


/* hover style just for information */
label:hover:before {
  border: 1px solid #4778d9!important;
}

@-webkit-keyframes sheen {
  0% {
    -webkit-transform: skewY(-45deg) translateX(0);
            transform: skewY(-45deg) translateX(0);
  }
  100% {
    -webkit-transform: skewY(-45deg) translateX(12.5em);
            transform: skewY(-45deg) translateX(12.5em);
  }
}
@keyframes sheen {
  0% {
    -webkit-transform: skewY(-45deg) translateX(0);
            transform: skewY(-45deg) translateX(0);
  }
  100% {
    -webkit-transform: skewY(-45deg) translateX(12.5em);
            transform: skewY(-45deg) translateX(12.5em);
  }
}
.wrapper {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.button {
  padding: 0.4em 0.9em;
  text-align: center;
  text-decoration: none;
  color: #FF4700;
  font-size: 24px;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
  background:#FF4700;
  height: 50px;
  width: 92px;
}
.button:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  -webkit-transform: skewX(-45deg) translateX(-10px);
          transform: skewX(-45deg) translateX(-10px);
  -webkit-transition: none;
  transition: none;
}
.button:hover {
  background-color: #2ED41B;
  color: #fff;

}
.button:hover:before {
  -webkit-transform: skewX(-45deg) translateX(26em);
          transform: skewX(-45deg) translateX(26em);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}


.dropdown-selection {
	
}


.go-top{
	display:block;
	width:230px;
	height:50px;
	line-height:35px;
	text-align:center;
	font-size:18px;
	bottom:-40px;
	right:20px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
	background-color:#f5cb07;
	color:#FFFFFF;
	text-decoration:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	padding-top: 7px;

}

.go-top.show{
	bottom:20px;
}

.go-top:hover{
	background-color:#38D132;
	color:#FFFFFF;
}

.wrappery{
	margin:auto;
	text-align:left;
}




.confirm {
	width: 100px;
	height: 40px;
	background: #4176c8;
	border: 1px solid #fff;
	color:#fff;
	text-align: center;
	padding: 5px;
	margin-top: -100px;
	margin-bottom: 0px;
	font-size: 18px;
	  transition: all 0.2s ease-in-out;
	  float:left;
	  opacity: 0.9;
	  margin-left: 40px;
	  
	
}

.confirm:hover {
border: none;
color:#4176c8;
background:#fff;
  transition: all 0.2s ease-in-out;
	
}



#masthoehe-text  {
    margin: 0 auto;
	padding: 10px;
    background-color: #fff;
    -webkit-transition: all 1s linear;
}

#masthoehe-text:target {
    background-color: #4176c8;
	color:#fff;
    -webkit-transition: all 1s linear;
}

#maststaerke-text  {
    margin: 0 auto;
	padding: 10px;
    background-color: #fff;
    -webkit-transition: all 1s linear;
}

#maststaerke-text:target {
    background-color: #4176c8;
	color:#fff;
    -webkit-transition: all 1s linear;
}

#hissbar-text  {
    margin: 0 auto;
	padding: 10px;
    background-color: #fff;
    -webkit-transition: all 1s linear;
}

#hissbar-text:target {
    background-color: #4176c8;
	color:#fff;
    -webkit-transition: all 1s linear;
}

#kurbel-text  {
    margin: 0 auto;
	padding: 10px;
    background-color: #fff;
    -webkit-transition: all 1s linear;
}

#kurbel-text:target {
    background-color: #4176c8;
	color:#fff;
    -webkit-transition: all 1s linear;
}

#bodenbefestigung-text  {
    margin: 0 auto;
	padding: 10px;
    background-color: #fff;
    -webkit-transition: all 1s linear;
}

#bodenbefestigung-text:target {
    background-color: #4176c8;
	color:#fff;
    -webkit-transition: all 1s linear;
}

#masttyp  {
    margin: 0 auto;
	padding: 10px;
    background-color: #fff;
    -webkit-transition: all 1s linear;
}

#masttyp:target {
    background-color: #4176c8;
	color:#fff;
    -webkit-transition: all 1s linear;
}


.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
     zoom:1; /* hasLayout ie7 trigger */
}



input[type="radio"] {
    display:none;
}

input[type="radio"] + label {
    color:#f2f2f2;
    font-family:Arial, sans-serif;
    font-size:14px;
}

input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(img/check_radio_sheet.png) -38px top no-repeat;
    cursor:pointer;
}

input[type="radio"]:checked + label span {
    background:url(img/check_radio_sheet.png) -57px top no-repeat;
}


.group {
	  padding: 2em;
}

.input-number {
  overflow: hidden;
  position: relative;
  height: 42px;
  width: 92px;

	border-radius: 0px;
	
	font-size:18px;


}

.input-number input {
  border: none;
  display: inline-block;
  outline: none;
  height: 43px;
  position: relative;
  padding-left: 10px;
}

.input-number-increment,
.input-number-decrement {
  background-color: white;
  border: 0;
  border-left: 1px solid #e6ebee;
  cursor: pointer;
  display: block;
  outline: none;
  position: absolute;
  width: 22px;
  height: 25px;
  text-align: center;
  right: 3px;

}

.input-number-increment:hover:before {
  border-bottom-color: #ff7540;
}

.input-number-decrement:hover:before {
  border-top-color: #ff7540;
}

.input-number-increment {
  border-bottom: 1px solid #e6ebee;
top: -5px;
}

.input-number-decrement {
  bottom: 0;
}

.input-number-increment:before,
.input-number-decrement:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0; 
  height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
}

.input-number-increment:before {
	border-bottom: 5px solid #FF4700;
}

.input-number-decrement:before {
	border-top: 5px solid #FF4700;
}




/* Thar Buttons */

div.animated-button.thar-three {
	cursor: pointer;
	display: block;
	position: absolute;
	width: 250px;
	height: 51px;
	border: 1px solid #4378c7;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
	text-align: center;
	color:#666;
	font-size:16px;
	padding-top: 14px;
}

.wrapperz {

  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 244px;
  height: 170px;
  left: 30px;
  position: absolute;
    overflow: hidden; 
	margin-top: -200px;
	background:#fff;
		z-index: 1000;
		box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 16px 0px;
		
	


}

.radioback {
display: inline-block;
display: none;	
}

.merkmaleul {
margin-right: 35px;
 padding: 2px;	
}

.beratung {
margin-bottom: 0px;
 width: 244px;
  position: absolute;
   z-index: 99;
    margin-top: 0px;
	 left: 0px;	
}

.beratungbutton {
position: absolute; margin-left: -25px; bottom: 40px; cursor: pointer; z-index: 99; width: 100px;	
}

.sloganbox {
background:url(img/sloganbox.jpg), #fff; background-position: right; background-repeat: no-repeat;  width: 1300px; box-shadow: 0px 9px 19px -4px rgba(0,0,0,0.75); height: auto;	
}

.logosheader {
position: absolute; margin-top: 19px; margin-left: 200px; 	
}

.titleheader{
	position: absolute; margin-top: 11px; margin-left: 260px; font-size: 25px; color:#3d74c7; 
}

.titlecaptionheader {
	position: absolute; margin-top: 37px; margin-left: 260px; font-size: 10px; color:#5a5a5a;
}

.stuffheader {
	position: absolute; margin-top: -30px; left:710px; z-index: 1000; width: 450px;

}

.anfragemodal {
position: absolute; margin-top: 0px; padding-top: 70px; margin-left: -150px; z-index: 9999999; background-color:rgba(0,0,0,0.6)	
}

.countryslect {
width: 200px; position: absolute; z-index: 999; margin-top: -16px; margin-left: 2px; border: none; box-shadow: none; height: 28px;	
}

.modalpopup {
	position: absolute; margin-top: 180px; margin-left: -150px; z-index: 9999999;
}

.modalsetting {
width: 600px; height: 100%;	
}

.settingright {
position: absolute; width: 300px; height: 380px;  z-index: 999; margin-left: 965px; margin-top: 20px;	
}

.settingright-mobile {
position: absolute; width: 300px; height: 380px;  z-index: 999; margin-top: -45px;
}

.icontype {
position: absolute; z-index: 99999; font-size: 12px; color:#bbb; margin-left: 290px; margin-top: 45px;	
}

.tabposition {
z-index: 9999; position: absolute; width: 292px;border: 1px solid #3d74c7; margin-left: 5px; padding: 0;
 background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
}

.tabposition-mobile {
text-align: left;
}



.rightitle {
position: absolute; font-size: 20px; font-weight: bold; letter-spacing: 0.8px; width: 200px; z-index: 99; line-height: 26px; margin-top: -15px; margin-left: 35px;  display: inline-block;
}

.dropdownsetting {
position: absolute; z-index: 0; left: 20px; top: 10px; cursor: pointer;	
}

.drpdwn {
padding: 0; width: 95%	
}

.linkdropdown {
color: inherit; text-decoration: none;	
}

.dropdowninfo {
padding: 10px; background:#4176c8; color:#fff; text-align: center;	
}

.infoleft {
color:#fff; z-index: 999; margin-left: 5px; font-size: 11px;  pointer-events:none; 	
}

.summeback {
position: absolute; background: rgba(255,255,255, 0.7); width: 280px; height: 80px; margin-left: 12px; margin-top: 0px; text-align: center; padding-top: 25px;
}

.summeback-mobile {
position: absolute; background: rgba(255,255,255, 0.7); width: 280px; height: 80px; margin-left: 12px; margin-top: 0px; text-align: center; padding-top: 25px;
}


.summe {
font-size: 42px; color:#373737; font-weight: bold;
line-height: 10px; margin-left: -60px;
}

.summecaption {
	 font-size: 10px; color:#373737;	 margin-left: -60px;
}

.description {
position: absolute; right: 0px; width: 60px; height: 100%; background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
 color:#5a5a5a; margin-top: -25px; text-align: center; padding-top: 22px; font-size:28px;
 border-left: 1px solid #989898;
}

.description:hover {
position: absolute; right: 0px; width: 60px; height: 100%; background: rgb(109,158,255);
background: -moz-linear-gradient(top,  rgba(109,158,255,1) 0%, rgba(65,119,200,1) 100%);
background: -webkit-linear-gradient(top,  rgba(109,158,255,1) 0%,rgba(65,119,200,1) 100%);
background: linear-gradient(to bottom,  rgba(109,158,255,1) 0%,rgba(65,119,200,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d9eff', endColorstr='#4177c8',GradientType=0 );
 color:#fff; margin-top: -25px; text-align: center; padding-top: 22px; font-size:28px;
}

.stk {
	position: absolute; z-index: 999; left: -15px; margin-top: 96px;
	
}

.stkname {
position: absolute; z-index: 999; color:#666; margin-left: 32px; margin-top: 11px; font-size: 16px;	
}

.gears {
margin-top: -50px; margin-left: 330px; position: absolute;
}

.fahnenmast {
color:#4378c7; margin-right: 50px; font-size:40px; font-weight: bold; margin-top: -12px; font-family: 'Roboto', sans-serif;
}

.konfigurieren {
color:#aeaeae;  margin-left: 0px; font-size:40px; font-weight: bold; margin-top: -12px;	font-family: 'Roboto', sans-serif;
}

.shoppingcartbox {
 margin-top: 281px; width: 100px; position: absolute; z-index: 1000; margin-left: 100px;	
}

.shoppingcartbutton {
text-decoration: none;  color:#fff;	
}


.anfragebuttonbox {
 margin-left: 80px; width: 250px; position: absolute; margin-top: 225px; z-index: 99; height: 70px;
}

.anfragebutton {
text-decoration: none; font-size: 14px; height: 70px; padding-top: 13px;  border: none; color:#fff; background: #FF4700; width: 185px;
}

.sitecontainer {
	background:#fff; width: 1300px; box-shadow: 0px 9px 19px -4px rgba(0,0,0,0.75); height:2000px;
}

.sitecontainerwrap {
height: 1000px; padding: 10px 10px 10px 10px;	
}

.bottompart {
border: 1px solid #D3D3D3; height: 1800px; padding: 10px;	
}

.neutralmast {
margin-bottom: 10px; position: absolute; z-index: 1; margin-top: -548px; margin-left: 0px;	
}

.neutralback {
margin-bottom: 10px; position: absolute; z-index: 0;  top: 20px; margin-left: 0px;	
}

.formradio {
position: absolute; margin-left: 20px; margin-top: -500px; padding: 10px; border: 1px solid #fff; color:#fff; width: 150px; z-index: 1; background:rgba(0,0,0, 0.1)	
}

.merkmale {
	 margin-bottom: 5px; position: absolute; margin-left: 0px; font-size: 20px; z-index:3	
}

.merkmalebox {
position: absolute; margin-top: 30px; margin-left: 0px; height:200px; width:1280px; z-index: 99;	
}

.merkmalesmall {
font-size: 18px; margin-right: 20px; color:#3d74c7	; 
}

.merkmalebig {
margin-right: 20px; font-size: 18px; color:#3d74c7; text-align: center; white-space:nowrap;
}

.ekomibox {
	right: 70px;
	transform: scale(1);
	position: absolute;
	z-index: 997;
	margin-top: -130px;
	z-index: 300;
	width: 235px;
	color: #fff;
}
.ekomibox-mobil {
z-index: 997; left: -50px; position: absolute; transform:scale(0.9); margin-top: -10px;
color:#fff;
}

.ekomibox a {
	color:rgba(0, 0, 0, 0.0);
}

.merkmaleback {
position: absolute;   z-index: 2; width: 1757px; height: 500px; margin-left: -256px; margin-top: -165px;	overflow: hidden;
}

.buttontop {
	text-decoration: none; margin-top: 8px; 	
}

.buttontopicon {
	margin-right: 10px; font-size:30px; vertical-align: middle;
}

.myCheckbox {
font-weight: 100;
margin-top: 10px;	
}

.myCheckbox input {
    position: relative;
    z-index: -9999;
}

.myCheckbox span {
    width: 20px;
    height: 18px;
    display: block;
    background: url("../img/check-none.png");
	background-repeat:no-repeat;
	background-size: contain;
}

.myCheckbox input:checked + span {
    background: url("../img/check.png");
		background-repeat:no-repeat;
		background-size: contain;
}

.tabssingle {
display: inline-block;
width: 84px;
height: 40px;
padding-top: 10px;
background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
text-align: center;
}

.mobile-title {
	position: relative;
	margin-top: -62px;
	margin-left: 60px;
	 font-family: 'Roboto', sans-serif;
	 font-size: 26px;
	 line-height: 22px;
}


.tabmobile {
 background: #ffffff;

list-style: none;
height: 45px;
padding-top: 13px;
text-align: center;
}

.tabmobile:hover {
background: rgb(109,158,255);
background: -moz-linear-gradient(top,  rgba(109,158,255,1) 0%, rgba(65,119,200,1) 100%);
background: -webkit-linear-gradient(top,  rgba(109,158,255,1) 0%,rgba(65,119,200,1) 100%);
background: linear-gradient(to bottom,  rgba(109,158,255,1) 0%,rgba(65,119,200,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d9eff', endColorstr='#4177c8',GradientType=0 );

color:#fff;
}

.hoehemobil {
	padding: 7px;
	font-size: 10px;
	text-align: center;
border-right: 1px solid #eee;
  background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );	
}

.hoehemobil:hover {
background: rgb(109,158,255);
background: -moz-linear-gradient(top,  rgba(109,158,255,1) 0%, rgba(65,119,200,1) 100%);
background: -webkit-linear-gradient(top,  rgba(109,158,255,1) 0%,rgba(65,119,200,1) 100%);
background: linear-gradient(to bottom,  rgba(109,158,255,1) 0%,rgba(65,119,200,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d9eff', endColorstr='#4177c8',GradientType=0 );

color:#fff;
}

.mactive {
  background: rgb(109,158,255);
  background: -moz-linear-gradient(top,  rgba(109,158,255,1) 0%, rgba(65,119,200,1) 100%);
  background: -webkit-linear-gradient(top,  rgba(109,158,255,1) 0%,rgba(65,119,200,1) 100%);
  background: linear-gradient(to bottom,  rgba(109,158,255,1) 0%,rgba(65,119,200,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d9eff', endColorstr='#4177c8',GradientType=0 );
  
  color:#fff;
}

.headermobile {
height: 60px;
width: 100%;
border-bottom: 1px solid #eee;
margin-bottom: 10px;
	
}

.headertitle {
	font-size: 24px;
font-weight: bold;	
height: 30px;
line-height: 22px;
}

svg circle {
 fill:#3d74c7; 
}

.mobiletitle {
color:#1D1D1D;	
background: rgb(224,224,224);
background: -moz-linear-gradient(top,  rgba(224,224,224,1) 0%, rgba(174,174,174,1) 100%);
background: -webkit-linear-gradient(top,  rgba(224,224,224,1) 0%,rgba(174,174,174,1) 100%);
background: linear-gradient(to bottom,  rgba(224,224,224,1) 0%,rgba(174,174,174,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#aeaeae',GradientType=0 );
height: 20px;
}




.preismobil {
	border: 1px solid #5a5a5a;
	 height: 90px;
	 padding-top: 15px;
	 border-right: none;
	 text-align: center;	 
}

.endpreis-mobil {
font-size: 20px;
font-weight: bold;	
 font-family: 'Roboto', sans-serif;
}



.sendmailmobil {

text-align:center;

	
}

.input-numberz {
width: 100%;
  vertical-align: top;
  text-align: center;
  outline: none;
  border: none;
    height: 40px;
}


.input-number-decrementz,
.input-number-incrementz {
  height: 25px;
  user-select: none;
}

.input-number-decrementz,
.input-number-incrementz {
  display: inline-block;
  width: 100%;
  line-height: 30px;
  background: #f1f1f1;
  color: #444;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.input-number-decrementz:active,
.input-number-incrementz:active {
  background: #ddd;
}

.input-number-decrementz {
  border-right: none;

}

.input-number-incrementz {
  border-left: none;
}

.merkmalemobil {

width: 100%;
height: 50px;
border: 1px solid #3d74c7;
text-align: center;
padding-top: 10px;
margin-bottom: 10px;
background:#fff;
	
}


.navmobil {
margin-bottom: 8px; padding: 0; border-bottom: 1px solid #eee;	margin-top: -8px;
}

.brandmobil {
display: inline; text-transform: none; margin-left: -10px;
}

.befestkonfmobil {
padding: 0;border: 1px solid #5a5a5a; margin-bottom: 10px; 	
}

.mengemobil {
height: 90px; padding: 0; background:#fff; border: 1px solid #5a5a5a; border-right: none;	
}

.anfragemobil {
	 height:90px; padding: 0;
}

.anfragemobilbox {
padding: 0; background:#FF2F00; height:90px; color:#fff; padding-top: 20px; font-size: 16px;
	}
	
.tuvmobil {
	position: absolute; left: 90px; margin-top: -2px;
	
		
}

.checkback {

width: 172px;
margin-top: -34px;
height: 34px;
background: rgb(53,255,66);
background: -moz-linear-gradient(top,  rgba(53,255,66,1) 0%, rgba(0,222,5,1) 100%);
background: -webkit-linear-gradient(top,  rgba(53,255,66,1) 0%,rgba(0,222,5,1) 100%);
background: linear-gradient(to bottom,  rgba(53,255,66,1) 0%,rgba(0,222,5,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35ff42', endColorstr='#00de05',GradientType=0 );
position: absolute;
z-index: -1;
color:#fff;

	
}

.backtoconf {
padding: 10px 20px;
background:#4473b9;
color:#fff;
width: 195px;
float:right;
margin-right: -10px;
	
}

  span.inner {
        color: grey;
    }
    span.outer {
        color: red;
        text-decoration: line-through;
    }
	
	.inputGroupContainer {
	margin-bottom: 10px;	
	}
	
.confirm-message {

	font-size: 20px;
	
}

.priceinfomobil {
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%);
background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
height: 10px;	
padding-top: 5px;
font-size:22px;
border-top: 1px solid #eee;
}

.skyback {
position: absolute;
background: url(img/skyback.jpg);
background-size: cover;
top: 0px;
width: 100%;
height: auto;
	
}

.grassback {
	position: absolute;
	top: 500px;
	display: block;
	z-index: 1;
background:url(./img/grassback.png);
background-repeat:repeat-x;
height: 20px;
width: 100%;
}

.newnav {
 border: none; background: -moz-linear-gradient(top,  rgba(118,172,206,1) 0%, rgba(125,185,232,0) 100%);
background: -webkit-linear-gradient(top,  rgba(118,172,206,1) 0%,rgba(125,185,232,0) 100%);
background: linear-gradient(to bottom,  rgba(118,172,206,1) 0%,rgba(125,185,232,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76acce', endColorstr='#007db9e8',GradientType=0 ); margin-top: -10px;	
}

.grassbackpattern {
	position: absolute;
	top: 501px;
	display: block;
	z-index: -10;
background:url(./img/grassbackpattern.jpg);
background-repeat:repeat;
width: 100%;
height: 2100px;
}

.articlemobil {
position: absolute;
margin-top: -5px;
font-weight: bold;
left: 32px;	
font-size:12px;
}

.articledesktop {
position: absolute;
top: 23px;
font-weight: bold;
font-size:12px;
margin-left: 848px;
z-index: 999;
background: rgba(255,255,255, 0.4);
padding: 11px;

}

.anfragepricemobil {

font-size: 20px;
font-weight: bold;

	
}




.button-two {
  border-radius: 4px;
  background-color:#3d74c7;
  border: none;
  padding: 7px;
  width: 150px;
  transition: all 0.3s;
  color:#fff;
    text-align: center;
  cursor: pointer;
  font-size:18px;
  margin-left: 10px;

}


.button-two span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}

.button-two span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.3s;
}

.button-two:hover span {
  padding-right: 25px;
}

.button-two:hover span:after {
  opacity: 1;
  right: 0;
}

h2 {
	
	font-size: 20px;
	
}

h4 {
	
	font-size: 20px;
	
}

.ubersicht {
padding: 10px;
border: 1px solid #eee;
border-radius: 3px;
margin-bottom: 20px;
background: url(./images/clean.jpg);
background-size: cover;	

}

