h1.header {
    background: transparent url(../img/test_image.jpg) no-repeat;
    background-size: cover;
    background-position: 50%;
}
.btn{
	border-radius: 0px !important;
}

.nomargin{
	margin:0px !important;
}

.leftnav a{
	background-color: white;
    border: 2px solid #272727;
    color: #000;
    width: 210px;
    padding: 15px 32px;
    margin: 5px;
    text-align: center;
    text-decoration: none;
    display: table;
    vertical-align: middle;
    font-size: 0.99em;
	color:black;
}

.whitelinkbutton{
	font-weight:default !important;
	background-color: white;
    border: 2px solid #272727;
    color: #000;
    width: auto;
    padding: 15px 32px;
    margin: 5px;
    text-align: center;
    text-decoration: none;
    display: table;
    vertical-align: middle;
    font-size: 0.99em;
	color:black;
	    margin-left: auto;
    margin-right: auto;
}

.leftnav li{
		padding-bottom:10px;
}

.leftnav ul{
	  list-style:none;
}

.leftnav h5{
	font-size:10px;
}

.hleft{
	text-align:left;
}

.defaultpage a{
	color:black;
	font-weight:bold;
}

.awaktable a{
		color:black;
	font-weight:bold;
}

.awaktable h5{
	font-size:12px;
}

.awaktable select{
	border: 1px solid black;
	width:100%;
    /* width: 214px;*/
    height: 34px;
    padding: 3px;
}

.awaktable input{
	width:100%;
}

.awaktable .btn-red{
	max-width:200px;
	margin-top:10px;	
}

#footer-contact span {
	line-height:20px !important;
}

.btn-whyte{
	background-color: white;
    border: 2px solid #272727;
	color:black;
	margin-top:10px;
}

.text-center{
	text-align:center;
}
@media(min-width:769px)
{
		
	.smallshow
	{
		display:none !important
		
	}
}

@media (min-width: 0px) and (max-width:768px)
{
	.smallhidden
	{
		display:none;
		
	}
	
	.smallshow
	{
		display:inline !important;
		
	}
	.smallshow ul
	{
    list-style-type: none;
    margin: 0;
    padding: 0;
	}
	.smallshow li
	{
 display: inline;
	}
	.smallshow li a
	{
	display: inline-block;
	color:black !important; 	
    text-align: center;
    padding: 4px 16px;
    text-decoration: none;
	}
	
	#smallnav
	{
		background-color:red;
	}
	
	.navbutton{
		position:fixed;
		top: 12px;
		right:12px;
		z-index:10000;

	}
	
	.navbutton button{
		background-color:white;
		color:black;
		border-radius:4px;
		border: 1px solid black;
	}
}


meter {
	width:100%;
}

input[type=radio]{
	width:20px
}

input[type=checkbox]{
	width:20px
}

#MainContent_loggendin_user_btnKeinSeminar{
	width:300px !important;
}

.wyrurech h2{
	font-size:14px;
}

#passwort_warnung{
	border: 0px;
	color:white;
}
#MainContent_loggedout_button_registrieren{
	width:200px;	
}

#MainContent_loggedout_cb_wantadmin{
	width:20px;
}

#MainContent_loggendin_user_rb_p{
	width:20px;
}
#MainContent_loggendin_user_rb_g{
	width:20px
}

.stammdatenstyle p{
	margin-bottom:0px;
}

#MainContent_loggendin_user_emailpanel input{
	display:block;
}



.sidenav{
	z-index:110;
	float:right;
	width:300px;
	height:100%;
	color:white;
	background-color:rgba(100,100,100,0.7);
	position:fixed;
	top:0;
	right:0;
	padding-top:20px;
	padding-bottom:20px;
	overflow:scroll;
}

.sidenav ul{
	list-style-type:none;
}

.sidenav li{
	padding-bottom:0px;
}

.sidenav a{
	padding:10px 10px;
}

.pseudofooter{
	background-color:black; 
	/*
	position: fixed;
	bottom:0;
	*/
	width:300px; 
	margin-left:-15px; 
	height:242px; 
	padding-left:15px;
}

/*
  mobile Banner
*/
.mobile_banner{
  top: 0;
  left: 0;
  position: fixed;
  z-index:50;
  transform: translateY(-100%);
  transition: all 0.5s cubic-bezier(.17, .67, .79, 1.2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #333333;
  height: 7em;
  color: #fff;
  padding: 0.5em;
  width: 100%;
}
.mobile_banner.active {
  transform: translateY(0);
}
.mobile_banner .close_icon{
    width: 18px;
    margin-right: 0.5em;
  }
  .mobile_banner .icon {
    background-color: #fff;
    padding: 0.5em;
    border-radius: 5px;
    width: 80px;
    height: 80px;
    margin-right: 0.5em;
  }
  .mobile_banner p {
    margin-bottom: 0;
    margin-right:0.5em;
    word-break: break-word;
    font-size: 0.9em;
    font-weight: 500;
  }
  .mobile_banner .app_btn {
    padding: 0.5em 0.25em;
    background-color: #E30713;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    min-width: 80px;
    text-align: center;
    font-size: 0.9em;
  }
  .mobile_banner .app_btn:active {
    background-color: #a0060e;
  }
@media screen and (max-width: 440px){
	.mobile_banner {
		height: 6em;
	}
	.mobile_banner .close_icon {
		width: 15px;
		margin-right: 0.5em;
	}
	.mobile_banner .icon {
		width: 70px;
		height: 70px;
	}
	.mobile_banner p{
		font-size: 0.8em;
	}
	.mobile_banner .app_btn {
		font-size: 0.8em;
		min-width:70px;
	}
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.responseText {
    position: relative;
    top: 10px;
    font-size: 12px;
}

.gutscheinPnl {
    
}

.greenBorder {
}

.redBorder {
}

    .redBorder input {
        width: 100% !important;
    }

.greenBorder input {
    width: 100% !important;
}


.gutscheinPnl input {
    width: 100% !important;
    margin-left: 0px;
}

.hiddenButton {
    display: none;
}

.voucherFound {
    background-color: green;
}

.voucherNotFound {
    background-color: red;
}




#toastbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    top: 30px; /* 30px from the bottom */
    z-index: 99999999999;
}

    /* Show the snackbar when clicking on a button (class added with JavaScript) */
    #toastbar.show {
        visibility: visible; /* Show the snackbar */
        /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 30px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        top: 30px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}

.wrapSolemn {
    white-space: normal;
    padding: 0px 40px;
}
