@media only screen and (max-width: 780px) {
  .desktop-only,
  .mobil-nicht {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  body {
    background: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #555555;
  }




  /* ==================================== */
  /*		  	  Mobile Header		
/* ==================================== */

  .fixheader {
    position: fixed;
    height: 60px;
    width: 100%;
    background: #f6f4ef;
    z-index: 5;
  }

  .flex-fix {
    display: flex;
    align-items: stretch;
    height: 60px;
    padding: 12px 20px 3px 20px;
  }

  .header-name {
    flex: 0 0 auto;
  }

  .header-navi {
    flex: 0 0 100px;
  }

  /* Header */

  .header-pic {
    max-width: 750px;
    height: auto;
    margin: 0 auto;
    padding-top: 60px;
  }

  /* Page */

  #page {
    width: 100%;
    margin: 0;
    padding: 0px 2px;
    position: relative;
    box-sizing: border-box;
  }

  /* Content */

  #content {
    float: left;
    width: 93%;
    padding: 0 15px;
  }

  #content_breit {
    float: left;
    width: 93%;
    padding: 0 15px;
  }

  #buchbox {
    width: 93%;
    float: left;
    margin: 20px 0px 0px 0px;
    padding-left: 0px;
    border-left: none;
  }

  #subkasten {
    float: left;
    width: calc(100% - 20px);
    height: 30px;
    line-height: 30px;
    border: 1px solid #43acce;
    
    margin: 10px 10px 30px 10px;
    background: #ecf7fe;
    padding: 0px 0px;
    box-sizing: border-box;
  }

  #name {
    float: left;
    width: 70%;
    height: 50px;
    margin: 0px;
    padding: 0px;
  }

  #twitter a {
    float: left;
    height: 28px;
    width: 28px;
    display: block;
    background-image: url(../bilder/twitter_logo.png);
    background-repeat: no-repeat;
    margin-left: 7px;
    background-position: left center;
  }

  #twitter a:hover {
    float: left;
    height: 28px;
    width: 28px;
    background: url(../bilder/twitter_logo_ro.png) no-repeat;
    display: block;
    background-position: left center;
    margin-left: 7px;
  }

  #blog a {
    float: left;
    height: 28px;
    width: 28px;
    display: block;
    background-image: url(../bilder/blog_logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 7px;
  }

  #blog a:hover {
    float: left;
    height: 28px;
    width: 28px;
    background: url(../bilder/blog_logo_ro.png) no-repeat;
    display: block;
    background-position: left center;
    margin-left: 7px;
  }

  #fb a {
    position: absolute;
    margin-left: 350px;

    width: 140px;
    height: 38px;
    float: right;

    background-image: url(../bilder/facebook.jpg);
    background-repeat: no-repeat;
  }

  /* ==================================== */
  /*		  	  Mobile Navigaton Menu		
/* ==================================== */

  .mob-nav-title {
    color: #3b97b6;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
  }

  .menu-wrap {
    background: #f6f4ef;
    position: fixed;
    top: 0px;
    height: 100%;
    width: 380px;
    right: -380px;
    overflow: auto;
    transition: 0.5s;
  }

  .menu-show {
    right: 0;
    box-shadow: 0px 0px 0px 0px #bab9b9;
    width: 100%;
  }

  .menu-sidebar {
    top: 50px;
    position: relative;
    text-align: left;
  }

  .menu-sidebar li {
    padding: 12px 0px 0px 0px;

    font-style: normal;
    letter-spacing: 0px;
    list-style-type: none;
  }

  .menu-sidebar li > a {
    color: #000;
    font-size: 20px;
    position: relative;
    text-decoration: none;
    background-color: transparent;
    padding: 5px 15px;
    transition: all 0.3s ease-out;
  }

  .menu-sidebar li > a:hover,
  .menu-sidebar li > a.active,
  .menu-sidebar li > a.submenu:hover {
    background-color: #c9e0e8;
  }

  hr.navitrenner {
    border-top: 1px solid #000;
    width: 80%;
    display: block;
    margin: 30px auto;
  }

  li.subli {
    font-weight: 400;
    padding: 0 0 20px 0;
  }

  .menu-sidebar li > a.submenu {
    color: #000;
    font-size: 17px;
    letter-spacing: normal;
    position: relative;
    text-decoration: none;
    background-color: transparent;
    padding: 10px 0px 0px 0px;
    transition: all 0.3s ease-out;
  }

  .active {
    cursor: default;
    background-color: #c9e0e8;
  }

  /* animierter unerline 

.menu-sidebar li > a::after {
    content: "";
    display: block;
    height: 0.15em;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 50%;
    transform: translate(-50%);
    background-image: linear-gradient(to right, transparent 50.3%, #FFFA3B 50.3%);
    transition: background-position .2s .1s ease-out;
    background-size: 200% auto;
}

.menu-sidebar li > a:hover::after {
    background-position: -100% 0;
}

*/

  .menu-sidebar .menu-item-has-children {
    position: relative;
  }

  .menu-sidebar .menu-item-has-children .sub-menu {
    display: none;
  }

  li.menu-item-has-children a:hover {
    background-color: #c9e0e8;
  }

  .sidebar-menu-arrow::after {
    content: "\f107";
    font-family: "FontAwesome";
    padding: 0px;
    color: #1b5fad;
    position: relative;
    font-size: 25px;
    top: 2px;
    transform: rotate(-90deg);
    transition: all 0.5s;
    display: inline-block;
  }

  .sidebar-menu-arrow:hover::after {
    cursor: pointer;
    color: #1b5fad;
  }

  .pfeilgedreht::after {
    content: "\f107";
    font-family: "FontAwesome";
    padding: 0px;
    color: #1b5fad;
    position: relative;
    font-size: 25px;
    top: 2px;
    transform: rotate(0deg);
    transition: all 0.5s;
    display: inline-block;
  }

  /*Hamburger Button*/

  .toggle-button {
    position: fixed;
    width: 28px;
    height: 40px;
    top: 15px;
    right: 20px;
    padding: 4px;
    transition: 0.25s;
    z-index: 15;
  }

  .toggle-button:hover {
    cursor: pointer;
  }

  .toggle-button .menu-bar {
    position: absolute;
    border-radius: 2px;
    width: 80%;
    transition: 0.5s;
  }

  .toggle-button .menu-bar-top {
    border: 2px solid #000;
    border-bottom: none;
    top: 0;
  }

  .toggle-button .menu-bar-middle {
    height: 2px;
    background-color: #000;
    margin-top: 8px;
    margin-bottom: 8px;
    top: 5px;
    width: 90%;
  }

  .toggle-button .menu-bar-bottom {
    border: 2px solid #000;
    border-top: none;
    top: 26px;
  }

  .button-open {
    right: 25px;
  }

  .button-open .menu-bar-top {
    border-color: #000;
    transform: rotate(45deg) translate(10px, 8px);
    transition: 0.5s;
    width: 100%;
  }

  .button-open .menu-bar-middle {
    background-color: #000;
    transform: translateX(20px);
    width: 0%;
    transition: 0.1s ease-in;
    opacity: 0;
  }

  .button-open .menu-bar-bottom {
    border-color: #000;
    transform: rotate(-45deg) translate(10px, -8px);
    transition: 0.5s;
    width: 100%;
  }

  /*Ende Hamburger Menu */

  .blau1 {
    color: #3b97b6;
    font-size: 25px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    line-height: 1.5em;
  }



  #fotobar, #fotobar_bio {
	
    float: none;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;   
    border: none;   
    margin-bottom: 0px; 
    box-sizing: border-box;
  }



  
