
/* Ansicht der Desktopansicht */
@charset utf-8;
* {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 0;
    padding: 0;
    border: 0;
    -box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    color: #676964;
    text-size-adjust: none;
   }
	
	

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    
    font-feature-settings: 'liga';
}
a:focus {
    outline: none;
    text-decoration: none
}
a {
    color: #990000;
    text-decoration: none
}
html {
    overflow-y: scroll;
    overflow-x: hidden;
	
	
}
body {
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-stroke: 1px transparent;
}
strong,
b {
    font-weight: 600;
}


h1, h1 i {padding: 0 10px;line-height: 1.2;}




h2, h2 i {padding: 10px;line-height: 1.2;}





h3, h3 i {font-weight: 400; margin: 25px 10px 5px 0px;display: block; border-bottom: 3px double #999;}



h6 {font-size:12px; color:white; text-align: right; padding-bottom: 10px;}







.fs_xs {
	font-size: 12px;
    padding: 0;
}

.fs_s {
	font-size: 14px;
    padding: 0;
}
.fs_m {
	font-size: 16px;
    padding: 0px;
    }
.fs_l {
	font-size: 18px;
    padding: 0;
}
.fs_xl {
	font-size: 22px;
    padding: 0px;
    }
	
	
	

#wrapper {
    position: relative;
    margin: auto;
    margin-top: 00px;
    width: 98%;
    max-width: 1000px;
    min-height: 100%;
    height: auto !important;
	
}



#top-container {
    height: 10px;
}
.header {
    width: 100%;
    height: 120px;
    background: #d9d6bd;
    -webkit-box-shadow: 0 5px 5px -5px black;
    -moz-box-shadow: 0 5px 5px -5px black;
    box-shadow: 0 5px 5px -5px black;
    margin-bottom: 10px;
}
.titel {
    height: 100%;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-right: 7px;
}
.haupttitel {
    font-family: times;
	text-transform: uppercase;
    font-size: 16px;
    text-align: right;
	font-weight: 400;
}
.subtitel {
    font-family: times;
	text-transform: uppercase;
    font-size: 12px;
    text-align: right;
}
.brand {
    position: relative;
    float: right;
    height: 120px;
    width: 140px;
	background: url(siegel_fmbs.png) no-repeat;
	background-size: 120px;
	background-position: right;
	
}
#slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: -100%;
    -webkit-box-shadow: 0 5px 5px -5px black;
    -moz-box-shadow: 0 5px 5px -5px black;
    box-shadow: 0 5px 5px -5px black
}
#slider:before {
    content: "";
    display: block;
    padding-top: 25%
}
#slider img {
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
#content {
    position: relative;
    height: auto;
	
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px;
	
}
#text {
	
    float: left;
	
    height: auto;
margin-top: 10px;
    width: 100%;
    padding: 0 10px;
	
	 -webkit-text-size-adjust: none;	
	-webkit-hyphens: auto;
-webkit-hyphenate-limit-chars: auto 3;
-webkit-hyphenate-limit-lines: 4;
-ms-hyphens: auto;
-ms-hyphenate-limit-chars: auto 3;
-ms-hyphenate-limit-lines: 4;


	
}


#text p {
	font-weight: 300;
    line-height: 1.5;
    margin: 10px 0;
    line-height: 1.5;
	
	}
	#text p i {} 

#text p b {
    line-height: 1.5;
    font-weight: 600
}
#text ul,


#text ol {
    padding-left: 10px;
    margin: 8px 0;
}
#text ul li, .panel ul li, .panel ol li,
#text ol li {
    line-height: 1.5;
    font-weight: 300;
    padding-left: 10px;
    margin-left: 20px;
    margin-bottom: 5px;
	
}


.panel hr {
    border: 0;
	margin-bottom: 5px;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}


#text ul .panel ul{
    list-style-type: circle;
}

#service {
    position: relative;
	float: right;
    width: 30%;
    display: block;
    min-height: 700px;
    height: auto;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
    border-left: 1px solid #676964;
    margin-bottom: 10px;
	
}
#service img {
	float: right;
	margin-top: 0px;
    width: calc(100% - 10px);
    height: auto;}
	

#service_img_capture {
    float: right;
	height: auto; 
	width: calc(100% - 10px);
    position: relative;
	
	overflow: hidden;
	font-size: 12px;
	margin-top: 5px;
	line-height: 1;
	padding-bottom: 3px;
	margin-bottom: 30px;
}

