/* html, body {
    height: 100%;
    margin: 0;
  } */

html{
	scroll-behavior: smooth;
    background: url('') no-repeat center center fixed; ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body {
    color: #1C313D;
    font-family: "Inclusive Sans", sans-serif;
	font-weight: 400;
	font-style: normal;
    margin: 0;
    padding: 0;
    overflow: visible;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}



#wrapper_page {
    margin: auto;
    width: auto;
    top: 50px;
    position: relative;
}



h3, h4, h5, h6 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
  font-style: normal;
  hyphens: auto;

}

h3 {

  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  line-height: 30px;
  hyphens: auto;
}

h1 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 55px;
  line-height: 40px;
  hyphens: auto;
}

h2 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 44px;
  hyphens: auto;
}


p {
  font-family: "Inclusive Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}


a {
    color: #1C313D;
    font-family: "Inclusive Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
    text-decoration: none;
    
}

.homeblock a:hover {
  color: #FF4848;
}

.homeblock2 a:hover {
  color: #FF4848;
}

.hoverbutton a {
  font-weight: 400;
}


a:hover {
	display: inline-block;
	
}

strong {
  font-weight: 500;
}

.site-branding{
    padding: 30px;
    text-align: center;
    _height: 150px;
    _background: white;
    z-index: 100;
    top: 0px;
}

.header {
  padding: 20px 0px;
    height: 195px;
    margin: auto;
    z-index: 5;
    display: block;
    top: 0;
    position: fixed;
    width: 100%;
    border-bottom: 3px solid #bbb;
    background: white
  }


#header-image-main, #header-image-main-inside {
  position: relative;
  overflow: hidden;

  display: block;
}


.header-logo {
  width: 290px;
  height: 300px;
  position: fixed;
  z-index: 6;
  padding: 20px;
  left: 100px;
  top: 0px;
}

.header-logo a {
  height: 100px;
  position: relative;
  display: block;
}

.header-image {
  position: relative;
  top: -50px;
}


#header_id:hover {
  font-size: 24px;
}
a#header_id {
  width: 100px;
}

#sidebar-header {
  position: relative;
  float: right;
}

#main {

  width: 100%;
  position: relative;
  top: 250px;
  margin-bottom: 290px;

}

#main_such {
  width: 100%;
  position: relative;
  top: 150px;
  margin-bottom: 300px;
}


#main_start {
    width: 100%;
    position: relative;

}

#main_post {
    width: 100%;
    position: relative;
    top:120px;
}



  .site-branding a{
    _width: 100%;
    height: 200px;

    background: white;
    z-index: 100;
    top: 0px;
  }




#sidebar {
    width: 200px;
    position: relative;
    top: -300px;
    left: 216px;
}   


#arrow {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 100px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  z-index: 1;
}

.button_arrow {
  margin-top: -3px;
  margin-left: 0px;
}

.button_arrow img:hover {
  background-color: #D6D5D5;
  border-radius: 23px;
}

    /* Navigations Menu */

.row {

    float: none;

}


label.hamburg { 
    display: none;
      background:#FF4848;
      width: 50px;
      height: 40px;
    position: relative; 
    margin-left: auto; 
    border-radius: 4px; 
    top: 5px;
 }
 
 input#hamburg {display:none}
 
 .line { 
    position: absolute; 
    left:10px;
	height: 4px;
    width: 40px;
    background: #5a5a5a; border-radius: 2px;
    display: block; 
    transition: 0.5s; 
    transform-origin: center; 
 }
 
 .line:nth-child(1) { top: 10px; }
 .line:nth-child(2) { top: 20px; }
 .line:nth-child(3) { top: 30px; }
 
 #hamburg:checked + .hamburg .line:nth-child(1){
    transform: translateY(10px) rotate(-45deg);
 }
 
 #hamburg:checked + .hamburg .line:nth-child(2){
    opacity:0;
 }
 
 #hamburg:checked + .hamburg .line:nth-child(3){
    transform: translateY(-10px) rotate(45deg);
 }
 

