/* Version: 17.01.2014 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	color: #1A1A1A;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	background-color: #FFF;
	line-height: 1.45;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}

hr {
	height: 3px; 
	background-color: #107FC9; 
	border: 0; 
	margin: 0.8rem 0;
	width: 3.5rem;
	text-align: left;
}

h1{
	margin: 0.5rem 0px;
	font-size: 1.6rem;
	line-height: 1.1;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}

h2{
	margin: 0px;
	font-size: 1.3rem;
	line-height: 1.1;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}

h3{
	margin: 0px;
	font-size: 0.8rem;
	line-height: 1.35;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	color: #107FC9; 
	text-transform: uppercase;
}

#rahmen {
	padding: 0px;
	width: 720px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	background-color: #FFF;
	border: 1px solid #1A1A1A;
	font-size: 0.75rem;
}

.logo{
	padding: 1rem 4%;
}

.logo img{
	width: 183px;
}

.content{
	padding: 4%;
}

.box_oben{

}

.box_mitte{
    background-image: url(bg_gray.png);
    background-repeat: no-repeat;
    background-position: center center;
	background-size: 160%;
    padding: 4% 10%;
	text-align: center;
	background-color: #f6f6f6;
}

.box_unten{

}

.box_links{
	float: left;
	width: 48%;
}

.box_rechts{
	float: right;
	width: 48%;
}

#footer{
    padding: 4%;
    background-image: url(bg.png);
    background-repeat: no-repeat;
    background-position: center center;
	background-size: 150%;
	color: #FFF;
	background-color: #0081CF;
	text-align: center;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border:0;
}

 
/* Zusatz*/ 

a:link, a:visited, a:active {
	color: #1A1A1A;
	text-decoration: none;
}

a:hover {
	color: #107FC9;
	text-decoration: none;
}
 
.text_gross{

}

.titel_gross{

}

.text_klein{

}

.titel_klein{

}

.farbe {
	color: #107FC9;
}

.upper {
	text-transform: uppercase;
}

.hide_m {

}

.font {
	font-family: 'Montserrat', sans-serif;
}

.button:link, .button:visited, .button:active {
	color: #FFF;
	text-decoration: none;
	background-color: #107FC9;
	padding: 0.8em 1.8em;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	font-weight: 700;
	display: inline-block;
}
.button:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #3492d1;
}

.button2:link, .button2:visited, .button2:active {
	color: #FFF;
	text-decoration: none;
	background-color: transparent;
	padding: 0.8em 1.8em;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	font-weight: 700;
	display: inline-block;
	border: solid 1px #FFF;
}
.button2:hover {
	color: #3492d1;
	text-decoration: none;
	background-color: #FFF;
}

.abstand5 {
	padding-top: 0.5rem;
}

.abstand10 {
	padding-top: 1rem;
}

.abstand15 {
	padding-top: 1.5rem;
}

ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0.75rem;
}

li {
	padding-top: 0.5rem;
}

li:first-child {
	padding-top: 0;
}

#bild1{
	display: block;
	text-align: center;
}
	
#bild2{
	display: none;
}

.refnr {}

.apply {}
