
 @font-face {
        font-family: 'Oswald';
        src: url('../fonts/Oswald-Regular.eot') format('opentype');
}
@font-face {
        font-family: 'Oswald';
        src: url('../fonts/Oswald-Regular.ttf') format('truetype');
}
@font-face {
        font-family: 'Oswald-Light';
        src: url('../fonts/Oswald-Light.ttf') format('truetype');
}

body, input, select, textarea, header nav ul li {
  font-family: 'Segoe UI',  Arial, Helvetica, system-ui, -apple-system, 'Helvetica Neue', 'Trebuchet MS', Verdana, sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 1.25;
}
.logo {
  max-width: 150px;
  margin-left: 10px;
}
header {
  max-height: 110px;
  background: #005231;
  box-shadow: rgba(0, 0, 0, 0.39) 0px 5px 20px, rgba(0, 0, 0, 0.43) 0px 4px 6px;
  z-index: 1;
  position: relative;
}
header nav {
  margin: 0 0 0 40px;
  padding: 0;
  border-left: none;
  position: absolute;
  right: 0;
}
header nav ul li {
	text-align: center;
	letter-spacing: 0;
	margin-left: 50px;
	padding: 28px 30px;
}
header nav ul li:last-child {
	background: #ffffff;
	/*padding: 14px 30px 15px;*/
}
header nav ul li:last-child.active {
	background: #7ec352;
}
header nav ul li a {
	font-family: Oswald, 'Segoe UI',  Arial, Helvetica, system-ui, -apple-system, 'Helvetica Neue', 'Trebuchet MS', Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: .25px;
}
header nav ul li:last-child a {
	color: #a00;
	font-weight: 600;
}
header nav ul li a:hover,
header nav ul li a.active {
  color: #7ec352;
}
header nav ul li:last-child a:hover {
  color: #7ec352;
}
header nav ul li:last-child a.active {
  color: #FFFFFF;
}


/*
header nav ul li:last-child {
  background: #c00;
  padding: 4px 30px;
  margin-left: 100px;
  margin-top: 8px;
  border: 2px solid #fff;
}
header nav ul li:last-child:hover {
	background: #fff;
  border: 2px solid #fff;
}
header nav ul li:last-child.active {
	background: #fff;
  border: 2px solid #fff;
}
header nav ul li:last-child a {
	color: #fff;
}
header nav ul li:last-child a:hover,
header nav ul li:last-child a.active {
  color: #c00;
}
@media (max-width: 800px) {
  header nav ul li:last-child {
    margin-left: 0 !important;
    border: 0 !important;
    padding: 16px 30px !important;
    margin-top: 0 !important;
  }
}
*/


header .menu_icon {
  margin-top: 15px;
}

::selection {
  background: #005231;
}
#nav ul li a:hover,
#nav ul li a.active {
  background-color: transparent;
  color: #7ec352;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.red { color: #cc071d !important; }