#hamburg:checked + .hamburg  + nav.menu-menu-1-container { 
    max-height: 600px; 
    position: relative;
    top: -150px;
    background:white;
    width: 100%;
}

/* Menu neu */


#prime_nav a {
    font-family: "Libre Franklin", sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 22px;
	z-index: 1;
	background: #ffffff7a;
  }
  
  .menu-menu-1-container {
    width: 100%;
    position: relative;
    z-index: 1;
    display:flex;
    justify-content:center;
	top: 100px;
  }


  .menu-menu-1-container ul {
    text-decoration: none;
    color:#757575;
    text-rendering: optimizeLegibility;
	  transition: all 0.25s ease-in-out;
    list-style: none;
    top: 10px;
    position: relative;
  }

  .menu-menu-1-container 
  a:hover {
      color: #727272;
      
  
    display: inline-block;
  }
  
.sub-menu a:hover {
  color: #51AF5F;
}

  .menu-menu-1-container li {
    float: left;
    position: relative;
    margin-bottom: 0;
    left: 200px;
	height: 20px;
  }

    
  .menu-menu-1-container a {
    display: block;
    color: #333;
    font-size: 18px;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    transition: all 0.25s ease-in-out;
  }
  

.menu-menu-1-container li a {
    float: left;
    position: relative;
    top: 0px;
    display: block;
    width: auto;
    text-align: center;
	padding-left: 40px;
    font-size: 14px;
    text-decoration: none;
    color:#1C313D;
    text-rendering: optimizeLegibility;
	transition: all 0.25s ease-in-out;
  }

  .menu-menu-1-container ul ul a {
    background-color: #fff;
    
	  z-index: 1;
  }
  
  
  .menu-menu-1-container li:hover > ul{
    display: block;
    transition:all 0.3s ease-in-out;

  } 



.menu-menu-1-container .menu-item:hover .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  
.sub-menu {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    background: white;
	margin-top: -30px;
  left: 0px;
  position: relative;
	width: 277px;
  height: 215px;
    
  }
  
  .menu-menu-1-container ul ul li {
    float: none;
    margin: 0;
    left: -10px;
    top: -10px;
  }

#menu-item-92 {
  margin-top: 45px;

}

#menu-item-17 {
  margin-right: -80px;
	height: 40px;
	padding-left:5px
}

#menu-item-17::before {
  content: "\25BC";
	color: #0bbf40;
}


#menu-item-112 {
  position: relative;
	margin-top: 150px;
  left: 9px
}

  #menu-item-112 a {
  padding-left: 21px;
  padding-top: 10px;
} 




/* ENDE NAV MENU */


.entry_pages_start {
    color: #1C313D;
    min-height: 300px;
    overflow: auto;
    padding: 20px;
    position: relative;
    width: 80%;
    margin-bottom: 50px;
    margin-left:12%;

}

.entry_pages {
    color: #1C313D;
    min-height: 300px;
    overflow: visible;
    position: relative;
    width: 100%;
    margin: auto;

}


.entry_pages p {
    line-height: 32px;
    font-size: 22px;
}

.entryimprint {
  width: 70%;
  margin: auto;
}



/* ****** Startseite ******* */

.homeblock {
  width: 70%;
  margin: auto;
}

.homeblock2 {
  width: 70%;
  margin: auto;
}

.slider {
  width: 100%;
  position: relative;
  top: -110px;
  left: 0px;
}

.abstand{
  height: 50px;
}

.kontaktblock {
  background: #DADADA30;;
  padding-left: 15%;
  padding-right: 5%;
  padding-bottom: 20px;
}



.unterst {
  height: 4px;
  width: 150px;
  margin-bottom: 50px;
}

.boxstart {
  _border: 4px solid #51AF5F;
  padding: 30px;
}

