@charset "UTF-8";
/* CSS Document */

button {
	background-color: #fff;
	border: none;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-size: 16px;
font-family: "calibri";
font-weight: 400;
color: rgba(0,0,0,0.80);
}

button:hover {
   background-color: #fff;
	border: none;
	cursor: pointer;
	text-decoration: underline;
}

#overlay-1 {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    display: none;
	z-index: 99999;
}

#overlay-2 {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    display: none;
	z-index: 99999;
}

#overlay-3 {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    display: none;
	z-index: 99999;
}


#popup-1 {
    width: 80%;
    height: 80%;
    padding: 20px;
    position: relative;
    background: #fff;
    margin: 100px auto;
	overflow: scroll;
}

#popup-2 {
    width: 80%;
    height: 80%;
    padding: 20px;
    position: relative;
    background: #fff;
    margin: 100px auto;
	overflow: scroll;
}

#popup-3 {
    width: 80%;
    height: 80%;
    padding: 20px;
    position: relative;
    background: #fff;
    margin: 100px auto;
	overflow: scroll;
}

#close-1 {
    position: fixed;
    top: 120px;
    right: 10%;
    cursor: pointer;
    color: #000;
}

#close-1 img {
	width: 30px;
	height: auto;
	border: none;
}


#close-2 {
    position: fixed;
    top: 120px;
    right: 10%;
    cursor: pointer;
    color: #000;
}

#close-2 img {
	width: 30px;
	height: auto;
	border: none;
}

#close-3 {
    position: fixed;
    top: 120px;
    right: 10%;
    cursor: pointer;
    color: #000;
}

#close-3 img {
	width: 30px;
	height: auto;
	border: none;
}

.popup-headline {
    font-size: 18px;
    font-weight: 700;
    color: rgba(89,89,89,1.00);
    font-family: "calibri";
}

.popup-subline {
	font-size: 18px;
	font-family: "calibri";
	font-weight: 700;
	color: rgba(161,17,46,1.00);
}

.popup-subtitel {
	font-size: 18px;
	line-height: 20px;
	font-family: "calibri";
	font-weight: 700;
	color: rgba(161,17,46,1.00);
	height: 45px;
}

.popup-text {
	font-size: 16px;
	line-height: 23px;
	font-family: "calibri";
	font-weight: 400;
	color: rgba(0,0,0,0.80);
	padding-top: 20px;
}

.popup-pdf {
	height: 50px;
	background-image: url(../images/pdf-file.svg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: left top;
	padding-left: 55px;
	font-size: 16px;
	font-family: "calibri";
	font-weight: 700;
	color: rgba(0,0,0,1.00);
	text-transform: uppercase;
	margin-top: 50px;
	margin-bottom: 50px;
}

.popup-pdf-subtitel {
	font-size: 12px;
	font-family: "calibri";
	font-weight: 400;
	color: rgba(0,0,0,0.80);
	text-transform: none;
}



a.popup-go:link {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
a.popup-go:visited {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}

a.popup-go:hover {
	text-decoration: none;
	color: rgba(161,17,46,1.00);

}
a.popup-go:active {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}



