@import "fontface.css";
body {
	font: 14px/19px 'open_sansregular';
	font-weight:normal;
	margin: 0;
	padding: 0;
	background-size:cover;
	
	
	
}

img.logo-intro {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 200px;
}

.box-intro1{    
	width: 99.5%;
    min-height: 105px;
    position: relative;
	margin-right:0.5%;
	font-size: 30px;
    float: right;
	color:#fff;
	border: 1px solid #736146;
    max-width: 300px;
	background: #736146;
	border-radius: 0 0 0 40px;
	transition:0.4s all;
}

.box-intro1:hover {
	background: #fff;
	color:#000;
	border: 1px solid #736146;
	transition:0.4s all;
}


.intro-links {
    position: relative;
    float: left;
    width: 50%;
}
.intro-rechts {
    position: relative;
    float: left;
    width: 50%;
}



.content-box1{ 
	width:100%;
	float:right; 
	text-align:center;      
	margin-top: 40px; 
	z-index: 10;
    position: relative;    
	font-family: 'latolight';
}










.box-intro2{    
	width: 99.5%;
    min-height: 105px;
    position: relative;
	margin-left:0.5%;
	color:#000;
    max-width: 300px;
	background: #fbe2e9;
	border: 1px solid #fbe2e9;
    float: left;
	border-radius: 0 40px 0 0;
	transition:0.4s all;
}


.box-intro2:hover {
	background: #fff;
	border: 1px solid #fbe2e9;
	color:#000;
	transition:0.4s all;
}


.content-box2{ 
	width:100%;
	font-family: 'latolight';
	float:left; 
	
	font-size: 30px;
	text-align:center;  
	margin-top: 40px;     
	z-index: 10;
    position: relative;    
}
.content-box2 a {
	text-transform:uppercase;
	color:#000;
	font-size: 35px;
}


.content-box2 img:hover{opacity:0.75;}

/* ******** nav mobile ********* */
div.navigation{
	position: absolute;
	display:none;
	right: 15px;
  	top: 8px;
}
a.mobile-nav {
	position: relative;
	height:32px;
	width:32px;
	background:url(../images/nav-icon.png) center right no-repeat #000;
	z-index:99;
	display: block;
}
a.mobile-nav:hover{
	
}
.mm-menu.mm-theme-dark .mm-navbar{
	color:#000!important;
}
.mm-close:after {
    font-size: 2em;
}
.mm-menu.mm-theme-dark .mm-navbar > *, .mm-menu.mm-theme-dark .mm-navbar a{ color:#000!important;}
.mm-menu.mm-multiline .mm-listview > li > a{
	font-size:13px;
	font-family: 'open_sansregular';
	color:#000;
	text-transform:uppercase;
}
.mm-menu.mm-multiline .mm-listview > li > a:hover, .mm-menu.mm-multiline .mm-listview > li.selected > a{
 	color:#fff;
	background:#4a6980;
}
.mm-menu.mm-theme-light {
    background: #ffffff!important;
}
.mm-menu.mm-theme-dark{   background: #ffffff!important;}
@media (max-width:1199px){
	
	
}


@media (max-width:991px){
	.content-box1 img {
		max-width: 300px;}
	.content-box2 img {
		max-width: 300px;}
	
}
@media (max-width:800px){
	.box-intro1, .box-intro2 {
		width: 100%;
	}
	.content-box1, .content-box2 {
		width:100%;
	}
	
}






.Site-intro {
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}

.content-intro-full {
	flex: 1;
}


footer.footer-intro {
    position: relative;
    background: #fbe2e9;
    padding: 15px;
    text-align: center;
	font-family: 'latolight';
	color:#000;
	
}
.footer-intro a {
	color:#000;
	text-decoration:underline;
}

















