@font-face {
    font-family: Roboto;
    src: url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
    font-weight: 400;
}
@font-face {
    font-family: Roboto;
    src: url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
}
@font-face {
    font-family: Roboto;
    src: url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
    font-weight: 700;
}


* {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
}

html {
    width: 100%;
    height: 100%;
}

body {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 24px;
    color: #1d1d1b;
    background-color: #fff;
}

h1,h2,h2,h3,h4,h5 {
    font-size: 17px;
    line-height: 24px;
    font-weight: bold;
}
h1 {
    font-weight: normal;
}


a {
    font-family: Roboto, sans-serif;
    color: #1d1d1b;
}
a:hover {
    text-decoration: underline;
}

p {
    padding-bottom: 15px;
}

section.footer p {
    padding-bottom: 0;
}


span.error {
    color:red;
}

.content li {
    position: relative;
    list-style: none;
    padding-left: 17px;
}
.content li:before {
    content: "–";
    position: absolute;
    left: 0;
}

.content {
    margin: 0 auto;
    max-width: 1240px;
    width: 100%;
}
.align-left {
    display: flex;
    justify-content: flex-start;
}




#debug {
    background-color:yellow;
    border:1px solid black;
    position: absolute;
    top:5px;
    left:5px;
    font-size:11px;
    padding: 0 5px 0 5px;
    display: none;
}


/******* header ********/
section.header {
    padding: 20px 0 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

}
section.header .align-left {
    align-items: flex-end;
}

#logo130 {
    display: none;
    max-width:130px;
}
#logo170 {
    display: inline;
    max-width:170px;
}
#navicon {
    max-width: 35px;
}

a.navicon {
    display:none;
}
nav {
    margin:0 0 -3px 67px;
}
nav a {
    font-weight: 500;
    line-height: 17px;
    padding: 0 10px 0 10px;
    border-left:1px solid #fff;
    margin:0 22px 0 0;
}
nav a.active {
    border-left:1px solid #1d1d1b;
}
nav a:hover {
    text-decoration: none;
    border-left:1px solid #1d1d1b;
}
nav a.rezept:hover,
nav a.rezept.active {
    border-left:1px solid #fff;
}
nav a.rezept {
    font-weight: 400;
    background-image: url("../Images/icon-rezept.png");
    background-repeat:no-repeat;
    background-position: left;
    padding-left: 19px;
    margin-left: 60px;
}
.header-address {
    font-size: 15px;
    line-height: 20px;
    border-left:1px solid #1d1d1b;
    padding: 0 0 0 15px;
    margin-bottom: -3px;
    max-width: 200px;
}
span.phone {
    display: inline-block;
    margin-top: 7px;
}

/************************ visuals **********************/
section.visual {
    width: 100%;
    position: relative;
}
section.visual img {
    max-width: 100%;
}
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}


.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}

/** links rechts ***/

