/*
CSS Credit: http://www.templatemo.com/
*/

body, html {
    margin:0;
    padding:0;
    line-height: 2.5em;
    font-family: 'Segoe UI', Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    background: #ffffff;
}

/* KLARE, SCHARFE SCHRIFT OHNE SCHATTEN ODER BLUR */
body, input, button, textarea, select {
    font-family: "Segoe UI", Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-weight: 400;
}

/* ALLE WEICHZEICHNER & SCHATTEN DEAKTIVIEREN */
*, *::before, *::after {
    text-shadow: none !important;
    box-shadow: none !important;
    filter: none !important;
    backdrop-filter: none !important;
}

/* GLOBALER HINTERGRUND (neutral, ohne Blur) */
.fullscreen-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #f5f5f5;
    z-index: -1;
}

/* HERO – Vollbreite, aber klare Textspalte */
.hero {
    width: 100%;
    padding: 60px 40px;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 40px;
}

/* HERO – Hintergrundgrafik */
.hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('../images/Copilot_20260517_133532.png');
    background-size: cover;
    background-position: center;
    opacity: 0.55;
    z-index: 1;
}

/* HERO – Inhalt linksbündig + stabile Textbreite */
.hero-content {
    position: relative;
    z-index: 2;
    text-align: left;
    max-width: 100%;      /* verhindert ungewollte Zeilenumbrüche */
    width: 100%;
    letter-spacing: 0 !important;
}
}

/* HERO – Typografie */
.hero h1 {
    font-size: 42px;
    margin-bottom: 10px;
    color: #1a3c6e;
    font-weight: 600;
    letter-spacing: 0 !important;
}

.hero .subline {
    font-size: 18px;
    color: #4a4a4a;
    margin-bottom: 20px;
    letter-spacing: 0 !important;
}

/* HERO – Button */
.hero .cta {
    display: inline-block;
    padding: 12px 24px;
    background: #1a3c6e;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    letter-spacing: 0 !important;
}

/* LEISTUNGEN – Container linksbündig */
.leistungen {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    text-align: left;      /* wichtig */	
}

/* LEISTUNG – Boxen linksbündig + kompakt */
.leistung {
    flex: 1;
    background: #ffffff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
	max-width: 100%;      /* verhindert ungewollte Zeilenumbrüche */
    width: 100%;
    text-align: left;      /* statt center */
    letter-spacing: 0 !important;
}

/* LEISTUNGEN – Container Subseiten */


/*---------------------------------------------------------------------------------------------------------*/
/*Neuer Testabschnitt wg. der Karten*/
/*---------------------------------------------------------------------------------------------------------*/

/* -----------------------------------------
   1) Karten untereinander erzwingen
----------------------------------------- */
.leistungen00 {
    gap: 10px;
    margin-top: 30px;
    display: block !important;
    width: 100% !important;
}

/* Jede Karte einzeln untereinander, aber innen als Flex-Row */
.leistung-card {
    display: flex !important;          /* NEU: Flex statt block */
    flex-direction: row;
    float: left !important;
    width: 100% !important;
    clear: both !important;
    margin-bottom: 18px !important;

    border: 1px solid #dce1e6;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-sizing: border-box;
}

/* -----------------------------------------
   2) Hover-Effekt
----------------------------------------- */
.leistung-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
    border-color: #1a3c6e33;
}

/* -----------------------------------------
   3) Header (Icon + Titel)
----------------------------------------- */
.leistung-card-header {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 18px 22px;
    background: #f5f7fa;
    border-right: 1px solid #dce1e6;   /* statt border-bottom */
    border-bottom: none;
    width: 200px;                      /* fixe Breite links */
    flex-shrink: 0;
}

.leistung-card-header-ISMS {
    display: flex !important;
    flex-direction: row;        /* Icon + Text nebeneinander */
    align-items: center;        /* vertikal sauber ausgerichtet */
    gap: 10px;
    padding: 18px 22px;
    background: #f5f7fa;
    border-right: 1px solid #dce1e6;
    border-bottom: none;
    width: 400px;
    flex-shrink: 0;
}
.isms-title {
    display: block;
    margin-top: 45px;
    margin-bottom: 20px;
    font-size: 18px;
    font-family: 'Segoe UI';
    text-align: left;
}

