/* reset max-width, which was set by CASSIOPEIA template, with 50px as margins */
body {
  max-width: none;
  width: calc( 100vw - 25px);
}

/* site content full width */
.site-grid {
  display: flex;
}

/* reset max-width, which was set by CASSIOPEIA template! */
.grid-child {
  max-width: none;
}
.footer {
	z-index:1000;
}
.container-header {
  margin-bottom: 25px;
}
#kommentare-box, #vapempsearchform, .vapempcontactdiv {
  padding: 10px 35px !important;
  
}
  @media (min-width: 1900px)
.bigimage {
  margin-top: -460px;
  margin-right: -120%;
}
  @media (min-width: 1600px)
.bigimage {
  margin-top: -460px;
  margin-right: -105%;
}
  @media (min-width: 1200px)
.bigimage {
  margin-top: -475px;
  margin-right: -55%;
}
  @media (min-width: 992px)
.bigimage {
  margin-top: -475px;
  margin-right: -50%;
}
  @media (min-width: 768px)
.bigimage {
  margin-top: -475px;
  margin-right: -50%;
}
  @media (max-width: 550px){
.right {
  background: rgb(102, 102, 102);
  position: relative !important;
}
}
.bigimage {
/*  transform: skewY(-2deg);
  margin-top: -10px;*/
  position: relative;
/*  overflow: clip hidden;*/
/*  margin-left: -15px;*/
/*  margin-right: -60%;*/
  z-index:999;
}
.siegel {
	width: 180px;
height: 200px;
background: linear-gradient(-208deg, #193a6a 50%, #707686 100%);
transform: skewY(-2deg);

border: none;
border-radius: 10px;
top: -40px;
margin-top: -85px;
margin-left: 50px;
z-index: 1000;
position: relative;
}
.siegelinnen {
	background: #fff;
width: 155px;
padding-right: 10px;
padding-left: 10px;
margin-left: 15px;
margin-right: 15px;
margin-top: 5px;
margin-bottom: 10px;
height: 157px;
border: solid;
border-radius: 10px;
}
.wallpaper {
	min-height:80px;
}

div.bigimage { 
		/*	height: 200px; */
			background: #d15e00; 
			position: relative; 
			overflow: hidden; 
		}
		div.bigimage:before { 
			content: ''; 
			position: absolute; 
			bottom: -40px;
			left: 0px; 
			width: 105%; 
			height: 85px; 
			background: rgb(102, 102, 102); 
			transform: rotate(-4deg);
		}

.right {
  background: rgb(102, 102, 102);
  position: absolute;
top: 0px;
right: 0px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  float:right;
  min-height:1000px;
/*  margin-top: -420px;*/
  z-index: 999;
  height:100%;
}

#kopf {
  background: linear-gradient(-208deg, #193a6a 50%, #707686 100%);
  transform: skewY(-2deg);
  padding-top: 3em;
  padding-bottom: 1em;
  margin-bottom: -1.8vw;
  margin-top: -2vw;
  z-index: 150;
  position: relative;
}

.header {
	background-color:unset !important;
	background-image:none !important;
}

.unterzeile {
  font-family: sans-serif !important;
  line-height: 1.6em;
  font-weight: 400;
  font-size: 15px;
  //margin: 0 0 3em 0;
  margin: 0.6em 0 1.9em 0;
  display: block;
}
.fa-solid, .fas {
  font-weight: 900;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index,auto);
}
.fa-classic, .fa-regular, .fa-solid, .far, .fas {
  font-family: "Font Awesome 6 Free";
}
.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display,inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}
.super h1 {
  color: #fff;
}

.chip_a {
  margin-right: 10px;
  margin-left: 0px;
  margin-bottom: 15px;
  border-radius: 50vh;
  border-width: 0px;
  background-color: #eee;
}
.small, small {
  line-height: 1.6em;
}

.footer {
	margin-top: 0em;
}


.vapqcdiv {
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 25px 0;
  background: #193a6a !important;
  color:#fff;
}
.row2 {
  --gutter-x: 0em;
}
/*
.vap-btn {
	-webkit-appearance: none;
padding: 18px 10px !important;
display: block;
max-width: 190px !important;
margin: 0 auto;
border: 2px solid #ff8f24 !important;
background: #ff8f24 !important;
color: #fff;
width:100%;
transition: background ease .25s;
cursor: pointer;
border-radius: 6.25rem;
font-size: 13px;
padding: 12px 15px;
text-transform: uppercase;
text-align: center;
font-weight: 600;
line-height: 1;
-moz-transition: color 0.1s linear, text-transform: uppercase;
letter-spacing: .02em;
}
*/