img.klein_fotobar {
	float:none;
	border: 3px solid #3b97b6;
	padding: 5px; 
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin-bottom: 5px; 
}

img.klein_fotobar:hover {
	float:none;
	border: 3px solid #bfe3ef;
	padding: 5px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

img.klein_re {
	float:left;
	border: 3px solid #3b97b6;
	margin: 25px 15px 0px 0px;
	padding: 0;
}

img.klein_re:hover {
	float:left;
	border: 3px solid #bfe3ef;
	margin: 25px 15px 0px 0px;
	padding: 0;
}


#fb a {
	position: relative;	
	margin-left: 0px;
	margin-top: 8px;
	width: 140px;
	height: 38px;
	float: left;
	
	background-image: url(../bilder/facebook.jpg);
	background-repeat: no-repeat;
   
}

#fb a:hover {
	
position: relative;
	width: 140px;
	height: 38px;
	float: left;
	
	background-image: url(../bilder/facebook_over.jpg);
	background-repeat: no-repeat;
	}


.anders {position: relative; bottom: 0px;}
.genuss {position: relative; bottom: 0px;}
.genuss2 {position: relative; bottom: 0px;}
.magisch {position: relative; bottom: 0px;}
.mensch {position: relative; bottom: 0px;}
.monster {position: relative; bottom: 0px;}



}



@media only screen and (max-width: 480px) {

#fotobar_bio {
	
  float: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content:center;   
  border: none;   
  margin-bottom: 30px; 
  box-sizing: border-box;
}

}
