#krug_flotent {
    z-index: -1;
    display: block;
position: absolute;
}

.u-sidebar-navigation-v1-menu {
z-index: 10;
}

.u-side-nav--hidden .u-side-nav--second-level-menu, .u-side-nav--mini .u-side-nav--second-level-menu {
    margin-left: -2px;
}

a:hover {
    text-decoration: none;
}
.u-sidebar-navigation-v1--mini {
    width: 60px;
}
.u-side-nav-mini .js-sticky-block{
    max-width: 60px!important;
    min-width: 60px!important;
//display:none;
}
.text-v-m {
   writing-mode: vertical-rl;
    text-orientation: sideways;
    font-size: 25px;
    font-weight: bold;
    color: #e3000fc9;
    text-shadow: -1px 1px 1px rgba(150, 150, 150, 1);
}

#sideNav img{
    max-width: 30px;
    max-height: 30px;
}

.red {
    color: #e3000f;
}

.u-heading-v2-2--bottom::after, .u-heading-v2-2--top::before {
    margin-top: 10px!important;
   border-top-width: 2px!important;
}

.u-btn-outline-deeporange:hover {
    background-color: #dc4437!important;
}

.u-btn-outline-deeporange {
    border-color: #dc4437!important;
}

body {
    //   overflow: hidden;
  
}
.m-form h1{
    font-family: bold;
    font-size: 46px;
}
.m-form h2{
    font-family: regular;

}

@font-face {
    font-family: regular; 
    src: url("/images/Chunkfive Ex.ttf"); 
	
	font-family: bold; 
    src: url("/images/Sanchezregular.otf"); 
	
	font-family: ita; 
    src: url("/images/Sanchezregular-ita.otf.otf"); 
	

   }

#serv1{
    margin-top: -250px;
}
#serv1 h2 {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px;
    border-top: 1px solid;
}
#article{
    border: 1px;
    border-style: solid;
    border-radius: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-color: #e7e7e7;
}
#article h4{
    color: #e3010f;
}
#article img {
    margin: 0 auto;
    display: block;
}
.bs-docs-sidebar img {
    max-width: none;
    width: 40px;
    margin-top: -5px;
    margin-right: 10px;
}
footer {
//  position: relative;
  //top: 15px;
  //margin-bottom: 15px;
  clear: both;
  min-height: 300px;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 8%, rgba(211,211,211,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(8%, rgba(253,253,253,1)), color-stop(100%, rgba(211,211,211,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 8%, rgba(211,211,211,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(253,255,255,1) 8%, rgba(211,211,211,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(253,253,255,1) 8%, rgba(211,211,211,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 8%, rgba(211,211,211,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#d3d3d3', GradientType=0 );
}

.sticky {
  position: fixed;
  z-index: 101;
}
.stop {
  position: relative;
  z-index: 101;
}
.group {
    //background: yellow;
  font-size: 18px;
}
.group .subgroup {
  padding: 10px;
 
}
.fixed {
    position: fixed;
}

/* sidebar */
.bs-docs-sidebar {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* all links */
.bs-docs-sidebar .nav>li>a {
    color: #333;
    //border-left: 2px solid transparent;
    padding: 4px 20px;
    font-size: 23px;
    font-weight: 400;
}

/* nested links */
.bs-docs-sidebar .nav .nav>li>a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 30px;
    font-size: 18px;
}

/* active & hover links */
.bs-docs-sidebar .nav>.active>a, 
.bs-docs-sidebar .nav>li>a:hover, 
.bs-docs-sidebar .nav>li>a:focus {
    color: #e3000f;                 
    text-decoration: none;          
    background-color: transparent;  
    //border-left-color: #563d7c; 
}
/* all active links */
.bs-docs-sidebar .nav>.active>a, 
.bs-docs-sidebar .nav>.active:hover>a,
.bs-docs-sidebar .nav>.active:focus>a {
    font-weight: 700;
}
/* nested active links */
.bs-docs-sidebar .nav .nav>.active>a, 
.bs-docs-sidebar .nav .nav>.active:hover>a,
.bs-docs-sidebar .nav .nav>.active:focus>a {
    font-weight: 500;
}

/* hide inactive nested list */
.bs-docs-sidebar .nav ul.nav {
    display: none;           
}
/* show active nested list */
.bs-docs-sidebar .nav>.active>ul.nav {
    display: block;           
}

.rot{
 transition-delay: 2s!important;
 transition-duration: 450s!important;
        -webkit-transform: rotateZ(-1800deg)!important;
        -ms-transform: rotateZ(-1800deg)!important;
        transform: rotateZ(-1800deg)!important;

}
.form-bg {
      position: absolute;
    width: 130%;
    margin-left: -60%;
    margin-top: -50%;
    z-index: -1;
}

.m-logo img {
    margin: 0 auto;
}

.m-form {
    text-align: center;
margin-top:13%;
    padding: 20px;

}