.green { color: #0a794c; }

sup {
  top: -0.1em;
  font-size: 0.7em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  padding-left: 2px;
}
footer {
  padding: 20px 0 40px;
  background: #dbdbdb;
}
footer .rights {
  font-family: 'Segoe UI',  Arial, Helvetica, system-ui, -apple-system, 'Helvetica Neue', 'Trebuchet MS', Verdana, sans-serif;
  font-size: 0.85em;
  margin-top: 15px;
  line-height: 25px;
}
footer .rights a {
  font-family: 'Segoe UI',  Arial, Helvetica, system-ui, -apple-system, 'Helvetica Neue', 'Trebuchet MS', Verdana, sans-serif;
  font-weight: 400;
}
.cta {
  padding-top: 30px;
  padding-bottom: 40px;
}
h2, .h2, h3, .h3, h4, .h4 {
  padding-top: 20px;
  padding-bottom: 10px;
  color: #000;
  font-family: 'Segoe UI',  Arial, Helvetica, system-ui, -apple-system, 'Helvetica Neue', 'Trebuchet MS', Verdana, sans-serif;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0;
	
}
h2, .h2 {
  font-size: 2em;
}
h3, .h3 {
  font-size: 1.5em;
}
h4, .h4 {
  font-size: 1.25em;
}
h2.bigger, 
.h2 .bigger { font-size: 3em; font-weight: 700; }
h3.bigger, 
.h3 .bigger { font-size: 2em; }
h4.bigger, 
.h4 .bigger { font-size: 1.5em; }

.bg-blue h2, 
.bg-blue .h2, 
.bg-blue h3, 
.bg-blue .h3, 
.bg-blue h4, 
.bg-blue .h4 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.zahlrund {
  background: #b00;
  color: #fff;
  padding: 6px 18px;
  border-radius: 90%;
  font-size: 1.75em;
  border: 4px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 5px;
}
p, .features p {
  color: #000;
  font-family: 'Segoe UI',  Arial, Helvetica, system-ui, -apple-system, 'Helvetica Neue', 'Trebuchet MS', Verdana, sans-serif;
  font-size: 1em;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.features {
  padding-top: 30px;
  padding-bottom: 40px;
  background: #fff;
}

.features .ficon {
  padding: 5px 0 10px;
  text-align: center;
}
.features .ficon p {
  margin-bottom: 10px;
}
.features .details_exp {
  text-align: center;
  padding-bottom: 10px;
}
/*
.feature .ficon {
  width: 13.78612716763006%;
  margin-right: 3.5606936416185%;
}
.feature .details_exp {
  width: 80.36416184971098%;
}
.features .feature {
  margin-bottom: 0;
  margin-right: 1.8888888888%;
  margin-left: 1.38888888888%;
  width: 29.83333333333333%;
}
.features .feature:nth-child(3n) {
  margin-right: 1.8888888888%;
  margin-left: 1.88888888883%;
}
.features .feature-2 {
  display: block;
  width: 45.33333333333333%;
  height: auto;
  float: left;
  margin-right: 3.666666666666667%;
  margin-bottom: 100px;
}*/
.centerbold {
  padding-top: 0;
  padding-bottom: 40px;
  text-align: center;
  font-size: 1.25em;
}
.five {
  padding: 20px 0;
  width: 17.5%;
  margin-right: 1%;
  margin-left: 1%;
  float: left;
}
.five img {
  border-radius: 90%;
  border: 4px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 7px 15px;
}
.center {
    text-align: center;
}
.shadow {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.bg-grey { 
	background: #f3f3f3; 
}
.bg-blue { 
	background: url(../img/bg-blue.jpg) no-repeat 0 0; 
}
.drh { 
display: flex; 
 justify-content: left; 
 align-items: end;
} 
.pos-rel { 
	position: relative;
}
ul.square,
ul.square-2 { list-style-image: url('../img/square.png'); }
ul.square li { padding-bottom: 20px; margin-left: 5px; }

ul.square-2 li { padding-bottom: 15px; margin-left: 20px; }

.small { font-size: 0.8em; }
 
.durch {
    -webkit-text-decoration-line: line-through;
    -webkit-text-decoration-color: #111;
    -webkit-text-decoration-style: solid;
    -webkit-text-decoration-thickness: 1px;
	text-decoration: line-through 1px solid !important;
}

.features button.cta_btn {
  display: inline-block;
  padding: 1rem 2rem;
  background-color: #bb0000;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  margin-top: 20px;
  -webkit-border-radius: 0.375rem;
  border-radius: 0.375rem;
  cursor: pointer;
}
.features button.cta_btn:hover {
  background-color: #990000;	
}
button.cta_btn:disabled {
  color: #888;
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #999;
  opacity: 0.65;
}


/* Tabelle basket */

table.rechnung {
  margin: 1.5em 0;
  border-radius: 0.35em;
  width: 100%;
}
table.rechnung tr td {
  padding: 10px;
  font-size: 0.9em;
}
table.rechnung tr td button {
  border-radius: 4px;
  border: 1px solid #DDD;
  padding: 3px 8px;
  margin: 0 12px !important;
  background: #FFF;
  cursor: pointer;
}
table.rechnung .td-prod,
table.rechnung .td-menge,
table.rechnung .td-betrag { 
  padding: 25px 10px 25px 0;
}
table.rechnung .td-menge .small {
  margin: 1rem 1rem 0;  
  font-size: 0.9rem;
}
.bshadow {
  background: #eff1f2;
}
.tophead {
  border-top: 1px solid #ced4da;
}
.summe {
  border-top: 3px solid #ced4da;
  border-bottom: 1px solid #ced4da;
  line-height: 40px;
}
.bshadow .head {
  background: #F3F4F5 !important;
}
#pic { 
	width: auto;
	float: left;
	margin-right: 30px;
	padding: 10px 20px;
	border-radius: 4px;
	background: #ebf0f2;
	background: linear-gradient(to bottom, rgba(235,240,242,1) 0%,rgba(235,240,242,1) 20%,rgba(197,219,229,1) 70%,rgba(197,219,229,1) 100%);
}

.art-desc { 
	float: left; 
	margin-top: 20px;
}
.art-desc::after { clear: left; }

.list ul {
	padding: 1.25em 1em;
}
.list ul li {
	line-height: 1.5em;
}

@media (max-width: 800px) {
	body, input, select, textarea {
	  font-family: 'Segoe UI',  Arial, Helvetica, system-ui, -apple-system, 'Helvetica Neue', 'Trebuchet MS', Verdana, sans-serif;
	  font-size: 1.15em;
	}
	header {
		height: auto;
		padding-bottom: 10px;
	}
	header nav { 
		margin: 10px 0 20px 0;
		padding: 0;
		background: #00663d; 
		border-top: 1px #03a262 solid;
	}
	header nav ul li {
		margin-left: 0;
		padding: 0;
		text-align: center;
		letter-spacing: 0;
		border-bottom: 1px #03a262 solid;
	}
	header nav ul li a {
		color: #ffffff;
		font-weight: 400;
		font-size: 0.75em;
		padding: 10px 0;
	}
	h2, .h2 { 
		font-size: 1.1em; 
		padding-top: 10px;
		padding-bottom: 20px;
	}
	h3, .h3 { 
		font-size: 0.9em; 
		padding-top: 10px;
		padding-bottom: 20px;
	}
	h4, .h4 { 
		font-size: 0.8em; 
		padding-top: 10px;
		padding-bottom: 20px;
	}
	h2.bigger, 
	.h2 .bigger { font-size: 1.35em; }
	h3.bigger, 
	.h3 .bigger { font-size: 1.2em; }
	h4.bigger, 
	.h4 .bigger { font-size: 1em; }
	
	.small { font-size: 0.8em; }
		
	.five {
	  padding: 10px 0;
	  width: 95%;
	}
	.five img {
	  border: 2px solid #fff;
	  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	}
	footer { padding-left: 15px; padding-right: 15px; }
	.features {
	  padding-top: 10px;
	  padding-bottom: 10px;
	  background: #fff;
	}
	
}

@media (max-width: 1152px) {
  .container {
      max-width: 1100px;
  }
  .logo {
	max-width: 100px;
  }
  header nav {
	  margin: 0;
	  padding: 0;
  }
  header nav ul {
	  width: 100%;
	  margin: 0 auto;
	}
  header nav ul li {
	  margin-left: 0;
	  padding: 16px 22px;
}
  header nav ul li a {
	  font-size: 0.75em;
  }
}

@media (max-width: 1200px) {
  .wrapper {
    padding: 0 15px;
  }
}

@media (min-width: 1153px) {
	header {
		height: 110px;
	  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (max-width: 800px) {
  header nav.show_menu {
    margin-top: 10px;
	width: 100%;
  }
  header nav ul li:last-child {
	 border-bottom: 1px solid #00663d;
	 box-shadow: rgba(0, 0, 0, 0.39) 0px 5px 20px, rgba(0, 0, 0, 0.43) 0px 4px 6px;
  }
}

label { font-size: .85em; }
.form-control { 
	padding: 0.75rem;	
	margin-top: 5px;
	margin-bottom: 15px;
	border: none; 
	background-color: #eff1f2;
	/*box-shadow: rgba(0, 0, 0, 0.7) 0px 6px 8px -9px;*/
}

/* Checkbox */
    .agb input[type=checkbox] {
      --active: #275EFE;
      --active-inner: #fff;
      --focus: 2px rgba(39, 94, 254, .3);
      --border: #BBC1E1;
      --border-hover: #275EFE;
      --background: #eff1f2;
      --disabled: #F6F8FF;
      --disabled-inner: #E1E6F9;
      -webkit-appearance: none;
      -moz-appearance: none;
      height: 21px;
      outline: none;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      margin: 0 5px 0 0;
      cursor: pointer;
      border: 1px solid var(--bc, var(--border));
      background: var(--b, var(--background));
      transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }
    .agb input[type=checkbox]:after {
      content: "";
      display: block;
      left: 0;
      top: 0;
      position: absolute;
      transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }
    .agb input[type=checkbox]:checked {
      --b: var(--active);
      --bc: var(--active);
      --d-o: .3s;
      --d-t: .6s;
      --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }
    .agb input[type=checkbox]:disabled {
      --b: var(--disabled);
      cursor: not-allowed;
      opacity: 0.9;
    }
    .agb input[type=checkbox]:disabled:checked {
      --b: var(--disabled-inner);
      --bc: var(--border);
    }
    .agb input[type=checkbox]:disabled + label {
      cursor: not-allowed;
    }
    .agb input[type=checkbox]:hover:not(:checked):not(:disabled) {
      --bc: var(--border-hover);
    }
    .agb input[type=checkbox]:focus {
      box-shadow: 0 0 0 var(--focus);
    }
    .agb input[type=checkbox]:not(.switch) {
      width: 21px;
    }
    .agb input[type=checkbox]:not(.switch):after {
      opacity: var(--o, 0);
    }
    .agb input[type=checkbox]:not(.switch):checked {
      --o: 1;
    }
    .agb input[type=checkbox] + label {
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      margin-left: 4px;
    }

    .agb input[type=checkbox]:not(.switch) {
      border-radius: 4px;
    }
    .agb input[type=checkbox]:not(.switch):after {
      width: 5px;
      height: 9px;
      border: 2px solid var(--active-inner);
      border-top: 0;
      border-left: 0;
      left: 7px;
      top: 4px;
      transform: rotate(var(--r, 20deg));
    }
    .agb input[type=checkbox]:not(.switch):checked {
      --r: 43deg;
    }
  }

  .agb * {
    box-sizing: inherit;
  }
  .agb *:before,
  .agb *:after {
    box-sizing: inherit;
  }