.startblock2 {
  background: #E2E4DD38;
  width: 100%;
}

.logoblock {
	width: 70%;
  margin-left: 15%;
}

.logoblock a {
  font-family: "Libre Baskerville", serif;
}

.logoblock p {
  font-family: "Libre Baskerville", serif;
}

.logoblock2 {
	padding:40px;
}


hr {
  display:block;
}

.nav-links {
  width: 60%;
  position: relative;
  float: left;
  padding: 5px;
  margin-left: 39%;
  margin-top: 40px;
}

li {
  line-height: 28px;
  font-family: "Inclusive Sans", sans-serif;
  font-size: 22px;
  font-weight: 300;
}


.entry_pages h1 {
  width: 70%;
  margin-left: 15%;
}

.page-wrap {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}



#page_title {
    font-size: 30px;
    margin-left: 0;
    margin-top: -90px;
    position: absolute;
    text-transform: uppercase;
}


.wp-block-heading.has-text-align-center {
  padding-top: 10px;
}

h3.wp-block-heading.has-text-align-center {
  padding-top: 50px;
}

h1.wp-block-heading.has-text-align-center {
  padding-top: 10px;
  padding-bottom: 30px;
}

.box {
  _border: 4px solid #FF4848;
  padding: 30px;
}

.detailblock {
  width: 50%;
}

li {
  line-height: 28px;
}



.startlist ::marker{
  color: #FF4848;
  font-size: 2em;
}

.wp-block-separator {
  border-top: 1px solid!important;
  margin-bottom: 30px;
  margin-top: 30px;
}

.anfahrt ::marker {
  color: #FF4848;
  font-size: 2em;
}

.anfahrt p, .anfahrt li {
  width: 70%;
}

.entryimprint ::marker {
  color: #FF4848;
  font-size: 2em;
}

	.sprung3 {
		visibility: hidden;
		height: 0px !important;
		position: absolute;
		margin: -220px;
	}


  /* ******* ENDE Startseite ****** */



/* ****** ergotherapie ******* */



.unterst2 {
  height: 4px;
  width: 150px;
  margin-bottom: 50px;
}


.hoverbutton a:hover {
  background: none;
  outline: 3px solid #0BBF40;
  color: #0BBF40;
  outline-offset: -3px;
}

.hoverbutton a{
  background-color: #0BBF40;
}

.pageblock {
  width: 80%;
  margin-left: 10%;
}

::marker {
  color: #0BBF40;
  font-size: 2em;
}

summary {
  color: #0BBF40;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Inclusive Sans", sans-serif;
}

.sprung {
    visibility: hidden;
    height: 0px !important;
    position: absolute;
    margin: -100px;
}

.sprung2 {
    visibility: hidden;
    height: 0px !important;
    position: absolute;
    margin: -130px;
}
/* ******* ENDE Ergo ****** */


/* ******* Physiotherapie ****** */

.pageblock2 {
  width: 80%;
  margin-left: 10%;
}


.box2 {
  _border: 4px solid #00C6E4;
  padding: 30px;
}

.hoverbutton2 a:hover {
  background: none;
  outline: 3px solid #00C6E4;
  color: #00C6E4;
  outline-offset: -3px;
}

.hoverbutton2 a{
  background-color: #00C6E4;
}

.pageblock2 ::marker {
  color: #00C6E4;
  font-size: 2em;
}

.pageblock2 summary {
  color: #00C6E4;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Inclusive Sans", sans-serif;
}




/* ******* ENDE Physio ****** */


.kontakt {
	margin-left: 25%;
  width: 70%;
}

#wpforms-135-field_16-container {
  width: 60%;
}

#wpforms-135-field_17 {
  width: 63% !important;
}

/* FOOTER */


  #footer {
    width: 100%;
    height: 100px;
    position: absolute;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
	  margin-top: 40px;
  
  }
  
/* ENDE Footer */


