
.preisliste-right {
    float: right;
    font-weight: 600;
}

.menuepunkt {
	color: #fff;
	text-decoration: none;
	padding: 5px;
}


img {
    height: auto;
    max-width: 100%;
}


select {
    min-height: 47px;
    min-width: 100%;
    text-align: center;
    width: 100%;
}




#ergebnis {
display: none;
}

*
{
 font-family: 'ErasItcTEE-Medi';
}

h2 {
   font-family: 'ErasITCbyBT-Light';
}

.subline {
color: #4c4c4c;
margin: 0 auto;
max-width: 80%;
width: 800px;
text-align: center;
margin-bottom: 30px;	
}



#errorb, #errora, #grosskunde, #rabatt, #rabattmiete {
	display: none;
	color: #990000;
}

.left, .right {
	border-bottom: 1px dashed #c6c6c6;
	float: left;
	width: 49%;
	color: #434343;
}

.left {
	clear: left;
	padding-top: 10px;
}

h2 {
color: #434343;
letter-spacing: 0.5px;
}


.clear {
    clear: both;
	margin-bottom: 40px; 
}

.clearnm {
    clear: both;
	margin-bottom: 10px; 
}


body {
background-color: #f2f2f2;
//background: url(background_wood.jpg);
//background-size: cover;
//background-attachment: fixed;
margin: 0;
}

#wrapper {
    background: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.35);
	border-radius: 10px;
    height: 100%;
    margin: 0 auto;
    max-width: 85%;
    padding: 20px;
    width: 800px;
	position: relative;
	z-index: 2;
}
#ergebnis p {
	color: #434343;
}


label:hover, button:hover, .button:hover {
	cursor: pointer;
}



.right > input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #c6c6c6;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.25) inset;
    color: #f07d00;
    font-size: 21px;
    margin-top: 4px;
    padding: 10px;
	text-shadow: 0 0 1px #fff;
}


input[type="text"]:disabled {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    padding: 0;
	text-align: right;
	transition: all 0.35s linear 0s;
}

input:required {
    box-shadow:none !important;
}
input:invalid {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25) inset !important;
}

.input-element {
    float: left;
    margin: 15px;
    max-width: 100%;
    width: 45%;
}


label {
    display: inline-block;
    max-width: 100%;
	color: #434343;
    min-height: 45px;
font-weight: 600;
}



.bsinput {
    color: #4e4e4e;
    font-size: 21px;
    padding: 10px;
    width: 100%;
	border-radius: 3px;
	border: 1px solid #c6c6c6;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25) inset;
}


.bsinput:focus {
    border: 1px solid #f07d00;
}

#errora, #errorb {
    background: #fff none repeat scroll 0 0;
    margin-left: 115px;
    margin-top: -60px;
    padding: 0;
    position: absolute;
}

#annahmen {
	display: none;
}


#annahmen ul {
    color: #434343;
    list-style: outside none none;
    margin: 0 !important;
    padding: 10px 0;
}

#buttonannahmen {
    color: #f07d23;
    display: table;
    text-decoration: underline;
}

#buttonannahmen:hover {
	cursor: pointer;
}


.cta {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc6900+0,f07d00+100 */
background: #cc6900; /* Old browsers */
background: -moz-linear-gradient(45deg,  #cc6900 0%, #f07d00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #cc6900 0%,#f07d00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #cc6900 0%,#f07d00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc6900', endColorstr='#f07d00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    color: #fff;
    font-size: 48px;
    height: 500px;
    margin-bottom: 200px;
    margin-top: -50px;
    padding: 200px 50px 0;
    text-align: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    z-index: 1;
}


.right {
text-align: right;
}


button, .button {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#efa95d+0,f07d00+100 */
background: #efa95d; /* Old browsers */
background: -moz-linear-gradient(top,  #efa95d 0%, #f07d00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #efa95d 0%,#f07d00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #efa95d 0%,#f07d00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efa95d', endColorstr='#f07d00',GradientType=0 ); /* IE6-9 */
    border: 0 none;
    border-radius: 5px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.8px;
    padding: 10px;
	text-decoration: none;
}

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

button:hover, .button:hover {
opacity: 0.9;
transition: all 0.1s linear;
}
















#registrierungsformular {
display: none;
}






.incorrect {
color: #990000;
font
}

@font-face {
  font-family: 'ErasITC-Bold';
  src: url('https://www.butterspender.de/font/ErasITC-Bold.eot?#iefix') format('embedded-opentype'),  url('https://www.butterspender.de/font/ErasITC-Bold.woff') format('woff'), url('https://www.butterspender.de/font/ErasITC-Bold.ttf')  format('truetype'), url('https://www.butterspender.de/font/ErasITC-Bold.svg#ErasITC-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'ErasItcTEE-Medi';
  src: url('https://www.butterspender.de/font/ErasItcTEE-Medi.eot?#iefix') format('embedded-opentype'),  url('https://www.butterspender.de/font/ErasItcTEE-Medi.woff') format('woff'), url('https://www.butterspender.de/font/ErasItcTEE-Medi.ttf')  format('truetype'), url('https://www.butterspender.de/font/ErasItcTEE-Medi.svg#ErasItcTEE-Medi') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'ErasITCbyBT-Light';
  src: url('https://www.butterspender.de/font/ErasITCbyBT-Light.eot?#iefix') format('embedded-opentype'),  url('https://www.butterspender.de/font/ErasITCbyBT-Light.woff') format('woff'), url('https://www.butterspender.de/font/ErasITCbyBT-Light.ttf')  format('truetype'), url('https://www.butterspender.de/font/ErasITCbyBT-Light.svg#ErasITCbyBT-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@media screen and (max-width: 780px) { 

h2 {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.subline {
	margin-top: 30px;
	margin-bottom: 0;
}

.input-element {
	width: 94%;
}

.bsinput {
	width: 85%;
}

#wrapper {
	max-width: 80%;
}

.left, .right {
	float: none;
	width: 100%;
}


.right {
    margin-top: -30px;
}


}

#cookiehinweis {
	line-height: 125%;
    background: rgba(255, 255, 255, 0.95);
    border: 2px dotted #F07D00;
    bottom: 10px;
    color: #484848;
    font-size: 14px;
	text-align: center;
    line-height: 125%;
    margin: 20px;
    padding: 10px;
    position: fixed;
	left: 10px;
    width: 300px;
    z-index: 999999;
	right: 0;
	display: none;
}

#cookiehinweis_close {
    background: #F07D00;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 15px;
	margin: 10px;
    text-align: center;
}

#cookiehinweis_mehrinfos {
	text-decoration: underline;
	color: #F07D00;
}