.logopic img{ margin-bottom: 10px; 
	-webkit-box-shadow: 0 5px 5px -5px #676964;
    -moz-box-shadow: 0 5px 5px -5px #676964;
    box-shadow: 0 5px 5px -5px #676964;
}


.back {
	
    position: relative;	
	line-height: 30px;
    width: calc (100% - 10px);
    background: #D9d6bd;
	text-align: center;
	margin-bottom: 20px;
	margin-left: 10px;
	border: 2px solid #bcb78d;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
	}
.back:hover {border: 2px solid #676964;}


.clear {
    clear: both
}
.info {
    position: relative;
}
.infolink {
    right: 10px;
    top: -27px;
    position: absolute;
    cursor: pointer;
    color: white;
}
.infobox {
    position: absolute;
    width: auto;
    max-width: 50%;
    height: 0px;
    background: #e0e4e9;
    padding: 10px;
    display: none;
    -webkit-transition: height 2s;
    /* Safari */
    
    transition: height 2s;
    transition-timing-function: linear;
    float: right;
    right: -50px;
    font-size: 14px;
    -webkit-box-shadow: 0 5px 5px -5px black;
    -moz-box-shadow: 0 5px 5px -5px black;
    box-shadow: 0 5px 5px -5px black;
    border-radius: 10px;
}
.infolink:hover~.infobox {
    display: block;
    height: auto;
    margin-top: 10px;
}
.info ul,
.info ol {
    padding-left: 20px;
    margin: 20px 0;
}
#footer {
    border-top: 1px solid #676964;
}
#footer,
#footer a,
#footer b {
    margin: 10px 0 ;
    line-height: 1.5;
    float: both;
    font-size: 12px;
    color: #676964
}








.scrollicon{
display: block;
text-align: center;
text-decoration:none;

width:50px;
height:50px;
border-radius:50%;

background:#676964;
opacity:0.5;

position:fixed;
bottom:15px;
right:calc(10% - 25px);
display:none;
border:1px solid #676964;
z-index:2;

}
.scrollicon div{
display: block;
font-weight:bold;
font-size:28px;
color:#fff;
padding-top:12px;
}





@media screen and (max-width: 999px) {
   
   
	
.fs_xs {
	font-size: 10px;
    padding: 0;
}	
.fs_s {
	font-size: 12px;
    padding: 0;
}
.fs_m {
	font-size: 14px;
    padding: 0px;
    }
.fs_l {
	font-size: 16px;
    padding: 0;
}
.fs_xl {
	font-size: 18px;
    padding: 0px;
    }
   
   
   
   
    .header {
        height: 70px;
    }
    .haupttitel {
        font-size: 13px;
    }
    .subtitel {
        font-size: 11px;
    }
    .brand {
        height: 70px;
        width: 77px;
		background-size: 70px;
    
	
}
	
	
	
	
	
}
@media screen and (max-width: 700px) {
    
	
	
	
.fs_xs {
	font-size: 9px;
    padding: 0;
}
.fs_s {
	font-size: 10px;
    padding: 0 0 1px 0;
}
.fs_m {
	font-size: 12px;
    padding: 0px;
    }
.fs_l {
	font-size: 14px;
    padding: 0;
}
.fs_xl {
	font-size: 16px;
    padding: 0px;
    }
	

	
	
	#top-container {
        height: 0px;
    }
    #wrapper {
        width: 100%;
    }
    .header {
        height: 50px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .haupttitel {
        font-size: 11px;
        font-weight: 400;
    }
    .subtitel {
        font-size: 9px;
        font-weight: 400;
    }
    .brand {
        height: 50px;
        width: 55px;
		background-size: 50px;
    }
    #content {
        margin-top: 50px;
        padding: 0px;
    }
	
	#text {min-height: 100px}
	
	#service {
    float: right;
    width: 100%;
    display: block;
    min-height: 100px;
    margin-bottom: 10px;
	border-left: 0px solid #676964;
	
}
	
	#service img {
	float: left;
		margin-left: 10px;
	margin-top: 0px;
    width: calc(100% - 20px);
    height: auto;}
	
	
	.back {
	   
    width: calc(100% - 20px);
    
	}

	
	
	
	
	
	
#footer,
#footer a,
#footer b {
 
    font-size: 9px;
  
}

.scrollicon{

right:10px;

}
	
}