/* ********************** RESPONSIVE ************************************* */

/* * Monitore * */
@media only screen and (min-width: 1800px){
    #main, #main_start, #main_post{
        width: 100%;

    }

    #main {
      top:300px;
		margin-bottom:450px;
    }

    #main_such {
      top:190px;
      margin-bottom: 350px;
    }

    .header {
      height: 270px;
    }
	
	.header-logo {
		left:200px;
	}

    .header-img {
      width: 400px;
    }

    .menu-menu-1-container li a {
      padding-left: 70px;
    }
	
	.menu-menu-1-container {
		top: 150px;
	}

    .entry_pages_single {
        margin-top: 100px;

    }
	
	.slider {
		top:-40px
	}
	
	.wp-image-37 {
		width: 100%!important;
	}
	
	.homeblock {
		position:relative;
			top: 100px;
	}

	.detailblock{
		margin-left:430px;
	}
	
	.sprung {
		margin:-220px;
	}
	
	.sprung2 {
		margin:-250px;
	}
	
	.sprung3 {
		margin:-320px;
	}


    .wpcf7-form-control.wpcf7-submit.has-spinner {
      top: -30px;
    }

    .wp-block-columns.is-layout-flex.wp-container-4, .wp-block-columns.is-layout-flex.wp-container-8 {
        margin-left:120px !important;
      }

      .wp-block-media-text {
        margin-bottom: 120px;
        margin-left: 15%;
      }

      .down {
        padding-bottom: 100px;
        padding-top: 100px;
      }

    .nav-links {
      margin-left: 35%;
    }


      #footer a{
        margin-top: 200px;
      }

      #footer {
        height: 50px;
        margin-top:0;
      }

      .wrap_start {

        margin-left:300px;
      }


}

/* Zwischengröße kleiner Laptop */
@media only screen and (min-width: 1241px) and (max-width:1400px){

    .header-logo {
      left: 10px;
    }


    .menu-menu-1-container ul {
      margin-left: -50px;
    }

    #prime_nav a {
      font-size: 18px;
    }

}

/* **** Tablet ***** */

