/* Version:  März 2023 / Creator: 227 */

@font-face { 
	font-family: "Roboto";	 
	src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto[wdth,wght].woff2') format('woff2') ;
	font-weight: 100, 200, 300, 400, 500, 600, 700, 800, 900;
	font-style: normal;
}

@font-face { 	
	font-family: "Roboto";	 
	src: url('https://fonts.pwrk.dev/ofl/roboto/Roboto-Italic[wdth,wght].woff2') format('woff2') ;
	font-weight: 100, 200, 300, 400, 500, 600, 700, 800, 900;
	font-style: italic;
}


 /* ------------------- NICHT VERÄNDERN ------------------------- */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

 /* ----------------------------------------------------------- */

body {
  font-family: 'Roboto', sans-serif;
/* ------------------- NICHT VERÄNDERN ------------------------- */
  font-size: 100%;
 /* ------------------------------------------------------------ */
  text-decoration: none;
  word-spacing: normal;
  background-color: #ffffff;
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust:exact;
}

.frame-outer {
  position: relative;
  padding: 0;
  width: 720px;
  margin: 0 auto;
  line-height: 1.4;
  color: #000;
  font-weight: 400 !important;
  font-size: 0.9rem;
	position: relative;
}

.frame-outer::after {
  content: "";
  display: block;
  clear: both;
}

p {
  margin:0;
}

p:empty {
  height: 1rem;
}

strong{
	font-weight: 700;
}

h1{
	margin: 0px;
	font-size: 1.8rem;
	font-weight: 700;
		background: rgba(160,159,159, 0.8);
	color: #FFF;
	padding: 0.5rem;
	display: inline-block;
	width: auto;
}

h2{
	margin: 0px;
	font-size: 1.3rem;
	font-weight: 700;
}

h3{
	margin: 0px;
	font-size: 1.1rem;
	font-weight: 700;
	padding-bottom: 0.5rem;
	color: #a09f9f;
	text-transform: uppercase;
}

hr {
	height: 1px; 
	background-color: #d1d1d1; 
	border: 0; 
	margin: 2rem 0;
}

#logoBox {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  margin: 0 auto;
  background: #fff;
  padding: 1rem 0;
  text-align: right; /* Zentriert das Logo */
}

#logo {


  z-index: 2000;
	padding: 1rem 4%;
}

#logo img {
  width: 24%; /* Logo-Größe angepasst */
}

 .container {
            padding: 1.5rem 4%;
            background-color: #ffffff;
           border: 0.15rem solid #0067fe;

        }
       
.layer{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.content{
	padding: 1.5rem 4%;
}

.box_oben{
	position: absolute;
	top: 14rem;
	left: 0;
	text-align: center;
	width: 100%;
}

.bg_farbe {
	background: rgba(160,159,159, 0.8);
	color: #FFF;
	padding: 0.5rem;
}

.flex {
	display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	margin-top:2rem;
	position: relative;
	z-index: 11;
	padding: 0 5%;
}

.left {
    width: 48%;
    background: #0067fe;
	color: #fff;
}

.right {
	width: 48%;
    background-image: url(grey-pattern.png);
    background-repeat: repeat;
    background-position: center center;
}

.box{
	padding: 1rem 4%;
}


.box_mitte{
}

.box_unten{
}

.box_links{
	float: left;
	width: 48%;
}

.box_rechts{
	float: right;
	width: 48%;
}

.footer {
    background-color: #0067fe;
    color: #ffffff;
    padding: 2.5rem 4%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
    max-width: 75rem;
    margin: 0 auto;
}

.footer h3 {
	color: #fff;
}

.footer-left {
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-right {
    font-size: 0.9rem;
    text-align: right;
    max-width: 18.75rem;
}

.footer-right strong {
    font-weight: 700;
}

.footer-divider {
    width: 0.125rem;
    background-color: #ffffff;
    height: 3.75rem;
    margin: 0 1.25rem;
}

.footer-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}


#footer{
}

.line {
	height: 0.15rem;
	background-color: #0067fe;
	width: 50%;
}

img {
	max-width: 100%;
	height: auto;
	width: auto9; /* ie8 */
	border:0;
}

 
/* Zusatz*/ 

a:link, a:visited, a:active {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}

a:hover {
	text-decoration: underline;
}

.button-container {
  display: flex;
  justify-content: center; 
}

.button:link, .button:visited, .button:active {
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  background-color: #a09f9f;
  border: 0.1rem solid #a09f9f;
  padding: 0.7rem 1.5rem;
  font-weight: 700;
  margin-top: 1.5rem;
  text-align: center; 
	text-transform: uppercase;
}

.button:hover {
  color: #a09f9f;
  text-decoration: none;
  background-color: #fff;
 border: 0.1rem solid #a09f9f;
}
 
.text_gross{

}

.titel_gross{

}

.text_klein{
}

.titel_klein{

}

.farbe {
	color: #dd052b;
}

.upper {
	text-transform: uppercase;
}

.hide_m {

}

.abstand5 {
	padding-top: 0.5rem;
}

.abstand10 {
	padding-top: 1rem;
}

.abstand15 {
	padding-top: 1.5rem;
}

.abstand25 {
	padding-top: 2.5rem;
}



ul {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1.1rem;
	list-style: none;
}

ul li {
	position: relative; 
	padding-top: 0.5rem;
}

ul li::before {
	position: absolute;
	top: 0.5rem;
	left: -1rem;
	content: "+";
	transform: scale(1.75);
	color: #0067fe;
} 

#bild1{
	display: block;
	text-align: center;
}
	
#bild2{
	display: none;
}


/* BEGINN Auflösender Slider mit 3 Bildern */
.slider-wrap {
    position: relative;
    max-width: 720px;
    width: auto;
    overflow: hidden;
	bottom: -0.38rem;
}

.slider-wrap ul {
    margin: 0;
    padding: 0;
}

.slider-wrap ul li::before {
    content: none;
}

.slideshow {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 0;
	top: -0.5rem;
}

.slideshow li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    animation: fade-3 12s infinite;
}

.slideshow li img {
    display: block;
    width: 100%;
    height: 100%;
}

.slideshow li:nth-child(1) { animation-delay: 0s; }
.slideshow li:nth-child(2) { animation-delay: 4s; }
.slideshow li:nth-child(3) { animation-delay: 8s; }

@keyframes fade-3 {
    0% { opacity: 0; }
    10% { opacity: 1; }
    30% { opacity: 1; }
    40% { opacity: 0; }
    100% { opacity: 0; }
}

/* ENDE Auflösender Slider mit 3 Bildern */

.refnr {}

.apply {}