.isms-text {
    margin-bottom: 20px;
    font-size: 14px;
    font-family: 'Segoe UI';
    text-align: left;
    max-width: 800px; /* optional, aber sehr schön für Lesbarkeit */
}


/* Icon-Kreis */
.icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(26, 60, 110, 0.3); /* TESCOBE-Blau transparent */
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    flex-shrink: 0;
}

/* Titel */
.leistung-card-header h3 {
    float: left;
	margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #1a3c6e;
}

/* Titel */
.leistung-card-header-ISMS h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #1a3c6e;
	text-align: left;
}

/* -----------------------------------------
   4) Body (Text)
----------------------------------------- */
.leistung-card-body {
    flex: 1;                           /* nimmt restliche Breite */
    display: flex;
    align-items: center;               /* Text vertikal mittig */
    padding: 15px 15px;
}

.leistung-card-body p {
    margin: 0;
    line-height: 1.55;
    color: #333;
}

/*---------------------------------------------------------------------------------------------------------
   Neuer Testabschnitt wg. der Karten
---------------------------------------------------------------------------------------------------------*/





/* LEISTUNG – Icon */
.leistung .icon {
    font-size: 40px;
    margin-bottom: 10px;
    color: #1a3c6e;
}

/* LEISTUNG – Titel */
.leistung h3 {
    margin-bottom: 10px;
    color: #1a3c6e;
    font-weight: 600;
    letter-spacing: 0 !important;
}

/* LEISTUNG – Text */
.leistung p {
    color: #4a4a4a;
    font-size: 14px;
    letter-spacing: 0 !important;
}

/* KLARE, SCHARFE SCHRIFT */
body {
    font-family: "Segoe UI", Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

/* ALLE WEICHZEICHNER & SCHATTEN DEAKTIVIEREN */
*, *::before, *::after {
    text-shadow: none !important;
    box-shadow: none !important;
    filter: none !important;
    backdrop-filter: none !important;
}

.content-bg {
    position: relative;
    width: 100%;
    height: auto;              /* dynamisch */
    min-height: 100vh;         /* mindestens Bildschirmhöhe */
    background-image: url('/tescobe/Logo/iStock-1501103541.jpg');
    background-size: cover;    /* Bild füllt den Bereich */
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 30px;
}

.content-overlay-text {
    position: relative;
    margin-left: 0px;   /* Breite deines Menüs */
    margin-top: 160px;    /* Abstand nach unten */
    color: lightgray;
    font-size: 40px;
	text-align: left;
    font-weight: bold;
    text-shadow: 2px 2px 6px #000;
}

.overlay-left div {
    text-align: left;
	margin-bottom: 10px;	
}

a:link, a:visited { color: #008fc1; text-decoration: none; } 
a:active, a:hover { text-decoration: underline; }

.simpleTable,
.simpleTable caption, 
.simpleTable tbody, 
.simpleTable tfoot, 
.simpleTable thead, 
.simpleTable tr, 
.simpleTable th, 
.simpleTable td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.nav-home {
    font-size: 40px;
    color: #1a3c6e; /* TESCOBE-Blau */
    text-decoration: none;
}
.nav-home:hover {
    opacity: 0.7;
}



.bullet-line {
    font-size: 14px;
    font-family: 'Segoe UI';
    line-height: 1.2;      /* enger Zeilenabstand */
    margin-bottom: 2px;    /* minimaler Abstand zwischen den Zeilen */
    text-align: left;      /* links ausgerichtet */
    padding-left: 10px;    /* ersetzt deine &nbsp;&nbsp;&nbsp; */
}

.menu-row {
    display: flex;
    justify-content: flex-start; /* linksbündig */
    align-items: center;         /* vertikal mittig */
    gap: 10px;                   /* Abstand zwischen Icon und Text */
    margin-bottom: 1px;         /* Abstand zwischen den Zeilen */
}

.menu-row i {
    display: flex;
    align-items: center;         /* Icon selbst vertikal mittig */
    line-height: 1;              /* verhindert Hoch-/Tiefstand */
    margin-top: 2px;             /* optisches Feintuning */
}

.menu-row a {
    text-decoration: none;
    color: inherit;
    font-family: 'Segoe UI';
    font-size: 14px;
}



.menu-item {
    display: flex;
    align-items: center;   /* Icon + Text auf einer Höhe */
    gap: 10px;             /* Abstand zwischen Icon und Text */
    margin-bottom: 8px;    /* Abstand zwischen den Zeilen */
}

.menu-item a {
    text-decoration: none;
    color: inherit;
    font-family: 'Segoe UI';
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}



/* ------------- ToolTip ------------------ */
.tooltip {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #EEEE00;
  color: #555;
  text-align: left;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
/* ----- End of ToolTip ----- */

.content-bg {
    position: relative;
    width: 100%;
    min-height: 100%;
    background-image: url('/tescobe/Logo/iStock-1501103626.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0 20px;
}

.content-overlay-text {
    position: absolute;
    top: 40px;
    /* left: 40px; */
	
	max-width: 100%;
    margin: 30 auto;      /* zentriert den Block */
    padding: 0 30px;     /* links + rechts 30px */
	
    color: white;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 2px 2px 6px #000;
}

h1 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 26px;
	font-family: 'Segoe UI';
	font-weight: bold;
	color:#008fc1;
}

h2 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	font-weight: bold;
	color:#008fc1;
}

h3 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #37a7ce;
	text-decoration: underline;
}

h4 {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

h5 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #005AA2;
}

p {
	margin: 10px 0px;
	color: #5b5847;
	text-align: justify;
}

img {  
	margin: 0px; 
	padding: 0px;
}

#avl_container {
	margin: 0px auto;
	width: auto;
	margin-top: 15px;
}
#pie_container {
    width: auto;
    height: 400px;
    margin: 0;
    padding: 0;
}
.container2 {
  display: grid;
  margin-left: 30px;
  margin-right: 30px;
  grid-template-columns: 1fr 1fr; 		/* zwei Spalten mit flexibler Breite */
  gap: 20px; 							/* Abstand zwischen den Spalten */
}
.container3 {
  display: grid;
  grid-template-columns: minmax(20px, 0.1fr) 1fr 1fr; 		/* drei Spalten mit flexibler Breite */
  gap: 20px; 												/* Abstand zwischen den Spalten */
}