@media only screen and (min-width: 576px) and (max-width:1240px){


       .header-logo {
      left: 5%;
		top: -15px;
      }

    .sticky + #wrapper_page {
        padding-top: 0px;
    }   

    .sticky {
        position: relative;
    }

    #wrapper_page {
        top: 50px;
        width: 100%;

    }

    .headerline {
      width: 100%;
      height: 10px;
    }

    
    h1, .h1title {
        font-size: 34px;
        line-height: 34px;
    }

    h2, .h2unter {
        font-size: 30px;
    }

    .entry_pages_single h2 {
      font-size: 30px;
      line-height: 40px;
    }

    .wp-block-heading.linkliste {
      font-size: 34px;
    }

    h3 {
        font-size: 20px;
        line-height: 33px;
      }

      .entry_pages h3 {
        font-size: 20px;
        line-height: 30px;
      }


    .entry_pages_single h4 {
      font-size: 20px;
      line-height: 25px;
    }
    
	.entryimprint {
  width: 90%;
  margin: auto;
}

    #header_home {
        left: 0;
        height: 180px;
    }

      .header-img {
        position: fixed;
        width: 300px;
      }


    div#main{
        margin-top: 166px;
        width: 100%;
        margin-bottom: 90px;
        top:50px;
    }
	
	.slider {
	  display: none;
	}
	
	.homeblock {
	  width: 80%;
		margin-top: 0px;
	}
	
		.homeblock2 {
	  width: 80%;
		
	}
	
	
    iframe {
      width: 90%;
    }
    
        .entry_pages{
        width: 100%;
        margin-bottom: 10px;
        margin-top: 60px;
    }

      .entry_pages h1 {
        width: 90%;
        margin-left: 5%;
      }
	
	.entry_pages p {
  line-height: 30px;
  font-size: 20px;
}
	
	
	.logoblock {
  width: 90%;
  margin-left: 5%;
}
	
	.logoblock2 {
  padding: 0;
}
	
	.boxstart {
  padding: 0;
}
	
	.kontaktblock {
  padding-left: 5%;
}
	
	.kontakt {
  margin-left: 5%;
		width: 93%;
}


    .wp-block-image img {
        max-width: 250px;
        height: auto !important;
        
      }
  

    .wp-block-image.size-full img {
        /* width: 200px !important;
        height: auto !important; */
        padding-top: 20px;
      }

    .wrap_start a {
        top:200px;
        left:70px;
    }



    .wrap {
        top:170px;
    }

  .entry_pages .contact {
    height: 700px;
  }

  .contact h1 {
      width: 90%;
      margin-left: 5%;
  }

  .contactform {
      width: 90%;
      margin-left: 5%;
  }

  .wpcf7-list-item-label {
    padding: 10px;
    width: 85%;
  }
	
	
	#arrow {
  		right: 20px;
	}

 /* Navigations menu */
	
	
	#menu-item-17 {
  margin-right:10px;
		height: 250px;
}
	
	#menu-item-17::before {
  content: "";
	
}
	
	#menu-item-112 {
  position: relative;
  margin-top: 5px;
  left: -25px;
}
	
	#menu-item-92 {
  		_left: 42px;
		margin-top: -30px;
	}

 .menu-menu-1-container li a {
    float: none;
    position: relative;
    padding: 5px;
    text-align: left;
    width: auto;
    display: block;
    top: 0;
    left: 0px;
  }

  .menu-menu-1-container li {
    float: none;
    display: block;
	left: -50px;  
	  height: auto;
	  line-height: 20px;
  }

  .menu-menu-1-container ul { 
	  left: 170px;
  }

  .menu-menu-1-container li a {
    _margin-top: 10px;
  }
	
	.menu-menu-1-container ul ul li {
	  _height: 20px;
	  top: 15px;
	}

  #prime_nav a {
    font-size: 22px;
  }

  #prime_nav .sub-menu a {
    font-size: 20px;
	  color: #0bbf40;
    font-weight: 400;
  }


  .sub-menu {
    height: 150px;
    margin-top: -5px;
    margin-left: -140px;
  }
	
	.sub-menu ul {
  margin-left: -0px;
}

	ul ul .sub-menu {
		left: 20px;
		top: -9px;
	}
	
	
  .menu-menu-1-container ul ul {
    display: block;
    position: relative;
    visibility: visible;
    opacity: 1;
    padding-top: 0;
    _top: 13px;
    _left: 150px;
  }

  .menu-menu-1-container ul ul a {
    _top: 5px;
  }

/* Responsive menu */


.row {

    float: none;

}

label.hamburg {
    display: block;
      background: none;
      width: 50px;
      height: 40px;
    position: relative;
    margin-left: auto;
    border-radius: 4px;
    top: 0px;
    left: -20px;        
    z-index: 10;
  }
 
 input#hamburg {display:none}
 
 .line { 
    position: absolute; 
left: -10px;
    height: 5px;
    width: 50px;
    background: #5a5a5a;
    display: block; 
    transition: 0.5s; 
    transform-origin: center; 
 }
 
 .line:nth-child(1) { top: 10px; }
 .line:nth-child(2) { top: 20px; }
 .line:nth-child(3) { top: 30px; }
 
 #hamburg:checked + .hamburg .line:nth-child(1){
    transform: translateY(10px) rotate(-45deg);
 }
 
 #hamburg:checked + .hamburg .line:nth-child(2){
    opacity:0;
 }
 
 #hamburg:checked + .hamburg .line:nth-child(3){
    transform: translateY(-10px) rotate(45deg);
 }
 
 nav.menu-menu-1-container  { 
    height: auto; 
    max-height:0; 
    overflow: hidden; 
    transition: all 0.5s;
    z-index: 10;
    position: relative;
    top: 250px;
    margin-left: -80px;     
}

