
.infobox{
  margin: 0 auto;
  max-width: 1200px; 
}
.icon-box{
margin: 0 auto 20px;
  display: block;  
}

.content-wheit{
 background: var(--weiss);
  box-shadow: var(--st-shadow);
  position: relative;  
}

.content-trust{
  background: var(--trust);
  box-shadow: var(--st-shadow);
  position: relative;
}

.flex {
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.iconbox{
width: 412px;
text-align: center;
  background: #fff;
  border-radius: 40px;
 margin: 31px 20px;
  box-shadow: var(--st-shadow); 
}

.iconbox h3{
  margin-top: 30px; 
}

.icon-box-img{
  margin-top: 30px;
}

.table-mobil
{
	overflow-x:auto;
	box-shadow:var(--st-shadow);
  border-radius: 40px;
}
.table
{
	border-collapse:collapse;
	width:100%;
	text-align:center;
	word-break:break-word;
	background:#fff;
	overflow:hidden;
min-width: 1000px;
  hyphens: auto;
  border-radius: 40px;
}


thead
{
	border-bottom:1px solid #d6d6d6;
	background:var(--trust);
}


.table tbody tr
{
	border-top:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6
}

.table tbody tr:last-child
{
	border-bottom:none
}

.table tr:nth-of-type(2n)
{
	background:#e6ebef
}

.table tbody tr:hover td
{
	background:#d7dee4;
	transition:all .6s ease
}

.table td:first-child,.table th:first-child
{
	padding:20px 14px
}


.table td
{
	padding:20px 14px;
	border:1px solid #C1C1C1
}

.table td:last-child
{
	border-right:none
}

.table td:first-child
{
	border-left:none
}



.table-bold tbody td:first-child
{
	font-weight:700;
	color:var(--blau)
}

tfoot
{
	font-size:.824em;
	padding:7px 0 0!important;
	background:#F0F0F0;
	color:#3B3B3B;
	border-top:1px solid #d6d6d6
}


.vs-acc-hl
{
	display:inline-block
}

.vs-accHeader2
{
	padding-top:25px;
	padding-bottom:25px
}

.vs-accLink2
{
	margin-top:-34px;
	margin-bottom:15px;
	font-size:20px;
	text-align:left;
	margin-left:35px;
	font-weight:400;
	position:relative;
	cursor:pointer;
	background:none;
	border:none;
	padding:2px;
	display:block
}

.open button img
{
	transform:rotate(180deg)
}



span.vs-accLink2
{
	margin-left:35px
}



.vs-acc-bttn:focus-visible
{
	position:relative;
	z-index:1;
	outline:.15rem solid transparent!important
}

.vs-acc-hl:has(.vs-acc-bttn:focus-visible)
{
 border-color: #384963;
  box-shadow: 0 0 0 3px rgba(0, 64, 128, 0.3);
  outline: none; 
}

.vs-accCont2
{
	display:none
}

.open>div.vs-accCont2
{
	max-height:unset;
	display:block;
	margin-left:12px
}

.vs-accordion
{
	margin:50px 0
}

.vs-accHeader
{
	padding-top:25px;
	padding-bottom:25px
}

div.vs-accCont
{
	-webkit-transition:all .7s;
	-o-transition:all .7s;
	transition:all .7s;
	max-height:0;
	overflow:hidden;
	margin-left:25px
}

.vs-accLink
{
	margin-top:15px;
	margin-bottom:15px;
	color:var(--orange);
	font-weight:400;
	font-size:20px;
	text-align:left;
	margin-left:25px;
	position:relative;
	display:inline-block;
	cursor:pointer;
	background:none;
	border:none;
	font-family:'Comfortaa',sans-serif
}

.vs-accHeader h3
{
	font-size:1.176em;
	margin:0;
	text-align:left
}

.vs-accLink::before
{
	content:"";
	display:block;
	width:10px;
	height:2px;
	background:#5B5E6B;
	transform:translate3d(-3px,0,0) rotate(45deg);
	transition:transform .3s ease-in-out 0;
	position:absolute;
	left:-20px;
	top:11px
}

.vs-accLink::after
{
	content:"";
	display:block;
	width:10px;
	height:2px;
	background:#5B5E6B;
	transform:translate3d(3px,-2px,0) rotate(-45deg);
	transition:transform .3s ease-in-out 0;
	position:absolute;
	left:-20px;
	top:13px
}

.open .vs-accLink::after
{
	transform:translate3d(-3px,-2px,0) rotate(-45deg)
}

.open .vs-accLink::before
{
	transform:translate3d(3px,0,0) rotate(45deg)
}

.open>div.vs-accCont
{
	max-height:8000px
}


 

.square-list {
    counter-reset: list-counter;
    list-style: none;
    padding: 0;
  }

  .square-list > li {
    counter-increment: list-counter;
    position: relative;
    background-color: #ffffff;
    margin: 14px 0;
    padding: 18px 22px 18px 60px; 
    border-radius: 16px;
    box-shadow: var(--st-shadow);
  }


  .square-list > li::after {
    content: counter(list-counter);
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    border-radius: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: radial-gradient(circle at 50% 50%, #91A8CF, #4A566A);
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.4), inset 0 -1px 1px rgba(0,0,0,0.3);
  }


ul.st-gravur-list {
list-style: none;
padding-left: 2.5em;
}

ul.st-gravur-list li {
position: relative;
margin-bottom: 0.6em;
line-height: 1.6;
padding-left: 15px;    
}
    
  
ul.st-gravur-list li::before {
content: "";
  position: absolute;
  left: -1.2em;
  top: 0.48em;
  width: 16px;
  height: 16px;
  border-radius: 20%;
  background: radial-gradient(circle at 50% 50%, #91A8CF, #4A566A);
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.4), inset 0 -1px 1px rgba(0,0,0,0.3);
}


.kreuz{
 margin-left: -20px;
  margin-right: 12px; 
}

.st-boxfield {
gap: 10px;
display: grid;
grid-template-columns: 1fr 1fr 1fr;
margin-top: 20px;
padding: 10px;
}


.st-box-white{
background-color: var(--weiss);
border-radius: 40px;    
padding: 20px; 
max-width: 1100px;
margin: 44px auto;
}

footer{
max-width: 1400px;  
margin: 0 auto;
word-wrap: break-word;
text-align: center;
margin-top: 20px;
padding: 20px 20px 50px;      
background: #2E3B4E; 
border-radius: 40px 40px 0 0; 
box-shadow: 0 -3px 6px -2px rgba(0, 0, 0, 0.3);
color: #EDEDED; 
}

footer a{
color: #EDEDED; 
  font-weight: 300; 
  text-decoration: none; 
}

footer .focus-link:focus-visible {
  border-color: var(--weiss);
}

footer .focus-link:hover {
  border-color: var(--weiss);
}  
  

.footer-copy{
margin-top: 30px;
}
@media only screen and (max-width: 720px){
.st-boxfield {
grid-template-columns: 1fr 1fr;
}
}

@media screen and (min-width: 840px) {
  .infobox {
    display: flex;
  }
  .icon-box{
    margin: 0 30px 0 0;
  }
  .infocontent h3, .infocontent h2{
  text-align: left;
  margin: 0 0 20px;  
  }
  .infocontent p{
   padding: 0; 
  }
}

@media only screen and (max-width: 480px){
.st-boxfield {
grid-template-columns: 1fr;
}
}        
.st-teaserbox {
display: inline-block;
min-height: 250px;
border-radius: 40px;
overflow: hidden;
background: var(--weiss);
}
.teaserbox-img {
width: 100%;
  height: auto; 
}



.st-teaserbox-img img{
 height: auto;
  max-width: 100%;   
}
.inner {
margin: 10px;
}  

.inner h3 {
  margin-top: 0;   
}

