<style class="cp-pen-styles">/* VARIABLES */
/* BASE */
html,
body {
  font-family: 'Roboto', sans-serif;
  font-size: 1em;
  line-height: 1.4;
  height: 100%;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

.site-content {
width:100%;
    margin: 0 auto;
  padding-top: 0;
}

/* HEADER */

.head_wrapper {
    width: 100%;
    margin: 0 auto;
    background-color:#fff;
    background: url(/images/layout/bg_header.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.header {
    width: 100%;
    margin: 0 auto;
  left: 0;
  right: 0;
  color: #fff;
    background: url(/images/layout/bg_navi.png);
    background-repeat: repeat-x;
    background-position: left bottom;
}

#menu_icon {
    display: none;
}

#logo {
    width:25%;
    float:left;
    padding: 0 0 0 0;
    background: url(/images/layout/asklepios.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 94%;
}

#logo img {
    width:100%;
    padding: 0px !important;
    max-height: 100px;
    height: auto;
}

#enddarmpraxis {
    width: 75%;
    text-align: left;
    padding: 0 0 0 0;
}

#enddarmpraxis h1 {
    font-size: 1.8em;
    padding: 0;
}

#enddarmpraxis img {
    width: 100%;
}

.phone {
	display:none;
}

/* NAVIGATION */

.menu_wrapper {
    width: 100%;
    margin: 0 auto;
}

}

/* RESPONSIVE */

/* Desktop */

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

.menu a:link, .menu a:hover, .menu a:active, .menu a:visited {
    font-size: 17px;
}

}

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

	#logo {
		width:20%;
	}

	#enddarmpraxis {
		width: 80%;
	}

	#enddarmpraxis h1 {
		font-size: 1.6em;
	}

	#enddarmpraxis img {
		width: 80%;
	}
}

/* Tablet */

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

.site-pusher, .site-container {
    height: 100%;
  }

.site-container {
    overflow: hidden;
  }

.site-pusher {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

.site-content {
    right: 0;
    left: 0;
    padding-top: 0;
    -webkit-overflow-scrolling: touch;
  }

/* HEADER */

.head_wrapper {
    width: 100%;
    margin: 0 auto;
    background-color:#fff;
    background: url(/images/layout/blank.png);
}

.header {
    width: 100%;
    margin: 0 auto;
  left: 0;
  right: 0;
  color: #fff;
  background-color: #fff;
    background: url(/images/layout/blank.png);
}

.header__logo {
  font-weight: 700;
  padding: 0 25px;
  float: left;
}

#head_wrapper {
    width: 100%;
    height:120px;
    margin: 0 auto;
    background-color:#fff;
}

.header {
    position: static;
}

.header__icon {
    position: relative;
    display: block;
    float: left;
    width: 10%;
    height: 74px;
    cursor: pointer;
    background-image: linear-gradient(160deg, #674475 0%, #b591c4 100%);
    z-index:1000;
}
  
.header__icon:after {
    content: '';
    position: absolute;
    display: block;
    width: 2.1rem;
    line-height: 2.5rem;
    height: 0.1rem;
    top: 10px;
    left: 16px;
    box-shadow: 0 10px 0 1px #fff, 0 18px 0 1px #fff, 0 26px 0 1px #fff;
    margin: 0 0 0 8%;
}
  
#menu_icon {
    display: block;
    position: absolute;
    top: 44px;
    left: 18px;
    font-family: Open Sans,Tahoma,Arial,AppleGothic;
    font-size: 9px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index:1002;
    margin: 0 0 0 1%;
}

/* HEADER */

#logo {
   	display:none;
}

#logo img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto auto auto !important;
    padding: 0px !important;
    height: auto;
}

#enddarmpraxis {
    width: 88%;
}

#enddarmpraxis h1 {
    font-size: 20px;
}

#enddarmpraxis img {
    width: 90%;
}

.phone {
	display:block;
	position: fixed;
    top: 24px;
    right: 4px;
    padding: 0;
    width: 40px;
    height: 40px;
    background-color: #2c9394;
    background-image: url(/images/layout/phone_white.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.phone img {
    width: 40px;
    height: 40px;
}

.menu {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 60px 0 0 0;
    background-color:#693c74;
    background-image: linear-gradient(180deg, #693c74 0%, #c294cc 100%);
    /*    overflow-y: scroll;
        -webkit-overflow-scrolling: touch;*/
    width: 180px;
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px);
  }

.menu li {
    width: 90%;
    padding: 0 0 0 10%;
    border-bottom: 1px solid #fff;
    background: url(/images/layout/blank.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10%;
}

.menu li:last-child {
    border-bottom: 0px;
}

.menu li:hover {
    background: url(/images/layout/bg_menu_li.png);
    background-repeat: repeat;
    background-position: top left;
    background-size: 100%;
}

.menu a:link, .menu a:hover, .menu a:active, .menu a:visited {
    display: block;
    padding: 16px 12px 16px 0;
	font-family: Optima, Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color:#fff;
    font-weight: 500;
    text-align: right;
    border-bottom: 0px;
}

.with--sidebar .site-pusher {
    -webkit-transform: translateX(180px);
    transform: translateX(180px);
  }
  
.with--sidebar .site-cache {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
  }
}

/* Smartphones (portrait and landscape) ----------- */

@media screen and (max-width: 768px) {
.header__icon {
    width: 16%;
}

}


/* Smartphones (portrait and landscape) ----------- */

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

.header__icon {
    width: 16%;
}

}


/* Smartphones (portrait and landscape) ----------- */

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

.header__icon {
    width: 24%;
}

.headline {
    left: 12%;
}

}