#hamburg:checked + .hamburg + nav.menu-menu-1-container {
    min-height: 100%;
    position: fixed;
    top: 10px;
    background: white;
    width: 111%;
    padding: 20px;
    z-index: 6;
	left: 60px;
  }

/* ENDE Responsive Menü*/
	
} /* ENDE Tablet/ ipad */

/* ********** Mobile ************* */

@media only screen and (min-width: 150px) and (max-width:575px){

    .header-logo {
      left: 7%;
		top: -15px;
		height: 200px;
      }

    .sticky + #wrapper_page {
        padding-top: 0px;
    }   

    .sticky {
        position: relative;
    }

    #wrapper_page {
        top: 50px;
        width: 100%;

    }

    .headerline {
      width: 100%;
      height: 10px;
    }

    
    h1, .h1title {
        font-size: 34px;
        line-height: 34px;
    }

    h2, .h2unter {
        font-size: 30px;
    }

    .entry_pages_single h2 {
      font-size: 30px;
      line-height: 40px;
    }
	
		.entryimprint {
	  width: 90%;
	  margin: auto;
	}

    .wp-block-heading.linkliste {
      font-size: 34px;
    }

    h3 {
        font-size: 20px;
        line-height: 33px;
      }

      .entry_pages h3 {
        font-size: 24px;
        line-height: 30px;
      }


    .entry_pages_single h4 {
      font-size: 20px;
      line-height: 25px;
    }
    

    #header_home {
        left: 0;
        height: 180px;
    }

      .header-img {
        position: fixed;
        width: 300px;
      }


    div#main{
        margin-top: 166px;
        width: 100%;
        margin-bottom: 90px;
        top:50px;
    }
	
	.slider {
	  display: none;
	}
	
	.homeblock {
	  width: 90%;
		margin-top: 0px;
	}
	
		.homeblock2 {
	  width: 90%;
		
	}
	
	
    iframe {
      width: 90%;
    }
    
        .entry_pages{
        width: 90%;
        margin-bottom: 10px;
        margin-top: 60px;
    }

      .entry_pages h1 {
        width: 90%;
        margin-left: 0%;
      }
	
	.entry_pages p {
	  line-height: 30px;
	  font-size: 20px;
	}
	
	.anfahrt p, .anfahrt li {
	  width: 90%;
	}
	
	
	.logoblock {
	  width: 90%;
	  margin-left: 5%;
	}

		.logoblock2 {
	  padding: 0;
	}

		.boxstart {
	  padding: 0;
	}

		.kontaktblock {
	  padding-left: 5%;
	}

		.kontakt {
	  margin-left: 0%;
			width: 100%;
	}

		#wpforms-135-field_16-container {
	  width: 95%;
	}

	
	div.wpforms-container-full textarea {
	  width: 100% !important;
	}

		.pageblock {
	  width: 90%;
	  margin-left: 5%;
	}
			.pageblock2 {
	  width: 90%;
	  margin-left: 5%;
	}

		.box {
	  padding: 5px;
	}
			.box2 {
	  padding: 5px;
	}
	
	.wp-block-media-text > .wp-block-media-text__content {
		  padding: 5px;
	}

	.wp-block-list li {
	  font-size: 20px;
	}	
			.hoverbutton a {
	  background-color: #0BBF40;
	  margin-bottom: 25px;
	}

		.wp-block-spacer {
	  height: 30px !important;
	}
	
	.detailblock {
	  width: 90%;
	}


    .wp-block-image img {
        max-width: 250px;
        height: auto !important;
        
      }
  

    .wp-block-image.size-full img {
        /* width: 200px !important;
        height: auto !important; */
        padding-top: 20px;
      }

    .wrap_start a {
        top:200px;
        left:70px;
    }



    .wrap {
        top:170px;
    }

  .entry_pages .contact {
    height: 700px;
  }

  .contact h1 {
      width: 90%;
      margin-left: 5%;
  }

  .contactform {
      width: 90%;
      margin-left: 5%;
  }

  .wpcf7-list-item-label {
    padding: 10px;
    width: 85%;
  }
	
	.wp-block-list.mobil-list {
	  margin-top: -45px;
	}
	
	
	#arrow {
  		right: 20px;
	}
	
	.sprung {
	  margin: -150px;
	}
	
	.sprung2 {
	  margin: -250px;
	}
	
	.sprung3 {
	  margin: -250px;
	}

 /* Navigations menu */
	
	
	#menu-item-17 {
  margin-right:10px;
		height: 235px;
}
	
	#menu-item-17::before {
  content: "";
	
}
	
	#menu-item-112 {
  position: relative;
  margin-top: 0px;
  left: -25px;
}
	
	#menu-item-92 {
  		_left: 42px;
		margin-top: -30px;
	}

 .menu-menu-1-container li a {
    float: none;
    position: relative;
    padding: 5px;
    text-align: left;
    width: auto;
    display: block;
    top: 0;
    left: 0px;
  }

  .menu-menu-1-container li {
    float: none;
    display: block;
	left: -50px;  
	  height: auto;
	  line-height: 20px;
  }

  .menu-menu-1-container ul { 
    _margin-left:-200px;
  }

  .menu-menu-1-container li a {
    _margin-top: 10px;
  }
	
	.menu-menu-1-container ul ul li {
	  _height: 20px;
	  top: 15px;
	}

  #prime_nav a {
    font-size: 20px;
  }

  #prime_nav .sub-menu a {
    font-size: 18px;
	  color: #0bbf40;
    font-weight: 400;
  }


  .sub-menu {
    height: 150px;
	  margin-top: -5px;
  }

	ul ul .sub-menu {
		left: 20px;
		top: -9px;
	}
	
	
  .menu-menu-1-container ul ul {
    display: block;
    position: relative;
    visibility: visible;
    opacity: 1;
    padding-top: 0;
    _top: 13px;
    _left: 150px;
  }

  .menu-menu-1-container ul ul a {
    _top: 5px;
  }

