/* 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;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body {
	font-family: 'Montserrat', sans-serif;
	font-size: 100%;
	color: #666;
	text-decoration: none;
	font-weight: 400;
	word-spacing: normal;
	background-color: #FFF;
	line-height: 1.45;
	margin: 0;
}

p {
	margin:0;
}

p:empty {
height: 18px;
}

strong{
	font-weight: 700;
}

h1{
	margin: 0px;
	font-size: 1.45rem;
	line-height: 1.2;
	font-weight: 700;
	color: #2a2a2a;
}

h2{
	margin: 0px;
	font-size: 1.1rem;
	line-height: 1.2;
	font-weight: 700;
	color: #2a2a2a;
	margin-bottom: 0.5rem;
}

h3{
	margin: 0px;
	font-size: 0.9rem;
	font-weight: 400;
}

.frame-outer {
	padding: 0px;
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	font-size: 0.75rem;
	position: relative;
}

.frame-outer::after {
  content: "";
  display: block;
  clear: both;
}

.frame-outer2 {
	padding: 0px;
	width: 720px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	font-size: 0.75rem;
	position: relative;
	margin-top: 4.85rem; 
	-webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,0.15);
    -moz-box-shadow: 0 0 40px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.15); 
}

.frame-outer2::after {
  content: "";
  display: block;
  clear: both;
}

#logoBox{
	position: fixed;
	display: block;
	width: 100%;
	top: 0;
	left: auto;
	z-index: 1000;
	margin: 0 auto;
	background:#fff;
	border-bottom: 5px solid #a60a3d;
	padding: 1.5rem 0 0.8rem 0;
}

.logo{
}

.content{
	padding: 2.5rem;
}

.box_oben{
	position: absolute;
	top: 4.7rem;
	left: 0;
	padding: 2rem 2.5rem;
	background-color: #FFF;
	z-index: 5;
	width: 15rem;
}

.flex {
	display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	margin-top: 2.5rem;
}

.left, .right {
	width: 47%;
	background-color: #FFF;
	box-shadow: 0 0 16px #ccc;
	-moz-box-shadow: 0 0 16px #ccc;
	-webkit-box-shadow: 0 0 16px #ccc;
	border: 2px solid #FFF;
}

.left:hover, .right:hover {
	border: 2px solid #a60a3d;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.box{
	padding: 0.8rem 1.5rem 1.5rem 1.5rem;
}

.box_mitte{
	background-color: #f9f9f9;
	padding: 2.5rem;
}

.box_unten{
}

.box_links{
	float: left;
	width: 48%;
}

.box_rechts{
	float: right;
	width: 48%;
}

#footer{
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border:0;
}

 
/* Zusatz*/ 

a:link, a:visited, a:active {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #a60a3d;
	text-decoration: none;
}
 
.text_gross{

}

.titel_gross{

}

.text_klein{
	font-size: 0.65rem;
}

.titel_klein{

}

.farbe {
	color: #a60a3d;
}

.upper {
	text-transform: uppercase;
}

.hide_m {

}

.abstand5 {
	padding-top: 0.5rem;
}

.abstand10 {
	padding-top: 1rem;
}

.abstand15 {
	padding-top: 1.5rem;
}

.button:link, .button:visited, .button:active {
	color: #FFF;
	text-decoration: none;
	background-color: #a60a3d;
	padding: 12px 18px;
	-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;
	border: 2px solid #a60a3d;
	box-shadow: 0px 40px 60px -30px rgba(0,0,0,0.34);
	-moz-box-shadow: 0px 40px 60px -30px rgba(0,0,0,0.34);
	-webkit-box-shadow: 0px 40px 60px -30px rgba(0,0,0,0.34);
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.button:hover {
	color: #a60a3d;
	text-decoration: none;
	background-color: #FFF;
}

ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
	list-style-type: square;
}

li {
	padding-top: 0.5em;
}

#bild1{
	display: block;
	text-align: center;
}
	
#bild2{
	display: none;
}

.refnr {}

.apply {}
