/*--------------------------------------------------------------
 playball-regular - latin
--------------------------------------------------------------*/
@font-face {
font-family: 'Playball';
font-style: normal;
font-weight: 400;
src: url('../fonts/playball-v10-latin-regular.eot');
/* IE9 Compat Modes */
src: local(''),
url('../fonts/playball-v10-latin-regular.eot?#iefix') format('embedded-opentype'),
/* IE6-IE8 */
url('../fonts/playball-v10-latin-regular.woff2') format('woff2'),
/* Super Modern Browsers */
url('../fonts/playball-v10-latin-regular.woff') format('woff'),
/* Modern Browsers */
url('../fonts/playball-v10-latin-regular.ttf') format('truetype'),
/* Safari, Android, iOS */
url('../fonts/playball-v10-latin-regular.svg#Playball') format('svg');
/* Legacy iOS */
}

/*--------------------------------------------------------------
# Base Styles & reset
--------------------------------------------------------------*/
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

*,
*:before,
*:after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
}

body {
font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1600 - 300)));
min-height: 100vh;
/* line-height: 1.6; */
line-height: 1.0;
font-weight: 400;
color: #222;
/* background-color: #EAC79B; */
background-color: #FFFFFF;
}

ul {
list-style: none;
}

img,
video,
.tx-contentimage {
height: auto;
max-width: 100%;
}

iframe {
border: 0;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
display: block;
}

body,
button,
input,
optgroup,
select,
textarea {
font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input[type=checkbox],
input[type=radio] {
vertical-align: baseline;
}

span {
font-style: inherit;
font-weight: inherit;
}

strong {
color: #363636;
font-weight: 700;
}

fieldset {
border: none;
}

/*--------------------------------------------------------------
# FRS syntax
--------------------------------------------------------------*/
li.warning {
  list-style-type:"⚠ ";
}
li.warning::marker {
  color: red;
  font-weight: bold;
}

ul.haken10 {
    padding-left: 10em;
}
li.haken10 {
    padding-left: 0.5em;
    list-style-image: url("../grafiken/FRS_Haken_gruen_frei_30.png")
}
li.ohnehaken10 {
    padding-left: 1.5em;
    list-style: none;
}

ul.haken20 {
    padding-left: 20em;
}
li.haken20 {
    padding-left: 0.5em;
    list-style-image: url("../grafiken/FRS_Haken_gruen_frei_30.png")
}
li.ohnehaken20 {
    padding-left: 0.6em;
    list-style: none;
}

ul.haken30 {
    padding-left: 30em;
}
li.haken30 {
    padding-left: 0.5em;
    list-style-image: url("../grafiken/FRS_Haken_gruen_frei_30.png")
}
li.ohnehaken30 {
    padding-left: 0.6em;
    list-style: none;
}


div.nbox{
float:right;
width:12.5em;
padding:0;
margin:0 1em 1em 1em;
}

div.newsheader{
height:1.1em;
padding: 1px 1px .2em .2em;
border:1px solid #666666;
margin: 0;
color:white;
background-color:#666666;
font-weight:bold;
}

div.newsbox {
border:1px solid #666666;
padding:.2em;
/* color:blue;
background-color:white; */
}

blockquote {
font-style:italic;
text-align: justify;
margin: 1em 0 1em 30px;
padding:0;
}
blockquote p {
margin:0;
padding: 0;
}
blockquote span {
font-style: normal;
display: block;
font-size: 0.8em;
text-align: right;
}

div.inhaltslink {
text-align:right;
}

.ul-custom {
   list-style-type: square;
}

/* Custom OL */
.ol-custom {
   list-style: none;
   counter-reset: kb-count-ol;
}

.ol-custom li {   
   counter-increment: kb-count-ol;
   padding: 0 0 0 .5em;
}

.ol-custom li::marker {
   content: "[" counter(kb-count-ol) "]";
   color: #8CB11C;
   font-weight: bold;
   font-family: monospace;
   font-size: 1.4em;
}

/*--------------------------------------------------------------
# mozilo syntax
--------------------------------------------------------------*/
hr {
background-color: #9D0600;
border: none;
display: block;
height: 0.111em;
/* margin: 1.5em 0; */
margin: 0.5em 0;
}

.leftcontentimage {
float: left;
}

.rightcontentimage {
float: right;
}

.alignleft {
text-align: left;
}

.aligncenter {
text-align: center;
}

.alignright {
text-align: right;
}

.alignjustify {
text-align: justify;
}

.highlight {
padding: .059em;
background: #dd0000;
color: #fff;
}

.unorderedlist,
.orderedlist {
padding-left: 1.471em;
}

div-1 {
  background-color: green;
  opacity: 0.3;
}

/*--------------------------------------------------------------
# Tabelle
--------------------------------------------------------------*/
table.contenttable {
width: 80%;
margin: 10px auto;
/* border: .059em solid #222; */
border: 0;
border-collapse: collapse;
/* padding: .294em; */
border-spacing: 0;
}

th.contenttable {
line-height:1.5em;
border: 0;
text-align: left;
color: #FFFFFF;
background-color: #9D0600;
}

td.contenttable1,
td.contenttable2 {
width:40%;
border: 0;
text-align: left;
}

/* --- Für Zeilenhintergrund abwechselnd --- */

/*
td.contenttable1 {
background-color: #FFFFFF;
}

td.contenttable2 {
background-color: #C0C0C0;
}

td.HG-Grau {
background-color: #C0C0C0;
}
*/

table td:not([align]),
table th:not([align]) {
text-align: inherit;
}

/*
tr {
    background-color: #FFFFFF;
}
  
tr:nth-child(2n) {
    background-color: #C0C0C0;
}
*/

/*--------------------------------------------------------------
# Searchfield
--------------------------------------------------------------*/
#searchfieldset {
display: flex;
border: 1px solid #9D0600;
flex-direction: row wrap;
}

