/*************************************************************/
/* Tablet-Landscape */ 
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (min-width: 920px) and (orientation: landscape) {
    #menu-main ul.level_3 {
        display: none;
    }
    #footer-top {
        width: 1024px
    }
    #disclaimer {
        padding: 17px 0 0;
        background-position: center top;
    }
}
/*************************************************************/
/* Bereich von 768 und 919px */ 
@media only screen and (max-width : 919px) and (min-width : 768px) {
    #container {
        padding: 0;
    }
    #content-frame {
        width: 740px;
        margin: 0 auto;
        float: none;
    }
    #breadcrumb {
        width: 740px;
        margin: 0 auto;
    }
    #header,
    #frame,
    #container {
        width: 100%;
    }
    #content {
        width: 460px;
        margin-right: 16px;
    }
    #right {
        width: 264px;
    }
    #right .common {
        width: 234px;
        overflow-x: hidden;
    }
    #frame .boxes .box-partner {
        width: 244px;
    }
    #frame .box-placeholder .box-partner {
        width: 440px;
    }
    #right .box-partner img {
        width: 33%;
        height: auto;
    }
    #content .box-partner img {
        width: 16.6%;
        height: auto;
    }
    #content .boxes .common_content_box {
        padding: 0;
    }
    #header {
        background-size: 740px 146px;
    }
    #menu-main ul.level_3 {
        display: none;
    }
    #menu-main ul ul {
        width: 727px;
    }
    #menu-main ul.level_2 a {
        font-size: 11px;
    }
    #menu-main li.level_2 a.level_2 span.label,
    #menu-main li:hover a.level_2 span.label {
        padding: 9px 7px 8px !important;
    }
    #footer-container,
    #footer-top {
        width: 100%
    }
    #content img,
    .content-element-image,
    #footer,
    table.form td input.textfield {
        max-width: 100%;
    }
    #right table.form td input.textfield {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing:border-box;
        -moz-box-sizing: border-box;
    }
    .boxes .box-shopping-tips .common_content_box ul li {
        width: 114px;
    }
    #content img[hspace] {
        margin: 0;
    }
    #content .text img,
    .content-element-image {
        height: auto;
    }
    fieldset.search_db td .search {
        width: 200px;
    }
    .new_question textarea,
    table.form td.wide textarea.textarea {
        width: 97% !important;
    }    
    #right .box-community p span, 
    #right .box-midwifes p span {
        width: 120px;
        margin-bottom: 0;
    }
    #right .common .box-element-label {
        width: 238px;
    }
    #right .common .jcarousel-item .box-element-label {
        width: 120px;
        float: left;
    }
    #right .box-news .box-element-label a {
        width: 116px;
        float: left;
    }
    .generative_calendar {
        width: 100%;
    }
    .content-element-linkbox-prev-next div.prev a,
    .content-element-linkbox-prev-next div.next a {
        width: auto;
    }
    .teaser .teaser-image img {
        width: 100%;
    }
    .teaser .teaser-image {
        width: 30%;
        margin-right: 5%;
    }
    .image_text img {
        width: 30%;
    }
    .community_start .content {
        width: calc( 100% - 234px - 30px - 18px);
    }

    .content .content-element-firstnamechartlinks .column ul li {
        width: 100%;
    }
    .content .content-element-firstnamechartlinks .column:only-of-type ul li {
        width: 50%;
    }
}
/*************************************************************/
/* Smaller 920px */
/* Footer */
@media only screen and (max-width : 919px) {
    #amicella {
        display: none;
    }

    html {
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
     }
    #frame {
        margin-bottom: 0;
        padding-top: 144px;
        width: 100%;
    }
    #menu-mobile-container .nav {
        width: 100%;
        margin: 0 auto;
        list-style: none;
    }
    #footer {
        background: #fff;
    }
    #footer-container {
        margin-top: 0;
    }
    #footer-top {
        display: none;
    }
    #footer ul.nav {
        float: none;
        overflow: hidden;
        border-top: 1px solid #ccc;
    }
    #footer .nav li.level_1 li:nth-child(1),
    #footer .nav li.level_1 li:nth-child(2),
    #menu-mobile-container .nav li.level_1 li:nth-child(1),
    #menu-mobile-container .nav li.level_1 li:nth-child(2) {
        border-top: 1px solid #ccc;
    }
    #footer .nav li.level_1,
    #menu-mobile-container .nav li.level_1 {
        background: 0;
        float: none;
        clear: left;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #ccc;
        overflow: hidden;
    }
    #footer .nav a.level_1,
    #menu-mobile-container .nav a.level_1 {
        font-weight: bold;
    }
    #footer .nav ul.level_2,
    #menu-mobile-container .nav ul.level_2 {
        border-bottom: 1px solid #ccc;
        overflow: hidden;
    }
    #menu-mobile-container .nav ul.level_2 {
        border-bottom: 0;
    }
    #footer .nav li.level_2,
    #menu-mobile-container .nav li.level_2 {
        float: left;
        width: 50%;
        border-bottom: 1px solid #ccc;
        overflow: hidden;
    }
    #footer .nav a,
    #menu-mobile-container .nav a {
        background: url(/images/site/layout/bg-menu-footer-level-1.png) no-repeat right 11px;
        font-size: 14px;
        padding: 10px 6px !important;
        color: #414141 !important;
        display: block;
    }
    #footer .nav a:hover,
    #menu-mobile-container .nav a:hover {
        background: #f2f2f2 url(/images/site/layout/bg-menu-footer-level-1.png) no-repeat right 11px;
    }  
    #footer .nav .level_2 a,
    #menu-mobile-container .nav .level_2 a {
        background: url(/images/site/layout/bg-menu-footer-level-2.png) no-repeat right 11px;
    }
    #footer .nav .level_2 a:hover,
    #menu-mobile-container .nav .level_2 a:hover {
        background: #f2f2f2 url(/images/site/layout/bg-menu-footer-level-2.png) no-repeat right 11px;
    }
    #footer .nav li.level_2:nth-child(odd) a,
    #menu-mobile-container .nav li.level_2:nth-child(odd) a {
        border-right: 1px solid #ccc;
    }
    #footer .nav li.level_2:nth-last-child(2):nth-child(odd),
    #footer .nav ul.level_2 li.last,
    #footer .nav ul.level_2 li:last-child,
    #footer .nav li.level_2:nth-last-child(1):nth-child(odd),
    #menu-mobile-container .nav li.level_2:nth-last-child(2):nth-child(odd),
    #menu-mobile-container .nav ul.level_2 li.last,
    #menu-mobile-container .nav ul.level_2 li:last-child,
    #menu-mobile-container .nav li.level_2:nth-last-child(1):nth-child(odd) {
        border-bottom: none;
    }
    #footer .nav li.level_1:last-child {
        margin-left: 0;
        width: 100%;
    }
    #disclaimer {
        background: 0;
        width: 98%;
        margin-top: 30px;
        padding: 0;
    }
    #additional-menu-items {
        float: none;
        margin-top: 0;
    }
    #footer-container-newsletter,
    #footer span.glossar {
        display: none;
    }
    #additional-menu-items ul, 
    #additional-menu-items ul li.level_1 {
        float: none;
        width: 100%;
    }
    #footer #footer-babyclub li.level_1 {
        padding: 0;
        font-weight: normal;
        background: 0;
    }
    #additional-menu-items .footer-actions li a,
    #footer-babyclub a.level_1 {
        background: url(/images/site/layout/bg-menu-footer-level-1.png) no-repeat right 11px;
        font-size: 14px;
        padding: 10px 6px !important;
        color: #414141 !important;
        display: block;
        font-weight: bold;
    }
    #additional-menu-items .footer-actions li a:hover,
    #footer-babyclub a.level_1:hover {
        background: #f2f2f2 url(/images/site/layout/bg-menu-footer-level-1.png) no-repeat right 11px;
    }
    .footer-actions li {
        border-bottom: 1px solid #ccc;
    }
    .youtube {
        position: relative;
        padding-bottom: 56%;
        height: 0;
        overflow: hidden;
    }
    .youtube iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    /* Header */
    #header {
        width: 100%;
    }
    #header #search,
    #header #menu-top,
    #menu-main,
    #breadcrumb {
        display: none;
    } 
    #header {
        background: url(/images/site/layout/bg-header-mobiles.png) repeat-x;
        box-shadow: 0px 3px 3px #ccc;
        height: 68px;
    }
    #social-links {
        margin-top: 10px;
    }
    #menu-top {
        margin-top: 12px;
    }
    #user-info-container {
        margin-right: 10px;
    }
    #menu-mobile-container {
        position: absolute;
        top: 72px;
        display: block;
        width: 100%;
    }
    #menu-mobile {
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid #b6b6b6;
    }
    #menu-mobile a {
        display: block;
        text-align: center;
        width: 25%;
        float: left;
        border-right: 1px solid #b6b6b6;
        color: #414141;
        font-size: 16px;
        padding: 17px 0 12px;        
        font-weight: bold;
    }
    #menu-mobile .last {
        background: 0;
        border-right: 0;
    }
    #menu-mobile .nth-0 {
        width: 38%;
    }
    #menu-mobile .nth-1 {
        width: 22%;
    }
    #menu-mobile .nth-3 {
        width: 13%;
    }
    #menu-mobile #menu-mobile-menu span {
        background: url(/images/site/layout/icon-menu-mobile-menu.png) no-repeat right 5px;
        padding-right: 34px;
    }
    #menu-mobile a.active span {
        background: url(/images/site/layout/icon-menu-mobile-menu-active.png) no-repeat right 5px !important;
    }
    #menu-mobile a.active {
        background-color: #f2f2f2;
    }
    #menu-mobile #menu-mobile-search {
        background: url(/images/site/layout/icon-menu-mobile-search.png) no-repeat center center;
        height: 20px;
    }
    /* horizontale Teaser */
    .content-element-horizontal {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .content-element-horizontal .teaser {
        float: none;
        border-bottom: 3px solid #DDD6D2;
        margin-bottom: 19px;
        padding-bottom: 19px;
        width: 100%;
    }
    .content-element-horizontal .teaser-image {
        margin-bottom: 4px;
    }
    .content-element-horizontal .mini {
        margin-bottom: 4px;
        margin-top: 0;
    }
    .content-element-horizontal .last {
        margin-bottom: 4px !important;
    }
    .teaser .teaser-image img {
        width: 100%;
    }
    #content .teaser .teaser-image {
        width: 30%;
        margin-right: 5%;
    }
    #content .teaser .teaser-text {
        width: 65%;
        overflow: hidden;
    }
    #content .common_content_box .teaser-no-image .teaser-text, 
    #content .teaser-no-image .teaser-text {
        width: 100%;
    }
    /* Image Text */
    .content-element-horizontal .image img {
        margin-bottom: 2px;
    }
    .content-element-horizontal .image_text {
        float: none;
        border-bottom: 3px solid #DDD6D2;
        margin-bottom: 19px;
        padding-bottom: 19px;
        width: 100%;
    }
    .content-element-horizontal div.image-left {
        margin-right: 23px;
        float: left !important;
    }
    .content-element-horizontal div.image-right {
        margin-left: 23px;
        float: right;
    }
    .image_text div.image,
    .image_text div.image-left,
    .image_text div.image-right {
        width: 30%;
        height: auto;
    }
    .image_text.is_introduction div.image,
    .image_text.is_introduction div.image-left,
    .image_text.is_introduction div.image-right {
        width: 50%;
        height: auto;
    }
    .image_text div.image img,
    .image_text div.image-left img,
    .image_text div.image-right img {
        width: 100%;
        margin-bottom: 5px;
    }
    .content-element-horizontal .image_text .text,
    .image_text .text {
        width: 100%;
        float: none;
    }
    /*Login / Register*/
    .site_register .large #content,
    .site_register_form .large #content {
        width: 94%;
        margin: 0 auto;
        float: none;
    }
    .register_form {
        margin-bottom: 20px;
    }
    #register .left,
    .register_form .left {
        width: 60%;
    }
    #register .left img,
    .register_form .left img {
        width: 100%;
    }
    #register .community_start_right,
    .register_form .community_start_right {
        width: 36%;
    }
    #register .community_start_right input.textfield,
    .register_form .community_start_right table.form input.textfield {
        width: 95%;
    }
    .register_form #community_registration_users_data_agb_accepted {
        width: auto;
    }
    .community_start_right table.form .community-registration-terms-label {
        width: 90%;
    }
    .midwife_content .search_db .textfield {
        width: 200px;
    }

    #adleft,
    #adright {
        display: none;
    }
    .adtop {
        position: static;
    }
    #content .boxes .box-partner {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing:border-box;
        -moz-box-sizing: border-box;
    }
    #content .box-partner img {
        width: 16.6%;
        height: auto;
    }
    #content .boxes .common_content_box {
        padding: 0;
    }
    #content .boxes .common_content_box p {
        margin: 0;
    }
    #content img[hspace] {
        margin: 0;
    }
    img[alt="szmtag"] {
        display: block;
    }
    #new-in-forum {
        width: 244px;
        top: -18px;
    }
    .site_community_registration_complete #container {
        width: 100%;
        margin-top: 0;
    }
    .site_community_registration_complete #frame {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing:border-box;
        -moz-box-sizing: border-box;
        border-radius: 0;
        padding: 96px 20px 30px;
    }
    .site_community_registration_complete #disclaimer,
    .site_community_registration_complete #footer {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing:border-box;
        -moz-box-sizing: border-box;
    }
    .site_community_registration_complete #footer {
        border-radius: 0;
        margin-bottom: 0;
    }
    .site_community_registration_complete .frontend-community-registration-complete-descr img {
        margin-left: 10px;
        margin-bottom: 10px;
        max-width: 100%;
        max-height: none;
    }
    .site_community_registration_complete .community-registration-complete-block .special-margin {
        width: 90%;
    }
    .site_community_registration_complete p.h3 {
        width: auto;
    }
    .site_community_registration_complete #header {
        box-shadow: none;
        border-bottom: 1px solid #A6882E;
        background: url("/images/site/layout/bg-header-mobiles.png") repeat-x scroll 0 0 transparent;
    }
    .site_community_registration_complete #logo {
        left: 20px;
        top: 11px;
    }
    .site_community_registration_complete #logo img {
        width: auto;
    }
    .site_community_registration_complete ul.has_children .community-registration-has-children-gender,
    .site_community_registration_complete ul.has_children .community-registration-has-children-name {
        margin-right: 10px;
    }
    .site_community_registration_complete ul.has_children .select {
        width: 80px !important;
    }
    .site_community_registration_complete label {
        font-size: 14px;
    }
    .user-logged-in #social-links,
    .user-logged-in #logo img,
    .user-logged-in #user-info .user-image,
    .user-logged-in #user-info .nickname .name,
    .user-logged-in #user-info .user-facebook,
    .user-logged-in .user-info-messages-text,
    .user-logged-in #user-info br {
        display: none;
    }
    .user-logged-in #logo {
        background: url(/images/site/layout/logo-babyclub-rwd.png) no-repeat;
        width: 45px;
        height: 45px;
        top: 16px;
    }
    .user-logged-in #user-info {
        margin: 0 5px 0 0;
        padding: 0;
        height: 70px;
        background: none;
        border-radius: 0;
        float: right;
    }
    .user-logged-in #user-info li {
        border-left: 1px solid #fff;
        height: 70px;
        padding: 0;
        width: auto;
        margin: 0;
    }
    .user-logged-in #user-info li.nickname {
        float: right;
        width: 74px;
        font-weight: bold;
    }
    .user-logged-in #user-info li.user-info-icon {
        background: none;
    }
    .user-logged-in #user-info li a {
        background: none;
        width: 26px;
        height: 70px;
        display: block;
        padding: 0 10px;
        background-repeat: no-repeat !important;
        background-position: center center !important;
    }
    .user-logged-in #user-info li.nickname a {
        width: auto;
        padding-top: 24px;
        height: 47px;
    }
    .user-logged-in #user-info li #user-info-friends {
        background-image: url(/images/site/layout/icon-user-info-friends-rwd.gif);
    }
    .user-logged-in #user-info li #user-info-messages {
        background-image: url(/images/site/layout/icon-user-info-messages-rwd.gif);
    }
    .user-logged-in #user-info li #user-info-user-notifications {
        background-image: url(/images/site/layout/icon-user-info-notifications-rwd.gif);
    }
    .user-logged-in #user-info li a span.number {
        position: absolute;
        right: 3px;
        top: 20px;
        background: #F56E0C;
        width: 16px;
        height: 16px;
        border-radius: 8px;
        text-align: center;
        color: #fff;
        padding-top: 1px;
        line-height: 16px;
    }
    .user-logged-in #user-info li a span.number-zero {
        display: none;
    }
    .user-logged-in #user-info .user-notifications-active {
        background: none;
    }
    .user-logged-in li.user-notifications ul {
        top: 71px;
        border-radius: 0;
        width: 300px;
        box-shadow: 1px 1px 3px #ccc;
        border: 1px solid #fff;
        right: 0;
    }
    .user-logged-in #user-info li.user-notifications {
        position: inherit;
    }
    .user-logged-in #user-info li.user-notifications ul li {
        float: none;
        border-radius: 0;
        padding: 5px;
        height: auto;
    }
    .user-logged-in #user-info li.user-notifications ul li.header {
        background: #FEE396;
    }
    .user-logged-in #user-info li.user-notifications ul li a {
        width: 100%;
        padding: 0;
        height: auto;
    }
    .slideshow .slide-contents {
        bottom: 0;
        top: auto;
    }
    .firstname-anker-links li .submit {
        margin: 0 2px;
    }
    table.calendar tbody td {
        height                  : 64px;
    }
    .large #content {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing:border-box;
        -moz-box-sizing: border-box;
        padding: 0 10px;
    }
    .community_start_left {
        width: 59%;
    }
    .community_start_right {
        width: 40%;
    }
    .community_start_right table.form input.textfield {
        width: 100%;
        box-sizing: border-box;
    }
    textarea.textarea {
        width: 100%;
        box-sizing: border-box;
    }
    .firstnames-charts-list div.bold {
        display: block;
    }

    .content-element-firstname-name-profile-attributes .gender-attributes {
        width: 100%;
    }

    .content-element-firstname-name-profile-attributes .single-gender ul li {
        width: 50%;
    }

    ul.firstname-origins li {
        float: none;
        width: 100%;
    }
}
/*************************************************************/
/* Mini-Tablet */ 
@media only screen and (max-width : 767px) {
    html {
        overflow-x: auto !important;
    }
    #frame,
    #container,
    #header,
    #menu-mobile-container .nav {
        width: 100%;
    }
    #header {
        padding-right: 0;
    }
    #container {
        padding: 0;
    }
    #content-frame {
        width: 560px;
        margin: 0 auto;
        float: none;
    }
    #content,
    #right,
    #disclaimer {
        width: 560px;
    }     
    #content {
        margin-right: 0;
    }
    #right .common {
        width: 530px;
    }
    #frame .boxes .box-partner {
        padding: 13px 22px 12px 8px;
        width: 530px;
    }
    #right .box-partner img {
        width: 16.6%;
        height: auto;
    }
    #disclaimer {
        background: 0;
        width: 98%;
        padding: 0;
    }
    #footer-container,
    #footer-top { 
        width: 100%;
    }
    .image_text td.image {
        width: 33%;
    }
    .content img,
    .content-element-image,
    .image_text img,
    .teaser img {
        max-width: 99%;
        height: auto;
    }
    .content-element-linkbox-prev-next div.prev a,
    .content-element-linkbox-prev-next div.next a {
        width: auto;
    }
    #header {
        height: 56px;
    }
    #logo {
        left: 11px;
    }
    #logo img {
        width: 160px;
    }
    #logo .logo-xmas {
        width: auto;
        height: 50px;
        margin-top: -4px;
    }
    #menu-mobile-container {
        top: 60px;
    }
    .ticker-active #frame {
        padding-top: 140px;
    }
    #new-in-forum {
        width: 100%;
        top: -20px;
        right: 0;
    }
    #frame {
        padding-top: 124px;
    }
    .ticker-active #frame {
        padding-top: 144px;
    }
    .user-logged-in #user-info li.nickname a {
        padding-top: 14px;
        height: 46px;      
    }
    .user-logged-in #user-info li a,
    .user-logged-in #user-info li,
    .user-logged-in #user-info {
        height: 59px;
    }
    .user-logged-in #user-info li a span.number {
        top: 13px;
    }
    .user-logged-in #logo {
        top: 11px;
    }
    .user-logged-in li.user-notifications ul {
        top: 59px;
    }
    .slideshow .slide-contents {
        bottom: auto;
        top: 60%;
    }
    .firstname-anker-links li .submit {
        margin: 0 auto;
    }
    div#community_pregnancy_steps p.birthday {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing:border-box;
        -moz-box-sizing: border-box;
    }
    .site_community_start #content {
        max-width: 560px;
        margin: 0 auto;
        float: none;
    }
    .community_start .content,
    .community_start #right,
    .community_start_left,
    .community_start_right {
        width: auto;
        float: none;
        margin: 0;
    }
    form.monats-mamis-search label {
        display: block;
    }
    form.monats-mamis-search select {
        margin: 2px 3px 2px 0;
        float: left;
        box-sizing: border-box;
        height: 20px;
    }
    form.monats-mamis-search input {
        margin: 2px 0;
        vertical-align: top;
        box-sizing: border-box;
        height: 20px;
    }
    .content .content-element-firstnamechartlinks .column ul li {
        width: 100%;
    }
    .content .content-element-firstnamechartlinks .column:only-of-type ul li {
        width: 50%;
    }
}
/*************************************************************/
/* Smartphone */
@media only screen and (max-width : 580px) {
    #frame,
    #container,
    #header,
    #menu-mobile-container .nav,
    #footer,
    #footer-container,
    #content,
    #right {
        width: 100%;
    }
    #frame {
        overflow: hidden;
    }
    #disclaimer,
    #content-frame {
        width: 94%;
    }
    #right .common,
    #frame .boxes .box-partner {
        width: auto;
    }
    fieldset.search_db td .first,
    fieldset.search_db td {
        width: 50%;
    }       
    .new_question textarea,
    table.form td.wide textarea.textarea {
        width: 97% !important;
    }
    #footer-top {
        display: none;
    }
    input.textfield,
    fieldset.search_db td .search,
    table.form td select.select,
    table.form td input.textfield,
    fieldset.search_db input.textfield {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing:border-box;
        -moz-box-sizing: border-box;
    }
    table.form td input.city {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing:border-box;
        -moz-box-sizing: border-box;
    }
    table.form td.first {
        width: 40% !important;
    }
    .generative_calendar fieldset table.form select.select {
        width: 56px !important;
    }
    h2, 
    .h2, 
    .teaser .teaser_headline {
        font-size: 18px;
    }    
    .magazine h2.main, 
    .magazine .h2-main {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 8px;
    }
    h1, 
    .h1, 
    .magazine .h1 {
        margin-bottom: 0;
        line-height: 15px;
    }
    /*Register*/
    #register .left,
    .register_form .left {
        width: 99%;
        margin-bottom: 10px;
    }
    #register .community_start_right,
    .register_form .community_start_right {
        width: 100%;
    }
    #register #register_company,
    .register_form #register_company {
        margin: 10px 0 20px;
    }
    #register .community_start_right input.textfield,
    .register_form .community_start_right table.form input.textfield {
        width: 100%;
    }    
    #content {
        font-size: 16px;
        line-height: 20px;
    }
    #content .social-links-settings {
        font-size: 13px;
    }
    .site_community_registration_complete #frame {
        padding: 82px 20px 30px;
    }
    .site_community_registration_complete .has_children ul {
        border-bottom: 2px solid #DDD6D2; 
        overflow: hidden;
        padding-bottom: 20px;
    }
    .site_community_registration_complete .has_children ul:first-child {
        border-top: 2px solid #DDD6D2;
        margin-top: 18px;
        padding-top: 12px;
    }
    .site_community_registration_complete .has_children li ul.last {
        border-bottom: none !important;
        padding-bottom: 0;
    }
    .site_community_registration_complete .has_children ul li {
        float: none;
    }
    .social-links {
        padding: 8px 15px 10px;
    }
    #content .social-links-settings {
        font-size: 13px;
        top: 48px;
    }
    #community_hibbelliste_edit table.common_form textarea {
        width: 99%;
    }
    .user-data-box {
        font-size: 15px !important;
    }
    .slideshow {
        padding-bottom: 100px;
    }
    .slideshow .slide-contents {
        top: auto;
        bottom: -100px;
        background: #eee;
        width: 100%;
        height: 110px;
        padding-top: 10px;
    }
    .slideshow .slide-label,
    .slideshow .slide-descr {
        background: none;
    }
    .firstname-info-box .arrow {
        float: left;
        margin-top: 6px;
    }
    .firstname-anker-links li {
        width: 50%;
        margin-bottom: 6px;
    }
    div.form .form-label,
    div.form .form-element {
        float: none;
        width: 100%;
        
    }
    div.form .form-label {
        padding-top: 6px;
    }
    #community_pregnancy_steps .pregnancy-steps .ssw {
        padding-left: 0;
    }
    #community_pregnancy_steps .pregnancy-steps .ssw,
    #community_pregnancy_steps .pregnancy-steps .entries {
        float: none;
        width: 100%;
    }
    .form-element-full label {
        width: 88%;
    }
    ol.namelist {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-count: auto;
    }
    .content-element-firstnametools table.search td {
        padding: 1px 5px 1px 1px;
    }
    .content-element-firstnametools table.search td + td {
        padding: 1px 1px 1px 5px;
    }
    #midwife-cities .cities li {
        width: 100%;
    }
    .midwife_courses_search_list table.midwife_course td {
        display: block;
    }
    .midwife_courses_search_list table.midwife_course td.last {
        margin-bottom: 10px;
    }
    .boxes .box-firstname-tools input.submit,
    .content-element-firstnametools .search input.submit {
        margin: 5px 0 0;
    }

    .content .content-element-firstnamevote .column:nth-child(odd) {
        padding: 10px 10px 0 0;
    }
    .content .content-element-firstnamevote .column:nth-child(even) {
        padding: 10px 0 0 10px;
    }
    .content .content-element-firstnamevote .column ul.charts {
        margin: 0;
    }
    .content .content-element-firstnamevote .column ul.charts li {
        margin-bottom: 5px;
    }
    .content .content-element-firstnamevote .column ul.charts label {
        width: auto;
        float: none;
        display: block;
    }
    .content-element-firstname_star_rating .common_content_box div.left {
        margin-top: 0px;
    }
    .content-element-firstname_star_rating .common_content_box div.left, .content-element-firstname_star_rating .common_content_box div.right {
        width: 100%;
    }
    #content .content-element-firstname-rating div.common_content_box.content-element-firstname-rating-second {
        padding: 0 0 10px 0;
    }
    .content-element-firstname-rating .common_content_box div.left, .content-element-firstname-rating .common_content_box div.right {
        width: 100%;
    }
}
/*************************************************************/
/* Smartphone */
@media only screen and (max-width : 520px) {
    .firstname_search_results a.purple {
        float: left;
        margin-top: 4px;
    }
    #menu-mobile #menu-mobile-menu span {
        padding-right: 22px;
    }
    .firstname_search_results .firstname-info-box .firstnames-charts-list {
        margin-bottom: 0;
    }
    .firstname_search_results .firstname-info-box .firstnames-charts-list li {
        display: block;
        width: 100%;
        border-right: 0;
        padding-left: 0;
    }
    .firstname_search_results .firstname-info-box .firstnames-charts-list div.bold {
        display: inline;
    }
    .firstname-info-box .arrow {
        float: left;
    }
    .firstname-info-box .label-left,
    .firstname-info-box .info-right {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .firstname-v-info-box-columns .firstname-info-box-column {
        display: block;
        width: 100%;
        border-right: 0;
        padding: 0 0 10px 0;
        margin: 0 0 10px 0;
        border-bottom: 2px solid #DDD6D2;
    }
    .firstname-v-info-box-columns .firstname-info-box-column-last {
        border-bottom: 0;
        
        padding: 0;
    }
    .firstname_search_results .firstname-info-box .arrow li {
        white-space: normal;
    }    
    .firstname-info-box .arrow {
        margin-top: 10px;
    }
    .firstname-info-box .firstnames-charts-list .ranking-by-year-chart {
        text-align: left;
    }
    .firstname-list,
    .common .firstname-list,
    ol.firstname-list,
    .magazine .content .firstname-list,
    .magazine .content ol.firstname-list {
        list-style-position: inside;
        padding-left: 0;
    }
    .firstname-list li:before,
    ol.firstname-list li:before {
        position: static;
        float: left;
        margin-right: 0.4em;
    }
    .firstname-list li:after,
    ol.firstname-list li:after {
        left: 0;
    }
    .firstname-list li,
    .common .firstname-list li,
    .common .common_content_box .firstname-list li {
        line-height: normal;
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #ccc;
    }
    .firstname-list li:after {
        content: '';
        position: static;
        display: block;
        clear: both;
        border: none;
    }
    .firstname-list li .rating-descr {
        font-size: 0;
    }
    .firstname-list li .rating-descr .rating-count {
        font-size: 1rem;
        float: left;
        line-height: 1;
        margin-top: 5px;
        margin-left: 5px;
    }
    .firstname-list li .rating-descr .rating-count:before {
        content: '(';
    }
    .firstname-list li .rating-descr .rating-count:after {
        content: ')';
    }
    .star-rating {
        float: left;
        clear: left;
        width: 145px;
    }
    .star-rating .star {
        width               : 29px;
        height              : 24px;
        padding             : 1px 3px;
        box-sizing          : border-box;
        background-image    : url("/images/site/rating/stars_large.png");
    }
    .star-rating-legend {
        float               : none;
        vertical-align      : bottom;
    }
    .boxes .common.box-firstname-favorites ul.firstname-list {
        padding             : 0;
    }
    .boxes .box-firstname-favorites ul.firstname-list li {
        line-height         : 24px;
    }
    .boxes .box-firstname-favorites ul.firstname-list .star-rating {
        vertical-align      : middle;
    }
    .name-trend,
    .firstname-list .name-trend {
        vertical-align: baseline;
        min-width: 2.4em;
        text-align: center;
        line-height: 1;
    }
    .firstname-list .name-trend:before {
        margin: 0;
        float: none;
    }
    .name-trend.name-trend-new .name-trend-label {
        font-size: inherit;
    }

    .name-trend-legend {
        line-height: 1.6;
    }
    .name-trend-legend ul li,
    .common .name-trend-legend ul li {
        display: block;
        text-align: left;
        margin-bottom: 0;
    }
    .name-trend-legend ul li:after {
        content: none;
    }
    .name-trend-legend .name-trend-label {
        vertical-align: baseline;
    }
}
/*************************************************************/
/* Smartphone */
@media only screen and (max-width : 480px) {
    #breadcrumb {
        display: none;
    }    
    .midwife_content .search_db .textfield {
        margin-right: 0;
        width: 100%;
    }
    .midwife_content .search_db .submit {
        margin-top: 4px;
    }
    .teaser p {
        display: none;
    }
    .site_community_registration_complete .frontend-community-registration-complete-descr {
        text-align: center;
    }
    .site_community_registration_complete .frontend-community-registration-complete-descr p {
        text-align: left;
    }
    .site_community_registration_complete .frontend-community-registration-complete-descr img {
        float: none;
        margin: 0 0 10px 0;
    }
    .social-links-hover .settings a, 
    .social-links-active .settings a {
        width: 40px;
        height: 30px;
    }
    .social-links-settings-overlay,
    .social-links-settings {
        background-position: 0 -44px;
    }
    div.back-link {
        margin-top: 12px;
    }
    .social-links-settings label {
        margin-left: 5px;
    }
    .slideshow {
        padding-bottom: 150px;
    }
    .slideshow .slide-contents {
        bottom: -150px;
        background: #eee;
        width: 100%;
        height: 160px;
        padding-top: 10px;
    }
    .user-teaser a.image,
    .user-teaser a.name,
    .user-teaser .user-badges,
    .user-teaser .user-badge {
        line-height: 26px;
    }
    .user-teaser a.image {
        float: left;
        width: 40px;
    }
    .user-badge + .user-badge,
    .user-badges + .user-rank .user-badge {
        padding-left: 10px;
        border-left: 1px solid #ccc;
    }
    .user-teaser .user-rank {
        display: inline;
        margin-left: 0;
        padding-left: 0;
        border: none;
    }
    .user-teaser .user-rank-rank {
        display: block;
        margin-left: 40px;
        margin-top: 3px;
    }
    #community_hibbelliste_edit table td.flutter-state div.flutter-state-wrapper div.select_date select {
        width: 75px !important;
    }
}
/*************************************************************/
/* Smartphone */
@media only screen and (max-width : 400px) {
    #footer .nav .fourth li.level_2,
    #footer .nav .fifth li.level_2 {
        float: none;
        width: 100%;
    }
    #footer .nav .fourth li.level_2:nth-child(2n+1) a,
    #footer .nav .fifth li.level_2:nth-child(2n+1) a {
        border-right: 0;
    }
    #footer .nav li.level_1.fourth li,
    #footer .nav li.level_1.fifth li,
    #footer .nav li.level_1.fourth,
    #footer .nav li.level_1.fifth {
        border-bottom: 0 !important;
        border-top: 0 !important;
    } 
    #footer .nav li.level_1.fourth a,
    #footer .nav li.level_1.fifth a {
        border-bottom: 1px solid #ccc;
    }
    #right .box-partner img {
        width: 33%;
        height: auto;
    }
    #content .box-partner img {
        width: 33%;
        height: auto;
    }
    .boxes .box-shopping-tips .common_content_box ul li {
        width: 114px;
    }
    .site_community_registration_complete select.select {
        width: 70px !important; 
    }
    .site_community_registration_complete .personal_delivery_date_known .select,
    .site_community_registration_complete .personal_delivery_date_unknown .select,
    .site_community_registration_complete .newsletters_ssguide .select,
    .site_community_registration_complete .newsletters_bguide .select,
    .site_community_registration_complete ul.has_children select.select {
        width: 60px !important;
        margin-right: 10px;
    }
    .site_community_registration_complete .personal_delivery_date_unknown label {
        line-height: 20px;
    }
    .social-links-activate-information {
        left: 50px;
        top: 72px;
    }
    #content .social-links-settings {
        top: 76px;
        padding: 8px 0 6px 10px;
    }
    .content-element-firstnametools .common_content_box table {
        margin: 0;
    }
    .content-element-firstnametools .common_content_box table tr td {
        display: block;
        margin: 10px 0;
        padding: 1px;
    }
    .boxes .box-firstname-favorites ul.firstname-list li {
        overflow: hidden;
        border-bottom: 1px solid #ccc;
    }
    .boxes .box-firstname-favorites ul.firstname-list .star-rating {
        float: left;
        clear: left;
    }
}
/*************************************************************/
/* Smartphone */
@media only screen and (max-width : 340px) {
    #menu-mobile a {
        height: 20px;
    }
    #menu-mobile #menu-mobile-menu span,
    #menu-mobile .active span {
        background-size: 12px 7px !important;
        padding-right: 17px !important;
        background-position: right 5px !important;
    }
    #menu-mobile #menu-mobile-search {
        background-size: 16px 16px !important;
    }
    .image_text.is_introduction div.image,
    .image_text.is_introduction div.image-left,
    .image_text.is_introduction div.image-right {
        width: 99%;
        height: auto;
    }
    .image_text div.image img,
    .image_text div.image-left img,
    .image_text div.image-right img {
        width: 100%;
        margin-bottom: 10px;
    }
    .social-links li {
        margin-right: 6px;
    }
    #frame {
        padding-top: 144px;
    }
    #community_hibbelliste_edit table div.select_date {
        margin-left: 0;
    }
    .form-element-full label {
        width: 87%;
    }
    .content .content-element-firstnamevote .column:nth-child(odd),
    .content .content-element-firstnamevote .column:nth-child(even) {
        width: 100%;
        padding: 10px 0 0 0;
    }
}
/*************************************************************/
/* Smartphone */
@media only screen and (max-width : 320px) {
    #right .common .box-element-label {
        width: 130px;
        float: left;
    }
    #right .box-community p span, 
    #right .box-midwifes p span {
        width: 130px;
    }
    .image_text td.image {
        padding-right: 10px;
    }
    .image_text td.image img {
        width: 74px;
    }
    #header {
        height: 80px;
    }
    #header.user-logged-in {
        height: 56px !important;
    }
    #logo {
        top: 40px;
    }
    #logo .logo-xmas {
        height: 52px;
        margin-top: -10px;
    }
    .user-logged-in #logo {
        top: 11px;
    }
    #menu-mobile-container {
        top: 84px;
    }
    #menu-mobile-container.user-logged-in {
        top: 60px;
    }
    .ticker-active #frame {
        padding-top: 160px;
    }
}
/*************************************************************/
/* Smartphone */
@media only screen and (max-width : 300px) {
    #right .common .box-element-label {
        width: 110px;
        float: left;
    }
    #right .box-community p span, 
    #right .box-midwifes p span {
        width: 110px;
    }
    .image_text td.image img {
        width: 60px;
    }
    #menu-mobile a {
        font-size: 13px;
    }
    #menu-mobile #menu-mobile-menu span,
    #menu-mobile .active span {
        background-size: 10px 5px !important;
        padding-right: 15px !important;
        background-position: right 5px !important;
    }
    #menu-mobile #menu-mobile-search {
        background-size: 14px 14px !important;
    }
    .teaser .teaser-image {
        margin-right: 17px;
    }
}
/*************************************************************/
/* Smartphone */
@media only screen and (max-width : 280px) {
    #right .common .box-element-label {
        width: 90px;
        float: left;
    }
    #right .box-community p span, 
    #right .box-midwifes p span {
        width: 90px;
    }
    .content .content-element-firstnamechartlinks .column:not(:only-of-type),
    .content .content-element-firstnamechartlinks .column:only-of-type ul li {
        width: 100%;
    }
    .content .content-element-firstnamechartlinks .column + .column {
        margin-top: 10px;
    }
}
/*************************************************************/
/* Smartphone */
@media only screen and (max-width : 260px) {
    #right .common .box-element-label {
        width: 70px;
        float: left;
    }
    #right .box-community p span, 
    #right .box-midwifes p span {
        width: 70px;
    }
}
