.grid_41 {
    width: 20%;
}
.grid_41 {
    margin-bottom: 40px;
    position: relative;
    min-height: 1px;
    padding-left: 1px;
    float: right;
}
@media (min-width: 950px) {
   /* breite Browserfenster */





#content li {
list-style-image: url(bilder/li.png);
list-style-type:decimal;list-style-position:outside;
margin-left:-12px;
}
.wrapper{
	width: 100%; 
	margin: 0 auto;
	
	
	
	
}

#megun{

}

#haupt{padding-top: 0px;}
#beratung{
margin-left:0%;
float:left;	
	width:77%;
height:400px;
	margin-top:10px;

background-image: url(./bilder/st.jpg);
    background-attachment: relative;
    opacity: 1;
    background-size: 100%;
    background-position: 20% 0%;
    background-repeat: no-repeat;
-webkit-box-shadow: 0px 0px 23px 11px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 0px 23px 11px rgba(0,0,0,0.55);
box-shadow: 0px 0px 23px 11px rgba(0,0,0,0.55);
}
aside { 

background-color: #f3ede9;

	margin:0px 0; 

margin-top:10px;	
	padding-left:10px;padding-right:10px;
border-radius: 0px;
-webkit-box-shadow: 0px 0px 23px 11px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 0px 23px 11px rgba(0,0,0,0.55);
box-shadow: 0px 0px 23px 11px rgba(0,0,0,0.55);
	  background-image: url(bilder/aside2.jpg);
	  background-position:15px 33%;
  background-repeat: no-repeat; 
padding-bottom: 19px;	
height:400px;
}

aside { 
	float:left;
	width:100%;
}





/*SECONDARY MENU*/
#secondary-navigation{
	margin-bottom:20px;
}
#secondary-navigation ul{
	margin:0;
	padding:0;
}
#secondary-navigation ul li {
list-style-image: none;
list-style: none;
 
}
#secondary-navigation ul li a{ 
	
	display:block;
	margin:5px 0; 
	padding:5px;
	text-decoration:none;
	
	color:#392a22;
	list-style-image: none;
     -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
}
#secondary-navigation ul li a:hover,
#secondary-navigation ul li.current a{
	padding-left: 12px;
	color:#0e1f4a;
	
}

aside h2 {color:#665454;

padding-top:3px;padding-bottom:3px;
padding-left:13px; font-size:1.9em;  background-image: url(bilder/pap.png);
  background-repeat: repeat;  color:#665454; text-decoration: none;


}
.rightfloat{padding-left:0px; float:right;}
#sense{
width:100%;
margin-left:35px;

}

#monte {
margin-left:5px;
}



}























.rightfloat {
    padding-left: 0px;
    float: right;
}
.rightfloat {
    float: right;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
    display: block;
}








.schlxagschatten {
    width: 99%; float:right;
    max-width:100%;
}


 



@media screen and (max-width: 600px) {
   .grid_3 {
     float: none;
     width: auto;
     min-width:330px;
   }
 }

@media screen and (min-width: 807px) {
#smartstartbild,   #navigationmobile {
     display: none;
   }
   
 }



@media screen and (max-width: 807px) {
#navigationnormal {
     display: none;}
     
 
     #smartstartbild {
  margin-left:0%;
float:left;	
	width:77%;
height:190px;
	margin-top:10px;
background: #fff;
background-image: url(./bilder/st.jpg);
    background-attachment: relative;
    opacity: 1;
    background-size: 170%;
    background-position: 10% 0%;
    background-repeat: no-repeat;
-webkit-box-shadow: 0px 0px 23px 11px rgba(0,0,0,0.55);
-moz-box-shadow: 0px 0px 23px 11px rgba(0,0,0,0.55);
box-shadow: 0px 0px 23px 11px rgba(0,0,0,0.55);
  
  }   
     









.outer-menu {
  float:right;
  position: fixed;
  top: 17vh;
  left: 80%;
  z-index: 1;
}
.outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
  transform: rotate(135deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:before,
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div {
  transform: scale(1);
  transition-duration: .75s;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
}
.outer-menu .checkbox-toggle:hover + .hamburger {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  transform: rotate(225deg);
}
.outer-menu .hamburger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: .5em 1em;
  background: rgba(50, 95, 152, 1);
  border-radius: 0 0.12em 0.12em 0;
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: #fefefe;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .hamburger > div:before,
.outer-menu .hamburger > div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  transition: all 0.4s ease;
}
.outer-menu .hamburger > div:after {
  top: 10px;
}
.outer-menu .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu > div {
  width: 200vw;
  height: 200vw;
  color: #fff;
  background: rgba(4, 20, 64, 0.95);
  border-radius: 50%;
  transition: all 0.4s ease;
  flex: none;
  transform: scale(0);
  backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}
.outer-menu .menu > div > div > ul > li {
  padding: 0;
  margin: 1em;
  font-size: 24px;
  display: block;
}
.outer-menu .menu > div > div > ul > li > a {
    color: #e5e5e5;
  position: relative;
  display: inline;
  cursor: pointer;
  transition: color 0.4s ease;
}
.outer-menu .menu > div > div > ul > li > a:hover {
  color: #e5e5e5;
}
.outer-menu .menu > div > div > ul > li > a:hover:after {
  width: 100%;
}
.outer-menu .menu > div > div > ul > li > a:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -0.15em;
  left: 0;
  width: 0;
  height: 2px;
  background: #e5e5e5;
  transition: width 0.4s ease;
}

.outer-menu li {
float:none;
}



aside {float:left;}

.outer-menu a, .outer-menu a:visited {
    color: #fff;text-decoration: none;
}
   
   }

.row{
	 margin-left: 0px;
     margin-right: 75px;
}
aside h2 {color:#665454; 
background:none;

padding:3px; font-size:1.9em; 
  color:#665454; text-decoration: NONE;


}
h1 a{color:#fff;}

@media screen and (min-width: 407px) {
#haupthandy {display:none;visibility: hidden; overflow: hidden;}
}
#haupt {margin-top: 20px;}