#searchfieldset input[type=text] {
flex: 1 1 100%;
}

#searchfieldset input[type=text]:focus,
#searchfieldset input[type=text]:hover {
background-color: #9D0600;
color: #FFF;
}

#searchfieldset input[type=image] {
flex: 0 0 60px;
}

#searchfieldset input[type=image]:hover {
opacity: .8;
}

/*--------------------------------------------------------------
# Sitemap
--------------------------------------------------------------*/
#sitemap {
padding: 0 0 .588em 1.176em;
}

.result-list-header {
margin: 1.176em .882em .588em 0;
padding-bottom: .118em;
border-bottom: .059em #222 dotted;
}

.result-list-item {
padding-bottom: .294em;

}

#sitemap ul {
list-style-type: none;
padding-left: 1.111em;
}

#sitemap a {
text-decoration: none;
}

/*--------------------------------------------------------------
# Typography & Content-Elemente
--------------------------------------------------------------*/
.tx-header h1 {
font-size: calc(35px + (100 - 40) * ((100vw - 300px) / (1600 - 300)));
letter-spacing: 0.1em;
line-height: 1;
font-family: 'Playball';
color: #FBFBFB;
text-align: center;
position: relative;
text-shadow: 0 1px 0 #9D0600,
0 2px 0 #9D0600,
0 3px 0 #9D0600,
0 4px 0 #9D0600,
0 5px 0 #9D0600,
0 6px 1px rgba(0, 0, 0, .1),
0 0 5px rgba(0, 0, 0, .1),
0 1px 3px rgba(0, 0, 0, .3),
0 3px 5px rgba(0, 0, 0, .2),
0 5px 10px rgba(0, 0, 0, .25),
0 10px 10px rgba(0, 0, 0, .2),
0 20px 20px rgba(0, 0, 0, .15);
}

.tx-header h99 {
font-size: calc(40px + (100 - 40) * ((100vw - 300px) / (1600 - 300)));
letter-spacing: 0.1em;
line-height: 1;
font-family: 'Playball';
color: #FBFBFB;
text-align: right;
position: relative;
text-shadow: 0 1px 0 #9D0600,
0 2px 0 #9D0600,
0 3px 0 #9D0600,
0 4px 0 #9D0600,
0 5px 0 #9D0600,
0 6px 1px rgba(0, 0, 0, .1),
0 0 5px rgba(0, 0, 0, .1),
0 1px 3px rgba(0, 0, 0, .3),
0 3px 5px rgba(0, 0, 0, .2),
0 5px 10px rgba(0, 0, 0, .25),
0 10px 10px rgba(0, 0, 0, .2),
0 20px 20px rgba(0, 0, 0, .15);
}