.uwtabelle th, td {
	padding: 8px 6px;
	font-size:14px;
	font-family:'Segoe UI';	
}

.send_btn {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height: 19px;
	width: 27px;
	font-size: 14px;
	font-weight: bold;
	color: #0a8eb8;
	text-decoration: none;
	background: none;
	border: none;
}

.textfield {
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: left;
	height: 19px;
	width: 175px;
	font: 14px 'Segoe UI';
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border: 1px solid #CCCCCC;
}

.more_button a{
	clear: both;
	display: block;
	width: 57px;
	height: 19px;
	margin-left: 100px;
	padding: 0px 0px 0px 10px;
	background: url(../images/avl_readmore.gif) no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}

.styled-select select {
   background: transparent;
   width: 300px;
   padding: 5px;
   font-size: 14px;
   border: 1px solid #ccc;
   height: 34px;
}
.styled-select-small select {
   background: transparent;
   width: 50px;
   padding: 5px;
   font-size: 12px;
   border: 1px solid #ccc;
   height: 34px;
}
.styled-select-vsmall select {
   background: transparent;
   width: 400px;
   padding: 5px;
   font-size: 12px;
   border: 1px solid #ccc;
   height: 34px;
}
.styled-select-vsmall1 select {
   background: transparent;
   width: 150px;
   padding: 5px;
   font-size: 12px;
   border: 1px solid #ccc;
   height: 34px;
}
.styled-select-80-small select {
   background: transparent;
   width: 80px;
   padding: 5px;
   font-size: 12px;
   border: 1px solid #ccc;
   height: 28px;
}
.styled-select-90-small select {
   background: transparent;
   width: 90px;
   padding: 5px;
   font-size: 12px;
   border: 1px solid #ccc;
   height: 28px;
}
.styled-select-90 select {
   background: transparent;
   width: 90px;
   padding: 5px;
   font-size: 14px;
   border: 1px solid #ccc;
   height: 34px;
}

