/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat/montserrat-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/montserrat/montserrat-v26-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/montserrat/montserrat-v26-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/montserrat/montserrat-v26-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
	font-family: 'Montserrat',
	sans-serif; font-size: 18px;
	font-weight: 300;
	text-decoration: none;
	line-height: 24px;
	color: #1d1d1b;
}

.h1, h2 {
	font-size: 32px;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	font-weight: 400;
	margin-top: 40px;
}

h2.center {
	text-align: center;
}

#box  {
	text-align: left;
	margin: 70px auto 0;
	padding: 10px;
	position: relative;
	width: 60%;
	max-width: 960px;
	height: auto;
	border-radius: 6px;
	background: rgba(255,255,255,0.80);
}

#logo {
	background-image: url("images/logo.svg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	width: 325px;
	height: 100px;
	margin-top: 10px;
	padding-bottom: 25px;
	margin-left: auto;
    margin-right: auto;
	position: relative;
}

#textbox {
	color: #1d1d1b;
	height: 50px;
	background-color: transparent;
	position: relative;
	height: auto;
}

#textbox p {
	text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    color: #1d1d1b;
}

#textbox p strong {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul {
	list-style-type: circle;
	padding-left: 15px;
}

a:link, a:visited { 
	color: #82ab54;
	text-decoration: underline;
}

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

.seperator {
	background: url("images/sep.png") no-repeat center center;
	display: block;
	margin-left: 0 auto 0 auto;
	height: 5px;
	max-width: 100%;
}
.footer {
    font-size: 16px;
	text-align: center;
    padding-left: 20px;
    padding-right: 10px;
    color: #1d1d1b;
}

#background {
    float: left;
    width: 100%;
	height: 100%;
    position: fixed;
    z-index: -111;
    top: 0;
    left: 0;
    overflow: hidden;
}

#background img {
    width: auto;
	min-width: 100%;
	height: 100%;
    overflow: hidden;
}

/*** Modale Fenster ***/

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

.modal-content {
	background-color: rgba(254,254,254,0.95);
	margin: 8% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 70%;
}

/* The Modal (background) */
	.modal2 {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%;
	overflow: auto;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}

/* Modal Content/Box */
.modal-content2 {
	background-color: rgba(254,254,254,0.95);
	margin: 8% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 70%;
}

.close, .close2 {
	font-size: 200%;
}

@media (max-width: 768px) {
#box {
    margin: 50px auto 0;
    padding: 10px;
    width: 80%;
}
}

@media (max-width: 553px) {
#logo {
	background-image: url("images/logo.svg");
	width: 200px;
	height: 70px;
	margin-top: 10px;
	padding-bottom: 25px;
	margin-left: auto;
    margin-right: auto;
	sans-serif; font-size: 16px;
	line-height: 22px;
}
}

@media (max-width: 400px) {
#logo {
	background-image: url("images/logo.svg");
	width: 200px;
	height: 123px;
	margin-top: 10px;
	padding-bottom:25px;
	margin-left: auto;
    margin-right: auto;
}
}