.tx-header h2 {
margin-right: calc(1.5em + 2.2vw);
letter-spacing: 0.111em;
font-size: calc(25px + (30 - 25) * ((100vw - 300px) / (1600 - 300)));
}

.tx-content h1,
.tx-sidebar h1,
.tx-content h2,
.tx-sidebar h2,
.tx-content h3,
.tx-sidebar h3,
.tx-content h4,
.tx-sidebar h4,
.tx-content h5,
.tx-sidebar h5,
.tx-content h6,
.tx-sidebar h6 {
color: #9D0600;
font-family: 'Playball';
font-weight: 600;
line-height: 1.125;
}

.tx-content h1,
.tx-sidebar h1 {
font-size: calc(35px + (50 - 35) * ((100vw - 300px) / (1600 - 300)));
margin-bottom: 0.5em;
}

.tx-content h1:not(:first-child),
.tx-sidebar h1:not(:first-child) {
margin-top: 1em;
}

.tx-content h2,
.tx-sidebar h2 {
font-size: calc(27.5px + (36 - 27.5) * ((100vw - 300px) / (1600 - 300)));
margin-bottom: 0.5714em;
}

.tx-content h2:not(:first-child),
.tx-sidebar h2:not(:first-child) {
margin-top: 1.1428em;
}

.tx-content h3,
.tx-sidebar h3 {
font-size: calc(23.5px + (30 - 23.5) * ((100vw - 300px) / (1600 - 300)));
margin-bottom: 0.6666em;
}

.tx-content h3:not(:first-child),
.tx-sidebar h3:not(:first-child) {
margin-top: 1.3333em;
}

.tx-content h4,
.tx-sidebar h4 {
font-size: calc(20px + (25 - 20) * ((100vw - 300px) / (1600 - 300)));
margin-bottom: 0.8em;
}

.tx-content h5,
.tx-sidebar h5 {
font-size: calc(19px + (22 - 19) * ((100vw - 300px) / (1600 - 300)));
margin-bottom: 0.8888em;
}

.tx-content h6,
.tx-sidebar h6 {
font-size: calc(16px + (20 - 16) * ((100vw - 300px) / (1600 - 300)));
margin-bottom: 1em;
}

.tx-footer,
.tx-footer a {
color: #fff;
}

.tx-footer a:hover {
color: #9D0600;
}

a {
color: currentColor;
cursor: pointer;
text-decoration: none;
}

a strong {
color: currentColor;
}

a:hover {
color: #9D0600;
text-decoration: underline;
}

.tx-content blockquote {
background-color: whitesmoke;
border-left: 0.2777em solid #9D0600;
padding: 1.25em 1.5em;
}

.tx-content ul,
.tx-sidebar ul {
list-style: disc outside;
margin-left: 2em;
margin-top: 1em;
}

.tx-content ul ul,
.tx-sidebar ul ul {
list-style-type: circle;
margin-top: 0.5em;
}

.tx-content ul ul ul,
.tx-sidebar ul ul ul {
list-style-type: square;
}

.tx-content ol,
.tx-sidebar ol {
list-style-position: outside;
margin-left: 2em;
margin-top: 1em;
}

.tx-content ol ol,
.tx-sidebar ol ol {
margin-top: 0.25em;
}

/*--------------------------------------------------------------
# Container-Eigenschaften
--------------------------------------------------------------*/
.tx-header,
.tx-content,
.tx-sidebar,
.tx-footer {
margin: 0;
padding: 0.25em;    /* vorher 1.25em */
}