.styled-select-100 select {
   background: transparent;
   width: 100px;
   padding: 5px;
   font-size: 14px;
   border: 1px solid #ccc;
   height: 34px;
}
.styled-select-100-small select {
   background: transparent;
   width: 100px;
   padding: 5px;
   font-size: 12px;
   border: 1px solid #ccc;
   height: 28px;
}
.styled-select-100-small0 select {
   background: transparent;
   width: 100px;
   padding: 5px;
   font-size: 12px;
   border: 1px solid #ccc;
   height: 30px;
}
.styled-select-120 select {
   background: transparent;
   width: 120px;
   padding: 5px;
   font-size: 14px;
   border: 1px solid #ccc;
   height: 34px;
}
.styled-select-120-small select {
   background: transparent;
   width: 120px;
   padding: 5px;
   font-size: 12px;
   border: 1px solid #ccc;
   height: 28px;
}
.styled-select-150 select {
   background: transparent;
   width: 150px;
   padding: 5px;
   font-size: 14px;
   border: 1px solid #ccc;
   height: 34px;
}
.styled-select-150-small select {
   background: transparent;
   width: 150px;
   padding: 5px;
   font-size: 12px;
   border: 1px solid #ccc;
   height: 28px;
}
.styled-select-180-small select {
   background: transparent;
   width: 180px;
   padding: 5px;
   font-size: 12px;
   border: 1px solid #ccc;
   height: 28px;
}
.styled-select-200 select {
   background: transparent;
   width: 200px;
   padding: 5px;
   font-size: 14px;
   border: 1px solid #ccc;
   height: 34px;
}
.styled-select-200-small select {
   background: transparent;
   width: 400px;
   padding: 5px;
   font-size: 12px;
   border: 1px solid #ccc;
   height: 34px;
}
.styled-select-200-small0 select {
   background: transparent;
   width: 200px;
   padding: 5px;
   font-size: 12px;
   border: 1px solid #ccc;
   height: 28px;
}
.styled-select-200-small1 select {
   background: transparent;
   width: 150px;
   padding: 5px;
   font-size: 12px;
   border: 1px solid #ccc;
   height: 34px;
}
.styled-select-250 select {
   background: transparent;
   width: 250px;
   padding: 5px;
   font-size: 14px;
   border: 1px solid #ccc;
   height: 34px;
}
.styled-select-280 select {
   background: transparent;
   width: 280px;
   padding: 5px;
   font-size: 14px;
   border: 1px solid #ccc;
   height: 34px;
}
.styled-select-420-small select {
   background: transparent;
   width: 425px;
   padding: 5px;
   font-size: 12px;
   border: 1px solid #ccc;
   height: 28px;
}
.styled-select-300-small select {
   background: transparent;
   width: 300px;
   padding: 5px;
   font-size: 12px;
   border: 1px solid #ccc;
   height: 28px;
}
.styled-select-90-small14 select {
   background: transparent;
   width: 90px;
   padding: 5px;
   font-size: 14px;
   font-family:'Segoe UI';
   border: 1px solid #ccc;
   height: 30px;
}
.styled-select-100-small14 select {
   background: transparent;
   width: 100px;
   padding: 5px;
   font-size: 14px;
   font-family:'Segoe UI';
   border: 1px solid #ccc;
   height: 30px;
}
.styled-select-200-small14 select {
   background: transparent;
   width: 200px;
   padding: 5px;
   font-size: 14px;
   font-family:'Segoe UI';
   border: 1px solid #ccc;
   height: 30px;
}
.styled-select-300-small14 select {
   background: transparent;
   width: 300px;
   padding: 5px;
   font-size: 14px;
   font-family:'Segoe UI';
   border: 1px solid #ccc;
   height: 30px;
}
.styled-select-500-small select {
   background: transparent;
   width: 500px;
   padding: 5px;
   font-size: 12px;
   border: 1px solid #ccc;
   height: 28px;
}
.styled-select-middle select {
   background: transparent;
   width: 250px;
   padding: 5px;
   font-size: 14px;
   border: 1px solid #ccc;
   height: 34px;
}
.styleGH-100 select {
	background: #EDEDED;
	color: #000000;
	width: 100px;
	padding: 5px;
	margin-top: 5px;
	font-size: 14px;
	border: 1px solid #ccc;
	height: 28px;
}
.styleGH-200 select {
	background: #EDEDED;
	color: #000000;
	width: 200px;
	padding: 5px;
	margin-top: 5px;
	font-size: 14px;
	border: 1px solid #ccc;
	height: 28px;	
}
.styleGH-300 select {
	background: #EDEDED;
	color: #000000;
	width: 300px;
	padding: 5px;
	margin-top: 5px;
	font-size: 14px;
	border: 1px solid #ccc;
	height: 28px;	
}
.styleGH-400 select {
	background: #EDEDED;
	color: #000000;
	width: 400px;
	padding: 5px;
	margin-top: 5px;
	font-size: 14px;
	border: 1px solid #ccc;
	height: 28px;	
}

