@charset "utf-8";

body,td,th {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	}
	
	
	
.basics{
	position: relative;
}
.basics font {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
}
.basics h2 {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-size: 2.0em;
	color:#000000;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	text-align:center;
	padding-bottom: 5px;
}
.basics h3 {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-size: 1.3em;
	color: #000000;
	margin-bottom: 30px;
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
}
.basics h4 {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-size: 2.8em;
	color: #ffffff;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	text-align:center;
}
.basics h5 {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-size: 2.2em;
	color: #6a6a5a;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;	
}
.basics h6 {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-size: 1.2em;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;	
}
.basics p {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-size: 1em;
	margin-left: 10px;
	margin-right: 10px;
}


.far {
	font-size: 2em;
	color: #0077c9;
}
.farAus {
	color: #6a6a5a;
}

.impressum button {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-size: small;
	color: #A2A2A2;
	border: none;
	margin-bottom: 5px;
	margin-top: 5px;
	float: right;
	outline: none;
    box-shadow: none !important;
}
.impressum button:hover {
	background: none;
	color: #FFFFFF;	
}

.modal-dialog.mx-auto .modal-content .modal-footer button {
	background: #0077c9;
}
.modal-dialog.mx-auto .modal-content .modal-body {
	max-height: calc(100vh - 180px);
    overflow-y: auto;
}

.modal-dialog.mx-auto .modal-footer {
    height: 80px;
}

.modal-dialog.mx-auto .modal-header {
    height: 80px;
}

.modal-dialog.mx-auto .modal-header h2 {
    margin-top: auto;
}

#C1, #C2{
	font-size: 2em;
}
#button {
 font-size: 2.5em;
  text-align: center;
  position: fixed;
  bottom: 50px;
  right: 0px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
	margin-right: 12px;
	margin-bottom: 15px;
	color: #A2A2A2;
}
#button:hover {
  cursor: pointer;
  color: #000000;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 370px){
	.basics h4 {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-size: 2.1em;
	color: #ffffff;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	text-align:center;
}}

.header {
    background-color:#FFFFFF;
    margin-bottom: 10px;
    margin-top: 10px;
}
.header img{
display:block;margin:auto;
	max-height: 100px;
}

.StartBild {
	padding: 0;
	width: 100%;
    height: auto;	
	min-height: 100%;	
}
	
@media (max-width : 1999px ){
	#button {
 font-size: 1.5em;
		margin-bottom: 15px;
}
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
.sticky + .content {
    padding-top: 60px;
}

@media (min-width: 500px) {
  .content {
    width: 43%;
  }  
}

.Kontakt a{
	color:#000000
}
.Kontakt span{
	margin-right: 5px;
}

.row.impressum  .btn.btn-primary {
	background: none;
}

.ImpressumScroll{
background-color: #0077c9;	
}

.Mitte{
	text-align:center;
}

.Kontakt {
	text-align:center;
}

.table {

}


.MyButton {
background-color:#515151 !important;
	color: white;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 30px;
}
