.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
	  font-size: 3.5rem;
	}
}
	  
/*
 * Globals
 */

/* Links */
main > .container {
  padding: 60px 15px 0;
}

.footer {
  background-color: #f5f5f5;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.white {
	color: white !important;
} 

.btn-info {
	background-color: #F79030;
	border-color: #F79030;
}
.btn-info:hover {
	background-color: #ca7526;
	border-color: #ca7526;
}
.btn-primary {
	background-color: #F79030;
	border-color: #F79030;
}
.btn-primary:hover {
	background-color: #ca7526;
	border-color: #ca7526;
}

#map {
	height: 300px;
}

.smallmap {
	width: 100%;
	height: 200px;
	float: left;
    margin-right: 20px;
	    border-radius: 5px;
}
.card_content {
	float:left;
}
@media screen and (max-width: 1200px){
	.smallmap {
		width: 100%;
		height: 200px;
		float: left;
		/* margin-right: 20px; */
		margin-bottom: 20px;
		
	}
	
}
@media screen and (max-width: 600px){
	#map {
		height: 200px !important;
	}
}

@media (min-width: 576px){
	.modal-dialog {
		max-width: 800px;
		margin: 1.75rem auto;
	}
}

p.wert {
color: #F79030;
font-size: 25px;	
}

a {
color: #F79030; 
}

@media screen and (max-width: 600px){
	.card {
		width: 100%;
		margin: 0 auto;
	}
	
	h2 {
		margin-left: 0 !important;
	}
	
	main > .container {
		padding: 0px 15px 0;
	}
	
	ul {
		margin: 5px !important;
	}
}

input[type=range] {
	display: none;
}

.modal-body p, .modal-header{
	color: black !important;
	font-size: 1.1em !important;
}


li.checked:before {
    content: "\2713";
    color: orange;
    margin-bottom: 5px;
    height: 15px!important;
    font-weight: 700;
    padding-bottom: 23px;
    margin-left: -21px;
	margin-right: 10px;
}



ul.list-unstyled {
    padding-left: 15px;
}
.list-unstyled {
    list-style: none;
}

.card-body {
    min-height: 465px;	
}

ul.list-unstyled li {
	font-size: 1.5em;
	font-weight: 700;
}

p {
    font-size: 1.5em !important;	
}

p a.btn {
	width: 80%;
	font-size: 20px;
	padding: 10px 0;
}

/*h1.top span, h2.top span {
	
    background: rgba(0,0,0,0.62);
    padding: 5px;
}*/

h2.top {
	    margin-top: 14px;
   
}

@media screen and (min-width: 601px){
	h1.top {
		font-size: 3em !important;
	}
}
@media screen and (max-width: 600px){
	h1.top {
		font-size: 1.5rem !important;
		line-height: 28px !important;
	}
	h2.top {
		font-size: 1.2rem !important;
		line-height: 40px !important;
	}
	
	p a.btn {
		width: 75% !important;
		font-size: 20px;
	    padding: 10px 0;
	}
}

main > .container {
    padding: 100px 15px 0;
}

.footer {
    background-color: #fff;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999999999999999999999999;
}





@media (min-width: 576px){
	.modal-dialog {
		max-width: 800px;
		margin: 10rem auto;
	}
	ul.list-unstyled {
		padding-left: 20px;
	}
	
	
}
@media (max-width: 576px){
	.modal-dialog {
		max-width: 800px;
		margin-top: 150px;
	}
	footer div p a {
		float: none !important;
		margin-left: 5px;
	}
}
@media (max-width: 380px){
	footer div p a {
		float: none !important;
		margin-left: 5px;
		display: block !important;
		text-align: left !important;
		margin-top: 5px !important;
	}
}



.mobal-body p {
	font-size: 1.4em !important;
}



@media screen and (min-width: 775px){
	
	.mobile {
		display: none;
	}
	.nomobile {
		display: block;
	}
	
}


@media screen and (max-width: 774px){
	
	.mobile {
		display: block;
	}
	.nomobile {
		display: none;
	}
	.btn.btn-primary {
		padding: 0.5rem 0;
		font-size: 1rem;
	}
	
	footer .container p span{
		font-size: 10px !important;
	}
}

.maindiv div.container {
	margin-top: 133px !important;
}

@media (max-width: 600px){
	.maindiv div.container {
		margin-top: 57px !important;
	}
	
	.navbar-brand img {
		max-width: 150px;
	}
	
	.navbar-toggler-icon {
		width: 1.1em;
		height: 1.1em;
	}
	
}

@media (max-width: 1600px){
	#map_info_block ol {
		margin-left: 20px !important;
	}
}


@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
   #map_info_block ol, ol {
		margin-left: 20px !important;
	}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
   #map_info_block ol, ol {
		margin-left: 20px !important;
	}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
  #map_info_block ol, ol {
		margin-left: 20px !important;
	}
}