.styleGH-500 select {
	background: #EDEDED;
	color: #000000;
	width: 500px;
	padding: 5px;
	font-size: 14px;
	border: 1px solid #ccc;
	height: 28px;	
}
.styleGH-600 select {
	background: #EDEDED;
	color: #000000;
	width: 600px;
	padding: 5px;
	margin-top: 5px;
	font-size: 14px;
	border: 1px solid #ccc;
	height: 28px;	
}

.styleGH-DropD {
	background-color: #EDEDED; 
	color: darkblue;"
}

.styleGH-Hinweis1 {
	width: 30%;
	background-color: #EDEDED; 
	color: #000000;
	font-size: 14px;
}
.styleGH-Hinweis2 {
	width: 30%;
	background-color: #EDEDED; 
	color: #000000;
	font-size: 14px;
}

/* ----- Header ----- */

.header {
    position: sticky;
    top: 0;    
    background: #fff;
	z-index: 2000;
}

#avl_header {
	clear: both;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	width: auto;
	height: 147px;
	float: left;
}

#logosection {
	margin: 0px 3px 0px 0px;
	float: left;
	width: 235px;
	height: 147px;
	background: url(../images/avl_logo_background.gif) no-repeat;
}

.sitelogo {
	margin: 20px 0px 0px 20px;
	padding: 0px;
	height: 90px;
	background:url(../images/company_logo.gif) no-repeat;	
}

.sitename {
	margin: 10px 0px 0px 20px;
	padding: 0px;
	font: 20px 'Segoe UI';
	font-weight: bold;
	color: #ffffff;
}

.sitename span {
	font-weight: normal;
}

.header {
    position: sticky;
    top: 0;
    z-index: 3000;
    background: #ffffff; /* oder deine Wunschfarbe */
}

#header {
	margin: 0px;
	float: right;
	width: auto;
	height: 147px;
	background: url(../images/avl_heading_background.jpg) no-repeat;
}

#header .title{
	padding: 50px 0px 0px 50px;
	font-size: 20px;
	font-weight:bold;
	color: #333333;
	line-height: 25px;
	float: right;
	width: auto;
}

#header .bigtext{
	font-size: 30px;
	font-weight:bold;
	color: #ffffff;
	width: auto;
}

/* ----- End of Header ----- */

/* ------------- Menu ------------------ */

/*
#avl_menu {
	clear: both;
	margin-bottom: 5px;
	padding: 0px;
	width: 930px;
	height: 35px;
	background: #ffffff;
}

#search {
	float: left;
	width: 225px;
	height: 28px;
	padding: 7px 0px 0px 10px;
	background: url(../images/avl_menu_background.gif) repeat-x;
}

#menu {
	float: right;
	width: 690px;
	height: 35px;
	margin: 0px;
	background: url(../images/avl_menu_background.gif) repeat-x;

}

#menu ul {
	margin: 0px;
	text-align: right;
	list-style: none;
}

#menu ul li {
	margin: 0px;
	display: inline;	
}

#avl_menu ul li a {
	margin: 0px;
	display:inline-block;
	height: 30px;
	padding: 5px 20px 0px 20px;
	font: 14px 'Segoe UI';
	color:#000000;
	text-decoration: none;

}

#menu ul li a:hover, #menu ul li .current {
	color: #FFF;
	background: url(../images/avl_menuhover_background.gif) repeat-x;
}

/* ---------- End of Menu ------------- */
*/

/* ----------------- Content ----------------------- */

.right{
	float:right;
}

.left{
	float:left;
}

.cleaner{
	clear:both;
}

.highligt{
  text-align: left;
  font-weight: bold;
  background-color: #ffffff;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  border-width: 3px;
  border-style: solid;
  border-color: red;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  width: 100%;
}

