@charset "utf-8";
/* CSS Document */

/*==============================*
* BOX ANGEBOT                  *
* root                         *
* Version 1.0.0  - 05/2018     *
*==============================*/
button {
cursor: pointer;
}

.PaketConSec{
width: 99%;
margin: 0 auto;
}

.PaketCon{
ma rgin-bottom: 4rem;
}

.PaketConHeader{
background: #333;
width: 100%;
text-align: center;
padding: 2rem 0;
}
	.PaketConHeaderLine{
	color: #fff;
	font-weight: bold;
	letter-spacing: .2rem;
	font-size: 1.2rem;	
	}

.PaketConText{
background: #f4f4f4;
padding: 2rem 3rem;
}
	.PaketConTextP{
	font-size: .8rem;
	color: #333;
	text-align: justify;
	}
	
	.PaketListP{
	list-style: none;
	margin-top: 2rem;
	}
	.PaketListP li {
	list-style:url(../Bilder/Leistungen/Ja.png);
	margin-bottom: 1rem;
	margin-left: 1.2rem;
	font-size: .9rem;
	color: #333;
	}

.PaketCard{
b ackground: #f4f4f4;
padding: 0.4rem 3rem;
margin-bottom: 4rem;
}

.PaketConHeader2{
background: #333;
width: 100%;
text-align: center;
padding: 1.5rem 0;	
}
	.PaketConHeaderLine2{
	font-size: 1.1rem;
	letter-spacing: .1rem;
	color: #fff;
	}

.PaketMitte{
text-align: center;
}
	.PaketPreis{
	color: #222;
	font-size: 1.5rem;
	}





/* 420 bis 767 */
@media only screen and (min-width: 420px) {
.PaketConSec{
width: 85%;
}
	
}


@media only screen and (min-width: 768px) {
.PaketConSec{
width: 70%;
}

.PaketConHeader{
padding: 2.2rem 0;
}
	.PaketConHeaderLine{
	font-size: 1.5rem;	
	}
	
	.PaketConTextP{
	font-size: 1rem;
	}
	.PaketListP li {
	font-size: 1.1rem;
	margin-left: 1.2rem;
	}
	
	.PaketConHeaderLine2{
	font-size: 1.4rem;
	}
	
	.PaketPreis{
	font-size: 1.8rem;
	}
	
}


@media only screen and (min-width: 930px) {
.PaketConSec{
width: 65%;
}

.PaketConHeader{
padding: 2.5rem 0;
}
	.PaketConHeaderLine{
	font-size: 1.7rem;	
	}
	
}


@media only screen and (min-width: 1000px) {
.PaketConSec{
width: 55%;
}
	
	.PaketListP li {
	margin-left: 1.7rem;
	}
	
}


@media only screen and (min-width: 1200px) {
.PaketConSec{
width: 45%;
}

.PaketConHeader{
padding: 2.5rem 0;
}
	.PaketConHeaderLine{
	font-size: 1.8rem;	
	}
	
	.PaketListP li {
	margin-left: 2rem;
	}
	
}


@media only screen and (min-width: 1550px) {
.PaketConSec{
width: 40%;
}	
}

/*==============================*//*==============================*/
/*==============================*//*==============================*/
/*====Warenkorb====Warenkorb====*/
.CardBox{
border: 2px solid #999;
padding:3rem;
}

.CardTitelPaket{
	
}

.label-gewerbe {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  fo nt-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* alte checkbox */
.label-gewerbe input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* meine checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color:#8a0808;
}

.label-gewerbe:hover input ~ .checkmark {
  background-color: #999;
}
.label-gewerbe input:checked ~ .checkmark {
  background-color: #2ea848;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.label-gewerbe input:checked ~ .checkmark:after {
  display: block;
}
.label-gewerbe .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 






.AdresseEingabe {
border: 1px #999 solid;
width: 100%;
height: 2rem;
padding: 0 .5rem;
}
	.AdresseEingabe:hover,
	.AdresseEingabe:focus{
	background: #ccc;
	}

.anrede {
margin-right: 1rem;
}

.FormInput{
padding: 1rem 0;
}


.CardBoxFooter,
.OrderSiteFooter{
background: #999;
width: 100%;
margin-bottom: 2rem;
cursor: pointer;
text-align: center;
padding: 1rem 0;
color: #fff;
font-size: 1.2rem;
font-weight: bold;
display: inline-block;
}

	.CardBoxFooter:hover,
	.OrderSiteFooter:hover {
	background: #af8f47;
	}

/* 420 bis 767 */
@media only screen and (min-width: 420px) {
	
}


@media only screen and (min-width: 768px) {
	
}


@media only screen and (min-width: 930px) {
	
}


@media only screen and (min-width: 1000px) {
	
}


@media only screen and (min-width: 1200px) {
	
}


@media only screen and (min-width: 1550px) {
	
}