/* ######################################################## */
/* # Praxisgemeinschaft am Wittenbergplatz                # */
/* #                                                      # */
/* # Designed and developed by						      # */
/* # Arne Spiess                                          # */
/* # E-Mail: hallo@arnespiess.de                          # */
/* #                                                      # */
/* ######################################################## */

html,
body,
* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

body {
    background-color: #efefef;
}

.clear {
    clear: both;
}

header {
    width: 100%;
    height: 60px;
    border-bottom: 2px solid #fea41c;
    background-color: #fff;
}

#mobile-menu {
    float: right;
    width: 48px;
    height: 48px;
    margin-top: 6px;
    margin-right: 5px;
    background-image: url("../image/mobile_navigation.png");
}

#mobile-menu-drop {
    display: none;
    width: 100%;
    height: auto;
    padding-top: 10px;
    border-bottom: 2px solid #fea41c;
    background-color: #fff;
}

#mobile-menu-drop a {
    color: #000;
    text-decoration: none;
}

#mobile-menu-first-drop {
    width: 100%;
    height: 245px;
}

#mobile-menu-second-drop {
    display: none;
    width: 100%;
    height: 200px;
}

#mobile-menu-line {
    width: 90%;
    height: 1px;
    margin-top: 25px;
    margin-left: 5%;
    background-color: #fea41c;
}

#mobile-menu-perm-drop {
    width: 100%;
    height: 150px;
    margin-top: 15px;
}

.mobile-menu-drop-item {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #dddddd;
    line-height: 50px;
    text-indent: 5px;
    font-family: main;
    font-size: 22px;
}

.notice-box {
    width: 80%;
    height: auto;
    padding: 5%;
    margin: 5%;
    background-color: #fff;
    line-height: 22px;
    font-family: main;
    font-size: 16px;
}

.notice-box-title {
    width: 100%;
    height: 25px;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #fea41c;
}

.notice-box-content {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

#content {
    width: 80%;
    height: auto;
    padding: 5%;
    margin: 5%;
    overflow-x: hidden;
    background-color: #fff;
    line-height: 22px;
    font-family: main;
    font-size: 16px;
}

.content-title {
    padding-bottom: 10px;
    font-family: main;
    font-size: 20px;
    color: #9b0002;
}

#footer {
    width: 80%;
    padding: 5%;
    margin: 5%;
    background-color: #fea41c;
}

#mobile-map {
    margin-top: 5px auto;
    border: 1px solid #7a7a7a;
}

.footer-title {
    font-family: main;
    font-size: 16px;
    color: #131313;
    font-weight: bold;
}

.footer-item {
    font-family: main;
    font-size: 14px;
}

.footer-item a {
    text-decoration: none;
    color: #000000;
}

#footer-current {
    color: #fff;
}

#dsgvo-info {
    width: 100%;
    height: auto;
    padding-bottom: 27px;
    margin-bottom: 20px;
    border-bottom: 5px solid #fea41c;
}

#dsgvo-info p {
    color: #424242;
    line-height: 20px;
    font-size: 15px;
}

#dsgvo-info a {
    text-decoration: none;
    color: #fea41c;
}

#dsgvo-info button {
    width: 130px;
    height: 30px;
    margin-top: 15px;
    border: 1px solid #a5a5a5;
    border-radius: 5px;
    color: #000;
    line-height: 30px;
    background-color: transparent;
}