.youareok{
  text-align: left;
  background-color: #ffffff;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  border-width: 3px;
  border-style: solid;
  border-color: green;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  width: 100%;
  padding: 3px;
}

.youarenok{
  text-align: left;
  background-color: #ffffff;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  border-width: 3px;
  border-style: solid;
  border-color: red;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  width: 100%;
  padding: 3px;
}

#avl_content {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}

#avl_left_column {
	float: left;
	margin: 0px 10px 5px 0px;
	padding: 20px 10px;
	width: auto;
	background: #e0e0e0;
	min-height: 700px;
}

#avl_middle_column {
	float: left;
	margin: 0px 0px 5px 0px;
	padding: 20px 5px;
	width: auto;
	min-height: 500px;
}

#avl_middle_right_column {
	font-size: 14px;
	float: left;
	margin: 0px 0px 5px 0px;
	padding: 20px 5px;
	width: auto;
	min-height: 500px;
}

#avl_right_column {
	float: right;
	margin: 0px 0px 5px 10px;
	padding: 20px 0px 0px 0px;
	width: auto;
	background: #e0e0e0;
	min-height: 600px;
}

/* left column */

#leftcolumn_box01 {
	width: auto;
	padding: 0px;
	background: #008fc1;	
	margin: 0px 0px 10px 0px;	
}
#imagebutton {
	width: 215px;
	margin: 0px 0px 10px 0px;	
}
#imagebutton a, img{
	border: none;
}

#leftcolumn_box01 .leftcolumn_box01_top{
	width: 195px;
	height: 15px;
	padding: 10px;
	background: url(../images/avl_leftsection_top.gif) no-repeat;		
}
#leftcolumn_box01 .leftcolumn_box01_bottom{
	width: 195px;
	padding: 10px;
	color: #FFFFFF;
}

#leftcolumn_box02 {
	width: 190px;
	padding: 10px 10px 10px 15px;
	background: #6ebfdc;
	border-top: 5px solid #008fc1;
	margin: 0px 0px 10px 0px;
}
#leftcolumn_box02 ul {
	margin: 0px;
	padding: 10px 0px 0px 5px;
	list-style: none;
}

#leftcolumn_box02 ul li{
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#leftcolumn_box02 ul li a{
	padding: 0px 0px 0px 15px;
	margin: 0px;
	color: #ffffff;
	text-decoration: none;
	background: url(../images/avl_list_icon02.gif) center left no-repeat;
}

#leftcolumn_box02 ul li a:hover{
	text-decoration: none;
}

/* end of left column */

/* middle column */

#section1 {
	float: left;
	width: auto;
	margin-right: 10px;
	padding: 10px;
	background: #dceff6;
}
#section1 p{
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

#section2 {
	float: right;
	width: auto;
	padding: 0px;
	background: #bcbcbc;
}

#section2 .section2_top{
	height: 24px;
	padding: 10px 0px 0px 10px;
	background: url(../images/avl_section2_title.gif) no-repeat;
}
#section2 .section2_bottom{
	float: left;
	padding: 10px;
}

#section2 ul {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style: none;
}

#section2 ul li{
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#section2 ul li a{
	padding: 0px 0px 0px 15px;
	margin: 0px;
	color: #000000;
	text-decoration: none;
	background: url(../images/avl_list_icon01.gif) center left no-repeat;
}

#section2 ul li a:hover{
	color: #ffffff;
	background: url(../images/avl_list_icon02.gif) center left no-repeat;
}

#section2left {
	float: left;
	width: 500px;
	padding: 0px;
	/*background: #bcbcbc;*/
}

#section2left .section2_top{
	height: 24px;
	padding: 10px 0px 0px 10px;
	background: url(../images/avl_section2_title.gif) no-repeat;
}
#section2left .section2_bottom{
	float: left;
	padding: 10px;
}

#section2left ul {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style: none;
}

#section2left ul li{
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#section2left ul li a{
	padding: 0px 0px 0px 15px;
	margin: 0px;
	color: #000000;
	text-decoration: none;
	background: url(../images/avl_list_icon01.gif) center left no-repeat;
}

#section2left ul li a:hover{
	color: #37a7ce;
	background: url(../images/avl_list_icon02.gif) center left no-repeat;
}

#fragebogen {
	margin-left: 150px;
}

