/* open-sans-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v40-latin-300.woff2') format('woff2'); 
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2');
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v40-latin-italic.woff2') format('woff2'); 
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v40-latin-500.woff2') format('woff2'); 
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v40-latin-600.woff2') format('woff2'); 
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'); 
}

body
{ 
	color: #54585c; 
	overflow-x: hidden; 
	font-family: 'Open Sans', sans-serif; 
    height: 100%;    	
    padding:0px;
  	margin:0px;
   	font-family: Verdana, sans-serif;
    // color: #313131;
    text-align: left;
    background-color: rgb(240, 240, 240);
    font-family: 'Open Sans', sans-serif;      
}


html {
    height: 100%;
}

.error 
{
    color:#ff2222 !important;
	border:1px solid #ff2222 !important;
    display: inline;
	accent-color: #ff2222 ;
    /*margin-left: 10px;*/
}

label.error 
{
    color:#ff2222;
    display: inline;
	border:none !important;
    /*margin-left: 10px;*/
}

input[type='radio'].error {
    
	border-color: #ff2222;
	border:1px solid #ff2222 !important;
	box-shadow: 0 0 3px 1px #ff2222;
}

input[type='radio'] {
	margin-top:12px;
	margin-right: 10px;
	width: 20px;
	height: 20px;
}

input[type='checkbox'] {
	margin-top:10px;	
	margin-right: 10px;
	width: 20px;
	height: 20px;
}

input, select, textarea, button, date, number {font-family:inherit;}

a { 
  color: #c55176;
  text-decoration: none; 
}

th, td {
  padding: 5px;
}  

a:hover { 
  color: #c55176;
  text-decoration: none; 
}


.header{

	/*display:block;*/
	height:177px;
	padding-top:0px;
	/*background:url("../images/bgheader.gif") top left no-repeat;*/
  position:relative;
}

.header .verlauf-1, .header .verlauf-2 {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 75px;
    display: block;
    background-color: #b30a4a;
    background-image: linear-gradient(to right, #d60059 0%, #90143b 100%);
}

.header .verlauf-2 {
    z-index: -2;
    height: 100%;
    background-image: linear-gradient(to left, #d60059 0%, #90143b 100%);
}

@media screen and (max-width: 600px) {
  #omnititle {
    visibility: hidden;
    display: none;
  }
}

#head {
		max-width: 960px;
  min-height: 100px;
  padding-left:20px;
  padding-right:20px;
  margin:auto;
}

.logo{
	padding:17px 0 14px 0px;
	/*float: left;*/
}
  
#logout {
  position:absolute;
  /*float:right;*/
  width:100px;
  height:25px;
  top:196px;
  right:0;
  display: block;
}    
  
#middlepart
{
	max-width: 960px;
  min-height: 600px;
  padding-left:20px;
  padding-right:20px;
  margin:auto;

}

fieldset {
    clear: both;
    padding: 20px 20px 20px;
    border: medium none;
}

/* Für Registrierungsformular Erweiterung EH 01.25  */


#registerform fieldset{
	padding: 0px;
	display:none;
}

#registerform h3 {
	margin-top: 70px;
}

#registerform 

.content {
	min-height: calc(100vh - 24px);
}

footer
{
  height: 20px   !important;
	font-size: 0.8em;
	width: 100%;
	text-align: center;
  min-width: 250px;
  background-color: #b5b5b5;
  padding-top:3px;    
}

/* Ende Erweiterung */  

 /* Style inputs, select elements and textareas */
input[type=text], input[type=date], input[type=email], input[type=number], select, textarea {
  color: black;
  background-color:white;
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

button {
  padding:12px;
}


/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

/* Style the submit button */
input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}


input[type=submit]:disabled {
  background-color: #333333;
}


/* Style the container */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}

/* Floating column for labels: 25% width */
.col-10 {
  float: left;
  width: 10%;
  margin-top: 6px;
}

/* Für Registrierungsformular Erweiterung EH 01.25  */

#registerform .col-10 input[type=checkbox] {
	margin-top: 15px;
	margin-left:10px;
}

#registerform .col-40 {
	float: left;
	width: 40%;
	margin-top: 6px;
}

#registerform .col-45 {
	float: left;
	width: 45%;
	margin-top: 6px;
}

#registerform .col-60 {
	float: left;
	width: 60%;
	margin-top: 6px;
}

#registerform .col-30 {
	float: left;
	width: 30%;
	margin-top: 6px;
}

#registerform .col-75 {
	float: left;
	width: 75%;
	margin-top: 6px;
}

#registerform .row-2 {
	padding: 12px 0 0 0
}

#registerform .row-3 {
	padding: 18px 0 0 0;
}

#registerform #SendData{
	margin-top: 22px;
    margin-bottom: 50px;
    margin-left: 25px;
    padding: 10px 35px 12px;
    border: 0 solid transparent;
    border-radius: 50px;
    font-weight: bold;
    box-shadow: inset 5px 5px 5px rgba(255,255,255,0.3), inset -5px -5px 5px rgba(0,0,0,0.2);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    background-color: #c55176
}

/* Ende Erweiterung */


/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Floating column for inputs: 40% width */
.col-45 {
  float: left;
  width: 45%;
  margin-top: 6px;
}

/* Floating column for inputs: 50% width */
.col-50 {
  float: left;
  width: 50%;
  margin-top: 6px;
}

/* Floating column for inputs: 90% width */
.col-90 {
  float: left;
  width: 90%;
  margin-top: 6px;
}

/* Floating column for inputs: 10% width */
.col-10 {
  float: left;
  width: 10%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-10, .col-25, .col-45, .col-50, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
} 

.input_text
{
	height: 18px;
	border:1px solid #000000;
	font-size: 0.7em;
 	color: #000000;
}

.input_text_without_font
{
	height: 18px;
	border:1px solid #000000;
	font-size: 1.0em;
 	color: #000000;
}

.input_button
{
	padding-left: 20px;
	padding-right: 20px;
	background-color: #8f1438;
 	color: #ffffff;
 	border: 0px;
}

.input_button_fix_size
{
	width: 90px;
	background-color: #8f1438;
 	color: #ffffff;
 	border: 0px;
}


.input_text  {
	vertical-align: top;
	width: 100%;
	*width: 99%;
	padding: 0.571em;
	border: 1px solid #bcbcbc;
	border-color: #bcbcbc #cfcfcf #dedede #cfcfcf;
	height: 2.714em;
    padding-bottom:1em;
	background-color: #fafafa;
	color: #333333;
	font-size: 1em;
	font-family: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px inset;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px inset;
	box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px inset;
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-ms-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}




/* Style the tab */
.tab 
{
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/* popup */
.modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    inset: 0;
}

.modal__content {
    width: 50%;
    /*height: 40%;*/
	padding: 30px;
	background-color: #fff;
	border: 3px solid #666666;
}

/* Für Anmeldungen unter 18 Erweiterung EH 01.25  */

#dialog_mj {
	border: solid gray 2px;
	border-radius: 10px;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.blur {
	filter: blur(5px);
}

#Leer{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
	display: none;
}