body {
    margin:0;
    padding:0;
    height: 100%;
    overflow: hidden;
    font-family: Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 12pt;
    color:#4F4F4F;
}

html {
    height: 100%;
    overflow: hidden;
}

/* main grid */
.wrapper {
    width: 100%;
    height: 100%;
    max-width: 900px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

header {
    width: 100%;
    flex: 0 0 auto;
    position: relative;
    z-index: 9;
}

footer {
    width: 100%;
    flex: 0 0 auto;
    z-index: 9;
}

main {
    position: relative;
    overflow-y: auto;
    width: 100%;
    justify-content: space-around;
    overflow-x: hidden;
    min-height: 70%;
}


/* other globals */
a {
    color: #4F4F4F;
}

a:link {
    color: #4F4F4F;
}

a:visited {
    color: #4F4F4F;
}

a:hover {
    color: #007900;
    text-decoration: none;
}

a:focus {
    color: #4F4F4F;
}

a:active {
    color: #4F4F4F;
}

.active {
    font-weight: bold !important;
    color: #007900 !important;
    text-decoration: none !important;
    position: relative;
}

.active::before {
    content: "\203A";
    position: absolute;
    left: -8px;
}


/* footer details */
footer {
    box-shadow: 0 -2px 20px #4F4F4F;
}

.footer_imprint {
    float: left;
    margin: 10px 0;
    width: 50%;
}

.footer_imprint a {
    margin-left: 20px;
}

.footer_lang {
    float: right;
    width: 50%;
    text-align: right;
    margin: 10px 0;
}

.footer_lang_menu {
    list-style: none;
    padding: 0;
    margin: 0 20px 0 0;
}

.footer_lang_menu li {
    display: inline-block;
}


/* header details */
.header_pic {
    width: 100%;
    height: auto;
}

.header_pic>a {
    width: 100%;
}

.header_pic>a>img {
    width: 100%;
    height: auto;
}

.header_menu {
    position: absolute;
    top: 80%;
    width: 100%;
}

.header_menu_links {
    display: inline-block;
}

.header_menu_links_list {
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0;
    line-height: 20px;
}

.header_menu_links_list>li {
    float: left;
    margin-right: 20px;
    display: inline;
}

.header_menu_search {
    margin-right: 10px;
    float: right;
    display: inline-block;
    text-align: right;
    width: 25%;
}

.header_menu_search_field {
    width: 100%;
    display: inline-block;
}

.header_menu_search_field_text {
    font-size: 12pt;
    width: 80%;
}

.header_menu_search_field_icon {
    position: relative;
    top: 2px;
    cursor: pointer;
}

.header_menu_search_select {
    display: inline-block;
}

/* MAIN */
.push_header {
    width: 100%;
    height: auto;
}

.push_header>img {
    width: 100%;
    height: auto;
}

.push_footer {
    display: block;
    width: 100%;
    height: 40px;
}

.main_content {
    padding: 0 20px 60px;
}

.main_content>h1 {
    width: 100%;
    text-align: center;
}


/* STARTSEITE */
.start_text {
    margin-bottom: 40px;
}

.start_verbaende {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.start_verbaende_text {
    width: 100%;
    margin-bottom: 10px;
}

.start_verbaende_element {
    width: 250px;
    text-align: center;
    margin-bottom: 20px;
}

.start_verbaende_element_logo {
    height: 150px;
    position: relative;
    margin-bottom: 10px;
}

.start_verbaende_element_logo>img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.start_verbaende_element_text {
    padding: 0 5px;
    font-size: 10pt;
}


/* Kontakt */
.kontakt_info_row {
    width: 100%;
    margin-bottom: 10px;
}

.kontakt_info_row_left {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    font-weight: bold;
}

.kontakt_info_row_right {
    display: inline-block;
}

.kontakt_anfahrt_map {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.kontakt_anfahrt_map>iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/* Sortiment */
.sortiment_suche {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    display: none;
}

.sortiment_suche_headline {
    width: 100%;
    text-align: center;
    margin: 10px 0;
    font-weight: bold;
}

.sortiment_sprache {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.sortiment_sprache_option:first-child {
    margin-right: 20px;
}

.sortiment_az {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.sortiment_az_buchstabe {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.sortiment_az_buchstabe:last-child {
    margin: 0;
}

.sortiment_list {
    width: 100%;
    margin-top: 20px;
}

.sortiment_list_row {
    width: 100%;
    padding: 5px 0;
}

.sortiment_list_row:nth-child(2n+1) {
    background-color: #cccccc;
}

.sortiment_list_row_cell {
    display: inline-block;
}

.sortiment_list_row_cell_counter {
    padding-left: 20px;
}

.cell_1 {
    width: 20%;
}

.cell_2 {
    width: 40%;
}

.cell_3 {
    width: 40%;
}

.sortiment_galerien {
    overflow: hidden;
    margin: 10px 0 20px;
    padding-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #4F4F4F;
}

.sortiment_galerien_menu {
    width: 100%;
    overflow: hidden;
}

.sortiment_galerien_menu_element {
    width: 50%;
    float: left;
}

.sortiment_galerien_menu_element_text {
    width: 100%;
    text-align: center;
    display: inline-block;
}

.sortiment_galerien_slider {
    overflow: hidden;
}

.sortiment_slider {
    display: none;
    width: 100%;
}

.sortiment_slider>.slider>.sss {
    padding-bottom: 75.7653%;
}

/*GRÖßENANPASSUNGEN*/
@media(max-width:600px){
    h1 {
        margin-top: 0;
        font-size: 24px;
    }
    header {
        box-shadow: 0 2px 20px #4F4F4F;
    }
    .header_menu {
        position: initial;
        margin-bottom: 10px;
    }
    .header_menu_links {
        display: table;
        margin: 0 auto;
    }
    .header_menu_links_list {
        margin: 0;
    }
    .header_menu_links_list>li:last-child {
        margin-right: 0;
    }
    .header_menu_search {
        width: 100%;
        margin: 10px 0;
        text-align: center;
        display: none;
    }
    .header_menu_search_field {
        width: auto;
        margin-right: 10px;
    }
    .header_menu_search_field_text {
        width: auto;
    }
    .main_content {
        padding: 20px;
    }
    .sortiment_suche {
        display: block;
    }
    .sortiment_list_row_cell {
        word-break: break-word;
    }
}


@media(max-width:400px){
    .footer_imprint {
        font-size: 10pt;
    }
    .header_menu_search_field_text {
        max-width: 150px;
    }
    h1 {
        font-size: 22px;
    }
}