/* end of middle */

/* right column */

#right_box01 {
	width: 185px;
	height: 38px;
	padding: 10px 5px;
	color:#FFFFFF;
	font-size: 15px;
	background: url(../images/avl_rightsection_background.gif) no-repeat;	
	margin: 0px 0px 10px 5px;	
}

.rightbig_button a{
	clear: both;
	display: block;
	width: 165px;
	height: 48px;
	margin: 0px 0px 10px 5px;
	padding: 10px 20px 0px 10px;
	background: url(../images/avl_rightsection_background.gif) no-repeat;
	color:#FFFFFF;
	font-size: 18px;
	text-decoration: none;
}

#right_box02 {
	clear: both;
	width: 190px;
	padding: 0px;
	margin: 0px 0px 10px 5px;
}
#right_box02 .rightbox02_top{
	width: 190px;
	height: 25px;
	padding: 10px 0px 0px 0px;
	background: #008fc1 url(../images/avl_rightsection_top.gif) no-repeat;
}
#right_box02 .rightbox02_bottom{
	width: 170px;
	padding: 15px 10px 10px 10px;
	background: #cce8f2;
}
#right_box02 .customer_section{
	clear: both;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
#right_box02 p{
	padding: 0px;
	margin: 0px;
}
/* end of right column */



/* ----- Form ----- */
.form_row{
	padding: 3px 0px;
}

form{
	margin: 0px 10px 0px 0px;
	padding: 0px;
	text-align: right;	
}

label {
	margin-right: 10px;
}

input{
	width: 110px;
	height: 18px;
}

.button {
	display: inline-block;
	outline: none;
	margin-top: 2px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;	
	font: 11px/100% 'Segoe UI', Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	white-space: normal;         /* erlaubt Zeilenumbruch */
	word-wrap: break-word;       /* bricht lange Wörter */	
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* gray */

.gray {
  background-color: #f5f5f5;        /* sehr helles Grau */
  color: #000000;                   /* tiefschwarz für maximalen Kontrast */
  border: 2px solid #999999;        /* dezenter, mittlerer Rahmen */
  padding: 5px 40px;
  font-size: 12px;
  font-family: 'Segoe UI', sans-serif;
  border-radius: 6px;
  cursor: pointer;
  white-space: normal;         /* erlaubt Zeilenumbruch */
  word-wrap: break-word;       /* bricht lange Wörter */	
  transition: background-color 0.3s, transform 0.2s;
}

.gray:hover {
  background-color: #e0e0e0;        /* leicht dunkler beim Hover */
  transform: scale(1.03);
}

.gray:active {
  background-color: #cccccc;        /* kräftiger Grauton beim Klick */
  transform: scale(0.97);
}

.longtext {
    text-align: left;
    line-height: 1.6;      /* schöner Zeilenabstand */
    white-space: normal;   /* automatischer Zeilenumbruch */
    font-size: 14px;
	font-family: 'Segoe UI';
}

.header-row {
    display: flex;
    justify-content: space-between; /* links + rechts */
    align-items: center;            /* vertikal auf einer Linie */
    width: 100%;
}

.header-row h1 {
    margin: 0;
    padding: 0;
    font-size: 28px;                /* oder was du brauchst */
    text-align: left;
}

.header-btn img {
    height: 32px;                   /* optional: Größe des Buttons */
}



/* ----- End of Form ----- */

/* ----- Footer ----- */

#avl_footer {
	clear: both;
	padding: 10px 0px 0px 0px;
	width: 100%;
	height: 80px;
	text-align: center;
	color: #ffffff;	
	background-image: linear-gradient(to right, #1874CD 0%, #1C86EE 50%, #1E90FF 100%);	
}

#avl_footer_bottom {
	width: 100%;
	height: 10px;
	margin: 0px;
	padding: 0px;
	background: #b6d4b9 url(../images/avl_footer_bottom.gif);
}

/* IE6 hack */
* html #avl_footer_bottom {
	width: 100%;
	height: 10px;
	margin-bottom: -10px;
	padding: 0px;
	background: #b6d4b9 url(../images/avl_footer_bottom.gif);
}

#avl_footer a{
	color: #ffffff;
}

#avl_footer a:hover{
	color: lightblue;
}

/* ----- End of Footer ----- */