.tx-header {
background-color: #C0C0C0;
min-height: 300px;
background-image: url("../grafiken/Testbild01.jpg");
color: #FFF;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}

.tx-dropdown {
background-color: #C0C0C0;
}

.tx-content {
background-color: #FFFFFF;
min-height: 100vh;
}

.tx-sidebar {
background-color: #FFFFFF;
/* -webkit-box-shadow: -5px 0px 5px 0px rgb(0, 47, 68, 0.75);
-moz-box-shadow: -5px 0px 5px 0px rgb(0, 47, 68, 0.75);
box-shadow: -5px 0px 5px 0px rgb(0, 47, 68, 0.75); */
-webkit-box-shadow: -5px 0px 5px 0px rgb(192, 192, 192, 75);
-moz-box-shadow: -5px 0px 5px 0px rgb(192, 192, 192, 75);
box-shadow: -5px 0px 5px 0px rgb(192, 192, 192, 75); 
}

.tx-footer {
background-color: #C0C0C0;
}

.tx-main {
margin: auto;
max-width: 100em;
}
/*--------------------------------------------------------------
# Mobil- Tablet- Menue
--------------------------------------------------------------*/
ul.mainmenu {
display: flex;
flex-direction: column;
}

ul.mainmenu li {
display: flex;
flex-direction: column;
text-align: left;
}

ul.mainmenu li a {
color: #FFF;
padding: 0.625em 0.9375em;
}

ul.detailmenu li a {
padding-left: 1.26em;
}

.menu,
.menuactive {
font-weight: bold;
}

.menuactive,
.submenuactive {
background-color: #9D0600;
}

ul.mainmenu li a:hover,
ul.detailmenu li a:hover {
background: #9D0600;
}

.tx-nav li>a:after {
content: "\21E3";
color: #FFF;
font-weight: bold;
padding-left: 0.555em;
}

.tx-nav li>a:only-child:after {
content: "";
}

input#tx-checkbox_toggle {
display: none;
}

.tx-nav ul {
display: none;
}

input#tx-checkbox_toggle:checked~.tx-nav ul {
display: flex;
flex-direction: column;
}
/*--------------------------------------------------------------
# Hamburger Button
--------------------------------------------------------------*/
.tx-dropdown {
text-align: right;
}

label.tx-hamburger {
display: inline-block;
cursor: pointer;
margin: 5px 10px;
position: relative;
}

.tx-line-1,
.tx-line-2,
.tx-line-3 {
width: 40px;
height: 5px;
background-color: #9D0600;
margin: 6px 0;
transition: linear .4s;
}

input#tx-checkbox_toggle:checked~label.tx-hamburger .tx-line-1 {
-webkit-transform: rotate(-45deg) translate(-9px, 6px);
transform: rotate(-45deg) translate(-9px, 6px);
}

input#tx-checkbox_toggle:checked~label.tx-hamburger .tx-line-2 {
opacity: 0;
}

input#tx-checkbox_toggle:checked~label.tx-hamburger .tx-line-3 {
-webkit-transform: rotate(45deg) translate(-8px, -8px);
transform: rotate(45deg) translate(-8px, -8px);
}
/*--------------------------------------------------------------
# Media Querry - min-width 780px
--------------------------------------------------------------*/
@media screen and (min-width: 780px) {
.tx-flex-container {
display: flex;
}

.tx-content {
flex: 1;

}

.tx-sidebar {
flex: 0 1 300px;

}
}
/*--------------------------------------------------------------
# Media Querry - min-width 1200px
--------------------------------------------------------------*/
@media screen and (min-width: 1200px) {
/*--------------------------------------------------------------
# Desktop - Menue
--------------------------------------------------------------*/
label.tx-hamburger {
display: none;
}

ul.mainmenu {
display: flex;
flex-direction: row;
position: relative;
}

ul.mainmenu li {
display: flex;
position: relative;
flex: 0 1 20%;
}

ul.detailmenu {
visibility: hidden;
display: flex;
background-color: #C0C0C0;
position: absolute;
top: 100%;
left: 0;
right: 0;
flex-direction: column;
}

ul.mainmenu li:hover ul.detailmenu {
visibility: visible;
}
}

#cookieHinweis a {color:#000; text-decoration:none;}

#cookieHinweis a:hover {text-decoration:underline;}

#cookieHinweis div {padding:10px; padding-right:40px;}

#cookieHinweis { 
   outline: 1px solid #7b92a9; 
   text-align: center; 
   border-top:1px solid #fff;
   background: #d6e0eb; 
   background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e0eb), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #d6e0eb 0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   max-width: 100%; 
   font-size:12px; 
   line-height:16px;}

