:root {
	/* Colors */
	--red: red;
	--green: green;
	--orange: orange;
	--20gray: #2e2e2e;
	--50gray: #171717;
	--80gray: #848484;
	--back: #000000;
	--white: #FFFFFF;
}


* {
    color: #FFFFFF;
    font-family: "Fira Sans", "Fira Sans Condensed", "Fira Sans Extra Condensed", "Roboto", "sans-serif";
}


body {
	background-color: #000000;
	background-image: url(../../images/background_zw-01.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 75%;
	margin: 0;
    overflow-y: scroll;
	height: 100%;
}

hr {
	border: none;
	height: 1px;
	color: #848484;
	background-color: #848484;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
	text-decoration: none; 
}

a:hover {
	color: #848484;
	text-decoration: none; 
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.title {
	margin-top:80px;
	min-height: 160px; 
	/*background-color: #2e2e2e ;*/
	padding-top: 25px;
	border-bottom: #848484 1px solid; 
}

/*.page {
	margin-top:280px;
	position: relative;
    min-height: 100%;
    width: device-width;
    margin: 0 auto;
	
}*/

.page {
	margin-top:120px;
	min-height: 200px; 
	padding-top: 25px;
	padding-bottom: 2.0em;
}

.content-no-title {
	margin-top:60px;
	min-height: 200px; 
	/*background-color: #2e2e2e ;*/
	padding-top: 25px;
	padding-bottom: 2.0em;
}

.content {
	padding-top: 25px;
	padding-bottom: 2.0em;
}

img.trennelement {
	margin-left: -0.7em;
	margin-top: 1.0em;
	margin-bottom: 2.5em;
}


h1 {
	font-weight: 300;
	margin-bottom: 0;
	
}

h1.alternativ {
	font-weight: 500;
	margin-top: 0;
}

h3 {
	padding-top: 0.0em;
	margin-top: 0.0em;
}

h3.avatar {
	padding-top: 0.0em;
	margin-top: 0.0em;
}

p {
	font-weight: 300;
	line-height: 160%;
}


.font-green {
	color: var(--green);
}

.font-orange {
	color: var(--orange);
}

.font-red {
	color: var(--red);
}

.font-black {
	color: var(--black);
}

.font-white {
	color: var(--white);
}

.angemeldet {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--green); /* Safari */  
  text-decoration-color: var(--green);
}

.vorgemerkt {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--orange); /* Safari */  
  text-decoration-color: var(--orange);
  /*text-decoration-style:wavy;*/
}


.abgemeldet {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--red); /* Safari */  
  text-decoration-color: var(--red);
}

.selectContainer {
  width: 200px
}

select{
	color: #000000;
	background-color: #848484;
}


option{
	color: #000000;
	background-color: #848484;
}

/*

textarea {
    background: red;
}

input[type=text], input[type=password], input[type=email], input[type=number] {
	background-color: #848484;
	border: 1px solid #2e2e2e;
	color: #FFFFFF;
}

input[type=text]::placeholder, input[type=password]::placeholder, input[type=email]::placeholder, input[type=number]::placeholder {
	color: #FFFFFF;
}



*/

.form-control {
    background-color: #848484;
	border: 1px solid #2e2e2e;
	color: #FFFFFF;
}



.form-control::placeholder {
    color: #FFFFFF;
}

.form-control:focus {
	background-color: #848484;
	color: #FFFFFF;
}

.custom-file-label {
	background-color: #848484;
	border: 1px solid #2e2e2e;
	color: #FFFFFF;
}

/*.form-control:read-only, .form-control:disabled {
    background-color: #2e2e2e;
	border: 1px solid #2e2e2e;
}*/


input[type=text]:read-only, input[type=email]:read-only, input[type=number]:read-only, input[type=password]:read-only, 
input[type=text]:disabled, input[type=email]:disabled, input[type=number]:disabled, input[type=password]:disabled {
  background-color: #2e2e2e;
  border: 1px solid #2e2e2e;
}

textarea:disabled {
	background-color: #2e2e2e!important;
	
}

textarea:disabled {
	background-color: #2e2e2e!important;
	
}
select:disabled {
	background-color: #2e2e2e!important;
	
}


option {
	color: var(--white);
}



.dropdown-toggle{
    background-color: #343a40 !important;
    border: white !important;
    
}

.dropdown-menu.show{
    background-color: #343a40 !important;
}

.dropdown-menu a{
    background-color: #343a40 !important;
}

.bg-dark {
	/*background-color: black !important;*/
} 

/* The Modal (background) */
/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #848484;
  
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
  color: #FFFFFF  !important;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #848484;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 16px 16px;
  background-color: #171717;
}

.modal-body {
	padding: 8px 16px;
	background-color: #171717;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #171717;
}
.

/* ACCORDION */
/*https://webdesign.tutsplus.com/tutorials/how-to-customize-bootstraps-4-accordion-component--cms-32510*/

.accordion {
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}
 
.accordion .card,
.accordion .card:last-child .card-header {
  border: none;
  background: #2e2e2e;
}
 
.accordion .card-header {
  border-bottom-color: #EDEFF0;
  background: transparent;
}
 
/*.myaccordion .fa-stack {
  font-size: 18px;
}
 
.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #004987;
  padding: 0;
}
 
.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}*/
 
.accordion li + li {
	background: #848484;
}

/*GOOGLE MAPS IFRAM RESPONSIVE*/
.google-maps {
background-color: #000000;
width: 100%;
height: 100%;
margin-left:auto;
margin-right:auto;
box-shadow: 0px 13px 14px 0px rgba(50, 50, 50, 0.81);
}
.google-maps {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
