
 @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 {
  font-size: 1.15rem;
}
header.masthead {
  margin-bottom: 1rem;
  padding-top: 0;
  padding-bottom: 0;
  background-image: url('../img/header-bg4.jpg');
  background-image: url('../img/header-bg4.webp');
}
header.masthead:before {
  background-color: transparent;
}
header.masthead .page-heading .subheading,
header.masthead .site-heading .subheading {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", sans-serif;
  color: #000;
  text-align: left;
}

header.masthead h1, 
header.masthead .h1 {
    padding-top: 1.5rem;
    font-size: 2.75rem;
	text-align: left;
	line-height: 1.25em;
  }
 @media (min-width: 1200px) {
  .h1 {
    font-size: 3rem !important;
 }
}
 @media (max-width: 991.98px) {
	header.masthead h1, 
	header.masthead .h1 {
		padding-top: .5rem;
		font-size: 1.75rem;
		text-align: left;
		line-height: 1.25em;
	 }
}

@media (max-width: 767.98px) {
	header.masthead .headimg {
	  max-width: 60% !important;
	}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
	header.masthead h1, 
	header.masthead .h1 {
		font-size: 2.25rem;
	 }
} 
@media (max-width: 575.98px) {
	header.masthead h1, 
	header.masthead .h1 {
		font-size: 1.5rem;
	 }
} 
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: Oswald, "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", sans-serif; 
  font-weight: 600;
  line-height: 1.5em;
}
h6, .h6, h5, .h5, h4, .h4 {
  font-weight: 600;
}
footer {
  margin-top: 3rem;
  padding-top: 1rem;
  padding-bottom: 3rem;
  font-size: .8em;
  background: #ddd;
}
footer hr { border-top: 1px solid #fff; }
footer a { text-decoration: none !important; line-height: 2.25em; color: #003993; }
footer a:hover { color: var(--bs-link-hover-color); }
p a {
  text-decoration: none;
}

.beratung a, 
.beratung p a { text-decoration: none !important; }

.justify-content-center {
  text-align: center;
}
.angebot-show { display: block; }
hr { border-color: #c7cbce; }
  
  /* NEU*/
ul.square,
ul.square2 {
  list-style-image: url('../img/square.png');
}
ul.square li,
ul.square2 li {
  padding-bottom: 10px;
  margin-left: 5px;
  padding-left: 3px;
}
ul.square2 {
  padding-left: 1rem;
  font-family: Oswald, "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, Helvetica, "Helvetica Neue", sans-serif; 
  font-size: 1.15em;
  font-weight: lighter;
}
ul.check, 
ul.up {
  margin: 0;
  padding-left: 0;
  width: fit-content;
}
ul.check li {
  padding-left: 47px;
  padding-top: 10px;
  padding-bottom: 10px;
  list-style-type: none;
  background-image: url('../img/check.png');
  background-repeat: no-repeat;
  background-position: center left;
  border-bottom: 1px solid #ccc;
}
ul.up li {
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  list-style-type: none;
  background-image: url('../img/up.png');
  background-repeat: no-repeat;
  background-position: top left;
  font-weight: 600;
}

.bg-blue { 
	background: #CDE7FF; 
	background: linear-gradient(to bottom, rgb(182, 221, 255) 0%,rgb(232, 243, 255) 50%,rgb(85, 159, 219) 100%);
	display: block;
	text-align: right;
}
.bg-grey { 
	background: #f5f5f5; 
	border-radius: 12px;
}
.bg-green { 
	background: #e5f5f2; 
	border-radius: 12px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 22px 20px -20px;
}
.bg-infos { 
	background: #e7f6f7; 
	border-radius: 12px;
}
.box-bg-white-border { 
	background: #fff; 
	border-radius: 12px;
	padding: 20px;
	border: 4px solid #37A2B5;
}
.box-bg-white {
  /*box-shadow: rgba(7, 38, 66, 0.34) 0px 4px 9px;*/
  border-radius: 12px;
  background: #ebf5f3;
}
.bg-yellow { 
	background: #fff89a; 
}

hr.red {
  border-color: #cc071d;
}
.dh-red {
  color: #cc071d;
}
.borderbox {
  border: 4px solid #cc071d;
  border-radius: 12px;
}
.shadow { box-shadow: rgba(0, 0, 0, 0.4) 0px 20px 20px -20px; }

.testi img {
  border-radius: 90%;
  border: 4px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 25px;
}
.kreis {
  border-radius: 90%;
  border: 4px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 25px;
}
.durch {
  -webkit-text-decoration-line: line-through !important;
  text-decoration-line: line-through !important;
  text-decoration-color: #000;
  -webkit-text-decoration-color: #000;
}
.btn-dh {
  padding-left: 2.5rem;	
  padding-right: 2.5rem;	
  color: #fff;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.5rem;
  border-radius: 6px;
  background-color: #bb0000;
  letter-spacing: 0;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-dh:hover {
  color: #fff;
  background-color: #aa0000;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
hr {
  border-color: #c7cbce;
  opacity: 1;
}
.small {
  font-size: 0.9em;
}
.bcr {
  font-size: 0.7em;
}
.beratung { 
	padding: 20px;
	border: 5px dashed #D00; 
}
.msg { margin-top: 15px; font-weight: bold; }
.success { color: green; }
.error { color: red; }
	
@media (max-width: 767.98px) {
	.order1 { order: 1; padding-bottom: .5rem !important; }
	.order2 { order: 2; padding-top: .5rem !important; }
	.order3 { order: 3; padding-top: .5rem !important; }
	.order4 { order: 4; }
}
/*
ul.check {
  margin: 0;
  padding-left: 1.2rem;
}
ul.check li {
  position: relative;
  list-style-type: none;
  padding-left: 2.5rem;
  margin-bottom: 0.5rem;
}

ul.check li:before {
    content: '\1F5F8';
    display: block;
    position: absolute;
    left: 0;
    top: -12px;
	font-size: 1.75em;
	font-weight: 600;
	color: #c00;
}
*/
.praemie {
  background: #e6f9b3;
  border-radius: 12px;
}

/*  Accordion  */
.infos {
  overflow: hidden;
}
.accordion {
	width: 100%;
	margin: auto;
}
.accordion input {
	display: none;
}
.accordion label {
	display: flex;
	justify-content: space-between;
	padding: 1.5rem 1rem 1rem;
	cursor: pointer;
}
.accordion label::after {
	content: "\276F";
	transform: rotate(90deg);
	transition: all 0.35s;
}
.accordion input:checked + label::after {
	transform: rotate(270deg);
	transition: all 0.35s;
}
.accordion .content {
	display: none;
	padding: 0 1rem 1rem;
}
.accordion input:checked + label + .content {
	display: block;
}

/* To top */
#scrollTopBtn {
	position: fixed;
	bottom: 90px;
	right: 10px;
	display: none;
	background-color: #fff;
	color: white;
	border: none;
	padding: 12px 14px;
	border-radius: 90%;
	cursor: pointer;
	font-size: 20px;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25);
}

/* 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: 0 8px 3px;
  margin: 0 12px !important;
  background: #FFF;
}
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;
}
.col-vers  {
  border-top: 1px solid #ced4da;
}
.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 1rem;
}
.list ul li {
	line-height: 1.5em;
}

label { font-size: .85em; }
.form-control { 
	padding: 0.75rem;
	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;
  }
  
/* Masthead 

header.masthead {
  background-position: top left;
}
.masthead .h1 {
  font-size: 2.25em;
  font-weight: 600;
}
.masthead h1 {
  font-size: 3em;
  font-weight: 800;
}
*/