#cookieHinweisCloser {
   color: #777;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   background: #ced6df; /* Old browsers */
   background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); 
 }

#cookieHinweisCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;}

/* Neue Variante-D */
:root {
  --clr-primary: #651fff;
  --clr-gray: #37474f;
  --clr-gray-light: #b0bec5;
}

* {
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
  margin: 0;
  padding: 0;
}

body {
  margin: 2rem;
  color: var(--clr-gray);
}

.wrapper-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.container {
  overflow: hidden;
  box-shadow: 0px 2px 8px 0px var(--clr-gray-light);
  background-color: white;
  text-align: center;
  border-radius: 1rem;
  position: relative;
  width: 280px;
  margin-bottom: 1rem;
  margin-left: 1rem;
}

.banner-img {
  position: absolute;
  /*background-image: url('/FRS2022/layouts/FRS2022_Layout/grafiken/Bild_Individualsoftware_Tafel02.jpg');*/
  background-image: url('../grafiken/Bild_Individualsoftware_Tafel02.jpg');
  height: 10rem;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-img01 {
  position: absolute;
  /*background-image: url('/FRS2022/layouts/FRS2022_Layout/grafiken/Bild_Individualsoftware_Tafel02a.jpg');*/
  background-image: url('../grafiken/Bild_Individualsoftware_Tafel02a.jpg');
  background-color: #C0C0C0;
  height: 10rem;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-img02 {
  position: absolute;
  /*background-image: url('/FRS2022/layouts/FRS2022_Layout/grafiken/Bild_Standardsoftware_Tafel02a.jpg');*/
  background-image: url('../grafiken/Bild_Standardsoftware_Tafel02a.jpg');
  background-color: #C0C0C0;
  height: 10rem;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-img03 {
  position: absolute;
  /*background-image: url('/FRS2022/layouts/FRS2022_Layout/grafiken/Bild_Quellcode_Tafel02a.jpg');*/
  background-image: url('../grafiken/Bild_Quellcode_Tafel02a.jpg');
  background-color: #C0C0C0;
  height: 10rem;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-img04 {
  position: absolute;
  /*background-image: url('/FRS2022/layouts/FRS2022_Layout/grafiken/Bild_Schulung_Tafel02a.jpg');*/
  background-image: url('../grafiken/Bild_Schulung_Tafel02a.jpg');
  background-color: #C0C0C0;
  height: 10rem;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.profile-img {
  width: 8rem;
  /*clip-path: circle(60px at center);*/
  clip-path: circle(40% at 50% 50%);
  margin-top: 4.5rem;
}

.name {
  font-weight: bold;
  /* font-size: 1.5rem; */
}

.description {
  margin: 1rem 2rem;
  /* font-size: 0.9rem; */
}

.btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: none;
  font-size: 1rem;
  font-weight: bold;
  color: white;
  /* padding: 1rem; */
  /* background-color: var(--clr-primary); */
  background-color: #280099;
  /* flex-direction: column; */
  /* margin-bottom: 0; */
}

/* tableFRS {
    width: 800px;
	border-style:none; 
	border-width:0px; 
	background-color:#000000; 
	overflow:hidden;
	border-spacing:0;
	border-collapse:collapse;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
} */

/* FRS - Tabelle */

/* table, th, td {
border: 0;
border-collapse: collapse;
font-family: Verdana;
font-size: 1em;
text-align: left;
} */

/* th {
background-color: #9D0600;
color: #fff;
border: 1px solid #fff;
} 

td {
    width:40%;
    color: #9D0600;
}
.ungerade td {
background-color: #e6ffe6;
}

.gerade td {
background-color: #d1fad1;
}

.HG-Grau td {
background-color: #C0C0C0;
}

.angebot {
font-weight: bold;
background-color: #ffa042;
} */

.FRS-Blocksatz {
    /*margin-left: 10%;*/
    margin-right: 40px;
    padding-right: 40px;
}

/* -------------------------------------------------------- */
/* {TABLEOFCONTENTS} */
/* ----------------- */
div.tableofcontents ul ul {
    /*padding-left:15px;*/
}
div.tableofcontents li.blind {
    list-style-type:none;
    list-style-image:none;
}