.rslides_nav {
    width: 24px;
    height: 24px;
    border-radius: 0;
    position: absolute;
    top: 55%;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: transparent #fff #fff;
    display: inline-block;
    outline: none;
    z-index: 1000;
}
.rslides_nav.next {
    right: 62px;
    /*margin-top: -12px;*/
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.rslides_nav.prev {
    left: 62px;
    right: auto;
    -webkit-transform: rotate(132deg);
    transform: rotate(132deg);
}

/** Punkte **/
.rslides_tabs {
    width: 100%;
    text-align:center;
    position:absolute;
    bottom:40px;
    z-index:99;
}
.rslides_tabs li {
    display: inline;
    float: none;
}
.rslides_tabs li a {
    color: #706f6f;
    opacity: 0.5;
    padding:0 5px 0 5px;
    visibility: hidden;
    display:inline-block;
    width:15px;
}
.rslides_tabs li a:hover {
    text-decoration: none;
}
.rslides_tabs li.rslides_here a {
    opacity: 1;
}
.rslides_tabs li a::before {
    content: "\f111";
    font-family: FontAwesome;
    visibility: visible;
    margin-right: -10px;
}
aside .aside-content {
    display: block;
    width: 490px;
    position: absolute;
    left:-600px;
    top:0;
    padding: 30px 20px 20px 80px;
    height: 404px;
    background-color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1400;
    font-size: 15px;
    line-height: 20px;
}
aside .aside-content h1,
aside .aside-content h2,
aside .aside-content h3,
aside .aside-content h4,
aside .aside-content h5 {
    font-size: 15px;
}
aside a.active {
    background-color: #6e6e6d !important;
}
aside a.vertical-text {
    color: #fff;
    display: inline-block;
    position: absolute;
    top:114px;
    left:-66px;
    transform: rotate(270deg);
    z-index: 1500;
    background-color:#1d1d1b;
    line-height: 44px;
    padding: 0 0 0 20px;
    font-weight: 500;
    width: 155px;
}
aside a.icon {
    position: absolute;
    padding: 10px;
    background-color:#1d1d1b;
    left:0;
    top:0;
    width:24px;
    z-index: 1500;
}
aside a:hover {
    text-decoration:none;
}
aside a.icon.notruf {
    position: absolute;
    padding: 10px;
    background-color:#1d1d1b;
    left:0;
    top:230px;
}
aside a.vertical-text.notruf {
    top:344px;
    left:-66px;
}

a.pfeil {
    display: none;
    position: absolute;
    left:50%;
    bottom:20px;
    z-index: 1300;
    width:36px;
    height:36px;
    background-color:#fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
a.pfeil.top {
    right: 40px;
    left: auto;
    border: 1px solid #706f6f;
    position: fixed;
}
a.pfeil img {
    padding-top: 5px;
}


.infobox {
    position: absolute;
    left: 17%;
    bottom: 31%;
    background-color: #fff;
    z-index: 1300;
    width: 428px;
    height: 240px;
    padding:0;
    overflow-x: hidden;
    overflow-y: auto;
}
.infobox-inner {
    padding: 20px 20px 20px 20px;
}

/***************** content ****************/
.one-half {
    width: 50%;
}

.one-half.left  {
    padding-right: 8%;
    width: 42%;
}

div.frame-space-before-medium {
    margin-top: 50px;
}
div.frame-space-after-medium {
    margin-bottom: 30px;
}
div.frame-space-after-large {
    margin-bottom: 45px;
}
div.frame-space-after-extra-large {
    margin-bottom: 234px;
}


table.contenttable td,
table.sprechzeiten td{
    padding-right: 15px;
    text-align: left;
    vertical-align: top;
}
table.contenttable td:empty {
    height:10px;
}

/*********** formular **********************/
div.frame-layout-1 {
    background-color: #f6f5f5;
    padding: 30px 0 30px 0;
}
div.frame-layout-1 form {
    margin: 0 auto;
    max-width: 620px;
    padding-right: 620px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
div.frame-layout-1 .form-finisher, #rezept-28 {
    margin: 0 auto;
    max-width: 620px;
    padding-right: 620px;
}
div.frame-layout-1 h2 {
    width: 100%;
    margin-bottom: 15px;
}
.form-group {
    width: 45%;
    margin-right: 5%;
    margin-bottom: 15px;
}
div.form-group.Textarea, div.form-group.Checkbox {
    width: 100%;
}
div.actions {
    width: 100%;
}
div.actions nav {
    margin:0;
}
input, textarea {
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 24px;
    color: #1d1d1b;
    background-color: #fff;
    padding: 3px;
    width: 100%;
}
textarea {
    height: 170px;
}
div.form-group.Checkbox input {
    width: auto;
    margin-right: 5px;
}
label {
    margin-bottom:3px;
    display: inline-block;
}
button {
    color:#fff;
    background-color: #999999;
    background-image: url("../Images/pfeil-rechts-grau.png");
    background-repeat:no-repeat;
    background-position: left;
    cursor: pointer;
    padding: 7px 10px 7px 33px;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 24px;
}

/*** map ****/
section.map {
    margin: 0 auto;
    max-width: 1240px;
}
div.route_div h2 {
    margin-bottom: 15px;
}
div.route_form input {
    width: auto;
    margin-right: 20px;
    border-bottom: 1px solid #1d1d1b;
    margin-bottom: 15px;
}
div.route_form input[type = submit] {
    color:#1d1d1b;
    background-color: #fff;
    background-image: url("../Images/pfeil-rechts.png");
    background-repeat:no-repeat;
    background-position: left;
    cursor: pointer;
    padding: 7px 10px 7px 33px;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    line-height: 24px;
    border-bottom: none;
}
#osm-map img {
    filter: grayscale(80%);
}
.leaflet-control-attribution a {
    color: #1d1d1b !important;
}



/****** visual unten ************/

div.slidesContent {
    width: 50%;
    position: relative;
    left: 0;
}
div.slider-wrap {
    position:relative;
}

div.slide-text {
    padding-top: 7%;
    padding-right: 80px;
    width: 50%;
    max-width:540px;
}
div.slide-text.top {
    padding-top:0;
    margin-top: -150px;
}

.visual.bottom {
    display: flex;
}
section.visual.bottom img {
    max-width: 100%;
    height: auto;
}
section.visual.bottom {
    background-color: #f6f5f5;
    padding-bottom: 100px;
}
.visual.bottom .rslides_nav {
    width: 14px;
    height: 14px;
    top:50%;
}
.visual.bottom .rslides_nav.next {
    right: 20px;
}
.visual.bottom .rslides_nav.prev {
    left: 20px;
    right: auto;
    -webkit-transform: rotate(132deg);
    transform: rotate(132deg);
}
.visual.bottom .rslides_tabs {
    width: 100%;
    text-align: left;
    position: absolute;
    top: -30px;
    z-index: 99;
}
.visual.bottom .slidesContent h4 {
    padding-bottom: 29px;
}
.visual.bottom .rslides_tabs li a {
    font-size: 9px;
}

section.vita {
    background-color: #f6f5f5;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 270px;
}
section.vita .vita-wrap {
    width: 50%;
    position: relative;
    top: -110px;
}
section.vita .vita-wrap img {
    max-width: 100%;
    height: auto;
}

section.vita .title-wrap {
    display:flex;
    justify-content: space-between;
    max-width: 620px;
    padding-top: 20px;
}
a.vita-title {
    display: inline-block;
    padding-bottom: 10px;
    background-image: url("../Images/pfeil-rechts.png");
    background-repeat:no-repeat;
    background-position: left bottom;
    text-decoration: none;
}
a.vita-title.active {
    background-image: url("../Images/pfeil-unten.png");
}
a.vita-text {
    display: block;
    padding-top: 5px;    ;
    text-decoration: none;
}

section.vita-description {
    position: relative;
    min-height: 350px;
    display: none;
}
.vita-description .description {
    padding-top: 10px;
    padding-left: 50%;
    max-width: 620px;
    position: absolute;
    top: -350px;
    background-color: #fff;
    z-index: 1500;
    display:none;
}
section.vita-description .description-inner {
    border-left: 1px solid #1d1d1b;
    padding-left: 20px;
    margin-left: -20px;
    margin-bottom: 25px;
}

section.team .team-wrap {
    display:flex;
    justify-content: flex-start;
    margin-top: -145px;
    flex-wrap: wrap;
}
section.team .team-wrap.nomargin {
    margin-top: 40px;
}
section.team img {
    max-width: 260px;
    height: auto;
}
section.team .team-item {
    padding-right: 25px;
    padding-bottom: 55px;
}
section.team .team-item h4 {
    padding: 15px 0 0 0;
}

/******** footer ***********/
section.footer {
    font-size: 13px;
    line-height: 19px;
    justify-content: space-between;
    display: flex;
    margin-top: 65px;
    border-top: 1px solid #1d1d1b;
    padding:23px 0 30px 0;
}
section.footer nav {
    margin: 0;
}

section.footer nav a {
    font-size: 13px;
    line-height: 19px;
    font-weight: normal;
    padding:0;
    margin:0;
    border-left:none;
}
section.footer nav a:hover {
    border-left: none;
    text-decoration: underline;
}
td.right {
    text-align: right;
}

section.footer .sprechzeiten {
    margin-right: 20px;
}
section.footer .kontakt {
    margin-right: 71px;
}

.typo3-editPanel-btn .icon-size-small {
    margin-left: 5px;
}


/*****************************
******** responsive **********
*******************************/

@media only screen and (max-width:1280px) {
    .content {
        max-width: 100%;
    }
    .padding-left {
        padding-left: 20px;
    }
    .padding-right {
        padding-right: 20px;
    }
    .slide-text {
        padding-left: 20px;
    }

    nav {
        margin-left:30px;
    }
    nav a {
        padding: 0 5px 0 5px;
        margin: 0 15px 0 0;
    }
    nav a.rezept {
        margin-left: 10px;
    }
    section.footer .kontakt {
        margin-right: 30px;
    }
    section.footer table.sprechzeiten {
        margin-right: 0;
    }

    section.team .team-wrap {
        padding: 0 0 0 20px;
    }

    div.route_div {
        padding-left: 20px;
    }

}

@media only screen and (max-width:1070px) {
    .header-address {
        max-width: none;
    }
    section.header nav {
        position: absolute;
        top:30px;
        right:0;
        max-width: 202px;
        z-index: 3000;
        background-color: #fff;
        margin-left:0;
        display:none;
    }
    a.navicon {
        color: #1d1d1b;
        font-size: 40px;
        display: inline-block;
        padding-right: 15px;
        z-index: 5000;
        position: absolute;
        right: 0;
        top: 20px;
    }
    section.header nav a {
        font-weight: 400;
        display: inline-block;
        float:left;
        width:150px;
        padding: 13px 20px 13px 30px;
        border-bottom: solid 1px  #1d1d1b;
        background-color: #fff;
    }
    nav a.rezept {
        font-weight: 400;
        background-image: url("../Images/icon-rezept.png");
        background-repeat:no-repeat;
        background-position: 10px;
        margin-left: 0;
    }
    nav a:hover, nav a.active {
        text-decoration: none;
        border-left:1px solid #fff;
    }
    section.header {
        justify-content: flex-start;
    }
    .header-address {
        margin-left: 20px;
    }
    section.visual.bottom {
        padding-bottom: 10%;
    }
    section .one-half {
        width:49%;
        padding-right:1%;
    }

    div.slide-text {
        padding-right: 10px;
    }
    section.vita .vita-wrap {
        width: 70%;
    }
    .vita-description .description {
        padding-left:30%;
        margin-bottom: 30px;
    }
}
@media only screen and (max-width:1030px) {
    .sprechzeiten-wrap  {
        flex-direction: column;
    }
    section.footer table.sprechzeiten td:first-child {
        min-width: 80px;
    }

}
@media only screen and (max-width:960px) {
    section.text2col {
        display:block;
    }
    section .one-half,
    section .one-half.left{
        width:90%;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    div.frame-space-before-medium {
        margin-top: 30px;
    }
    div.frame-space-after-extra-large {
        margin-bottom: 30px;
    }

    .rslides_nav {
        width: 14px;
        height: 14px;
    }
    .rslides_nav.next {
        right: 20px;
    }
    .rslides_nav.prev {
        left: 20px;
        right: auto;
        -webkit-transform: rotate(132deg);
        transform: rotate(132deg);
    }
    section.visual.bottom {
        display:block;
        padding-bottom: 0;
        background-color: #fff;
    }
    div.slide-text {
        width: 100%;
        padding-top:0;
        padding-bottom: 30px;
    }
    div.slide-text.top {
        margin-top:0;
        padding-top: 0;
    }
    div.slidesContent {
        width: 100%;
        top: 0 !important;
    }

    div.slidesContent h4 {
        padding-left: 20px;
        padding-top: 20px;
    }

    .visual.bottom .rslides_tabs {
        left: 15px;
        width: 90%;
    }
    section.vita .vita-wrap {
        width: 100%;
        top:0;
    }
    .vita-description .description {
        padding-left:0;
        margin-bottom: 30px;
        max-width:100%;
        width:100%;
        top: 0;
        margin-top: -50px;
        position: relative;
    }
    section.vita .title-wrap {
        padding-left: 20px;
    }
    section.vita-description .description-inner {
        border-left: none;
        padding-left: 20px;
        margin-left: 0;
        padding-bottom: 0;
        margin-bottom:0;
    }
    section.vita {
        padding-bottom: 0;
    }
    section.vita-description {
        min-height: 0;
    }
    section.team .team-wrap {
        margin-top:0;
    }
    section.team .team-wrap {
        margin-top: 55px;
    }
    .vita-description .description {
        margin-top: 0;
    }
    section.team .team-wrap.nomargin {
        margin-top: 55px;
    }
    section.vita .title-wrap {
        padding-bottom: 20px;
    }

    aside a.vertical-text {
        top:87px;
        left:-38px;
        width: 100px;
        font-weight: 400;
        font-size: 15px;
        padding-left:20px;
    }
    aside a.icon.notruf {
        padding: 10px;
        left:0;
        top:179px;
    }
    aside a.vertical-text.notruf {
        top:266px;
        left:-38px;
    }
    aside .aside-content {
        width: 450px;
        padding: 10px 10px 10px 55px;
        height: 328px;
    }
    a.pfeil.top {
        right: 10px;
    }

    div.frame-layout-1 form {
        width: 95%;
        max-width: 95%;
        margin-left: 20px;
        padding-right:0;
    }
    div.frame-layout-1 .form-finisher, #rezept-28 {
        width: 95%;
        max-width: 95%;
        margin-left: 20px;
        padding-right:0;
    }

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

    .infobox {
        width: 428px;
        height: 210px;
    }
    .infobox-inner {
        padding: 10px 15px 10px 15px;
    }

    section.team img {
        max-width: 200px;
    }
    section.team .team-item {
        max-width: 200px;
    }

}

@media only screen and (max-width:695px) {
    section.footer .align-left {
        flex-direction: column;
    }
    section.footer .kontakt {
        margin-bottom: 20px;
    }
    aside a.vertical-text {
        display:none;
    }
    aside a.icon.notruf {
        padding: 10px;
        left:0;
        top:55px;
    }
    aside .aside-content {
        height: 94%;
        padding-top:1.5%;
        padding-bottom:1.5%;
    }
    section.content.align-left {
        display:block;
    }


    section.team img {
        max-width: 150px;
    }
    section.team .team-item {
        max-width: 150px;
        padding-bottom: 30px;
    }

    div.frame-layout-1 form {
        width: 90%;
        max-width: 90%;
    }
    .form-group {
        width: 100%;
        margin-right: 0;
    }
    div.frame-layout-1 .form-finisher, #rezept-28 {
        width: 90%;
        max-width: 90%;
    }

}