/* Responsive menu */


.row {

    float: none;

}

label.hamburg {
    display: block;
      background: none;
      width: 50px;
      height: 40px;
    position: relative;
    margin-left: auto;
    border-radius: 4px;
    top: 0px;
    left: -20px;        
    z-index: 10;
  }
 
 input#hamburg {display:none}
 
 .line { 
    position: absolute; 
left: -10px;
    height: 5px;
    width: 50px;
    background: #5a5a5a;
    display: block; 
    transition: 0.5s; 
    transform-origin: center; 
 }
 
 .line:nth-child(1) { top: 10px; }
 .line:nth-child(2) { top: 20px; }
 .line:nth-child(3) { top: 30px; }
 
 #hamburg:checked + .hamburg .line:nth-child(1){
    transform: translateY(10px) rotate(-45deg);
 }
 
 #hamburg:checked + .hamburg .line:nth-child(2){
    opacity:0;
 }
 
 #hamburg:checked + .hamburg .line:nth-child(3){
    transform: translateY(-10px) rotate(45deg);
 }
 
 nav.menu-menu-1-container  { 
    height: auto; 
    max-height:0; 
    overflow: hidden; 
    transition: all 0.5s;
    z-index: 10;
    position: relative;
    top: 250px;
    margin-left: -80px;     
}

#hamburg:checked + .hamburg + nav.menu-menu-1-container {
    min-height: 100%;
    position: fixed;
    top: 10px;
    background: white;
    width: 111%;
    padding: 20px;
    z-index: 6;
	left: 60px;
  }

/* ENDE Responsive Menü*/


  #footer {
    left: 0;
  }

} /* ENDE Smartphone */



