/** {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

body,html {
	font-family: 'Open Sans', sans-serif;
    background-color: #fff;
	color: #575756;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
*/

.popup-wrapper {
	background: url(../Images/bg_popup.png) no-repeat;
    background-size: cover;
    width: 100%;
    min-width: 200px;
    max-width: 850px;
    height: 0;
    padding-bottom: 58.8235%;
}

/*.popup-wrapper {
	width: 850px;
	height: 500px;
	background: url(../images/bg_popup.png) no-repeat;
	background-size: contain;
}*/

.popup-wrapper-inner {
	width: 50%;
	padding: 50px;
	text-align: left;
}

.popup-alert-icon {
	margin-bottom: 50px;
}

.popup-heading {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #829e1e;
	line-height: 140%;
}

.popup-content p {
	margin: 0 0 10px 0;
	line-height: 140%;
}

/* .popup-button { */
	/* display: inline-block; */
    /* width: 100%; */
    /* background: #58a0c2; */
    /* text-align: center; */
    /* padding: 8px 20px; */
	/* margin: 30px 0 0 0; */
	/* font-weight: bold; */
	/* color: #fff; */
    /* font-size: 15px; */
	/* text-decoration: none; */
/* } */

.popup-button {
	background: #58a0c2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: inline-block;
	-webkit-box-align: left;
	-ms-flex-align: left;
	align-items: left;
	padding: 7px 20px 7px 15px;
	margin: 20px 0 0 0;
	border-bottom-right-radius: 20px;
	justify-content: left;
	color: #fff;
	font-size: 16px;
	border: 0;
	font-family: 'Ropa Sans', sans-serif;
	cursor: pointer;
	-webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.popup-button:hover {
    /* background-color: #b0b108; */
	/* color: #fff; */
}

@media only screen and (max-width: 940px) {
	/*.popup-wrapper {
		width: 100%;
		height: 100%;
	}*/
}

@media only screen and (max-width: 860px) {
	.popup-wrapper-inner {
		width: 60%;
	}
	.popup-alert-icon {
		margin-bottom: 30px;
	}
	.popup-button {
		margin: 30px 0 0 0;
	}
}

@media only screen and (max-width: 780px) {
	.popup-wrapper-inner {
		padding: 30px;
	}
	.popup-alert-icon {
		margin-bottom: 20px;
	}
	.popup-button {
		margin: 20px 0 0 0;
	}
}

@media only screen and (max-width: 680px) {
	.popup-alert-icon {
		display: none;
	}
}

@media only screen and (max-width: 600px) {
	.popup-wrapper {
		background: url(../Images/bg_popup_ohne_maus.png) no-repeat;
		background-size: cover;
		height: 310px;
		padding-bottom: 0;
	}
	.popup-wrapper-inner {
		width: 100%;
	}
}

@media only screen and (max-width: 500px) {
	.popup-wrapper-inner {
		padding: 15px;
	}
	.popup-button {
		margin: 15px 0 0 0;
		padding: 8px 5px;
	}
}

.lightbox { display:none;}

.modal {
	z-index: 10000!important;
}

.modal-dialog {
  max-width: 500px;
  margin: 0 auto!important;
}

    @media screen and (min-width: 768px) {
        .modal-dialog {
          max-width: 850px;
        }
    }

#myModal {
  top: 10%;
}

#main-menu {z-index: 999;}