@media only screen and (max-width:570px) {
    section.header {
        padding-top: 60px;
    }
    a.navicon {
        top: 10px;
    }
    section.header {
        align-items: flex-start;
    }

    .header-address {
        margin-left: 13px;
        padding-left: 13px;

    }

    #logo130 {
        display: inline;
    }
    #logo170 {
        display: none;
    }
    .infobox {
        position: relative;
        width: 90%;
        height: auto;
        left: 0;
        top:0;
    }
    .infobox-inner {
        padding: 15px 0 0 10px;
    }
    aside .aside-content {
        height: auto;
        max-width: 83%;
        font-size: 14px;
    }
    section.visual.bottom img {
        max-width: 70%;
    }
    .header-address {
        max-width:180px;
        font-size: 15px;
        padding-right: 0 !important;
    }
    section.footer {
        flex-direction: column;
    }
    nav.meta {
        padding: 20px 0 0 10px;
    }
    table.contenttable td,
    table.sprechzeiten td {
        padding-right: 8px;
        display:block;
        float:left;
    }
    table.contenttable td:first-child,
    table.sprechzeiten td:first-child {
        width: 100%;
    }
    table.contenttable td:empty {
        height: 1px;
    }
    body,h1,h2,h3,h4,h5 {
        /*font-size: 15px;
        line-height: 20px;*/
    }

    aside .aside-content h1,
    aside .aside-content h2,
    aside .aside-content h3,
    aside .aside-content h4,
    aside .aside-content h5 {
        /*font-size: 13px;*/
    }

    .rslides_nav {
        top: 65%;
    }
    .padding-left {
        padding-left: 10px;
    }
    .padding-right {
        padding-right: 10px;
    }
    section .one-half.left,section .one-half.right {
        width: 90%;
    }
    section .one-half {
        padding-left: 10px;
    }
    section .one-half.left {
        padding-left: 10px;
    }
    section.visual.bottom img {
        max-width: 100%;
    }
    div.slide-text {
        width: 90%;
        padding-left: 10px;
    }
    div.slidesContent h4 {
        padding-left: 10px;
    }

    .visual.bottom .rslides_tabs {
        left: 5px;

    }

    section.vita .title-wrap {
        padding-left: 10px;
    }
    section.vita-description .description-inner {
        padding-left: 10px;

    }

    section.team img {
        max-width: 130px;
    }
    section.team .team-item {
        max-width: 130px;
    }
    div.route_div {
        padding-left: 10px;
    }

    div.frame-layout-1 .form-finisher, #rezept-28 {
        margin-left: 10px;
    }

    #osm-map {
        height: 300px !important;
    }
}