/* Fonts Start */
@font-face {
    font-family: 'DINREGULAR';
    src: url('/fonts/DINPro-Regular.eot');
    src: url('/fonts/DINPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/DINPro-Regular.woff') format('woff'),
         url('/fonts/DINPro-Regular.ttf') format('truetype'),
         url('/fonts/DINPro-Regular.svg#tekomedium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display:swap;

}
@font-face {
    font-family: 'DINMEDIUM';
    src: url('/fonts/DINPro-Medium.eot');
    src: url('/fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
         url('/fonts/DINPro-Medium.woff') format('woff'),
         url('/fonts/DINPro-Medium.ttf') format('truetype'),
         url('/fonts/DINPro-Medium.svg#tekomedium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display:swap;

}
@font-face {
    font-family: 'DINBOLD';
    src: url('/fonts/DINPro-Bold.eot');
    src: url('/fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
         url('/fonts/DINPro-Bold.woff') format('woff'),
         url('/fonts/DINPro-Bold.ttf') format('truetype'),
         url('/fonts/DINPro-Bold.svg#tekomedium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display:swap;

}
/* Fonts End */



/* Reset CSS Start */

*, *:before, *:after { box-sizing: border-box; -moz-box-sizing: border-box; image-rendering: -webkit-optimize-contrast;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline; -webkit-text-size-adjust: 100%;}
div, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1.5;}
ul, ol{list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
table {border-collapse: collapse;border-spacing: 0;}
button, html input[type=button], input[type=reset], input[type=submit] { -webkit-appearance: button; cursor: pointer; }
input:not([type='radio']):not([type='checkbox']), textarea, select{-webkit-appearance: none;}
mark {background-color: transparent;font-weight: bold;color: inherit;}
img {width:100%;height: auto;max-width: none;display: block;}
/* end reset */

body{font-size: 17px; line-height: 27.92px; font-family: Helvetica, sans-serif; color:#1a1a1a;}

.clearfix:before, .clearfix:after { content:""; display: table; clear: both; }
.clearfix {clear: both; overflow: hidden;}
.wrapper{max-width: 1080px;margin: 0 auto;width: 100%;position: relative;}
/* Reset CSS End */



/* Global CSS Start */
.wp-block-columns,
.flexed { 
   display: flex; 
}

.f-column {
   flex-direction:column; 

}

.f-row {
   flex-direction:row; 

}

.f-align-center {
   align-items: center;

}

.width-1-3 {
    width: 33.33%;
}

.width-2-3 {
    width: 66.66%;
}
.width-40 {
    width: 47%;
}

.width-60 {
    width: 53%;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.a-left{
    text-align: left;
}

.a-center{
    text-align: center;
}

.a-right{
    text-align: right;
}
/* Global CSS End */



/* Custom CSS Start */
html, body {
    overflow-x: hidden;
}
body {
    font-family: 'DINREGULAR';
    font-size: 18px;
    padding-bottom: 100px;
}

strong, b, .bold{
    font-family: 'DINBOLD';
}
.regular {
    font-family: 'DINREGULAR';
}

.medium {
    font-family: 'DINMEDIUM';
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'DINMEDIUM';
}

h1{
    font-size: 23px;
    padding-bottom: 13px;
}

p{
    padding-bottom: 13px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: 0;
    outline: 0;
    color: white;
    cursor: pointer;
    padding: 7px 10px;
    border-radius: 0;
    background-color: #b1c800;
}

.gruen {
    background-color: #b1c800;
}

.gruen-light {
    background-color: #E9F0D4;
}

.grau {
    background-color: #777776;
}

.black {
    background-color: #000000;
}

.rot {
    background-color: #C63734;
}

.text-gruen {
    color: #b1c800;
}

.text-grau {
    color: #777776;
}

.text-black {
    color: #000000;
}

.text-rot {
    color: #C63734;
}

.wrap-full {
    width: 100%;
    margin: 0 auto; 
}

.wp-block-columns,
.wrap {
    width: 1280px;
    margin: 0 auto; 
}
.wp-block-columns {
    margin-top: 60px;
}
.wp-block-column {
    position: relative;
}
.wp-block-column:first-child {
    padding-right: 50px;
}
.wrap-small {
    width: 720px;
    margin: 0 auto; 
}
/* Custom CSS End */



/* Header Start */
ul#menu-header {
    margin: 0;
    padding: 0 30px 0 0;
    list-style: none;
}

ul#menu-header::after {
    content: "";
    clear: both;
    display: table;
}

ul#menu-header > li {
    width: 33%;
    float: left;
}

ul#menu-header > li > a {
    border: 1px solid white;
    display: block;
    text-align: center;
    margin: 5px;
    padding: 10px 0;
    font-family: 'DINBOLD';
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    transition: all 0.6s ease ;
}
ul#menu-header > li.current_page_ancestor > a,
ul#menu-header > li.current-menu-item > a,
ul#menu-header > li > a:hover {
    background-color: white;
    color: #b1c800;
}
ul#menu-header > li > ul{
    display: none;
}
.main-logo {
    bottom: 0;
    width: 270px;
    height: 84px;
    left: -1px;
}

.seite-name {
    padding: 15px 0 35px ;
}

.seite-name p{
    font-size: 28px;
}

.icons-nav {
    position: absolute;
    height: 48px;
    width: 30%;
    bottom: -23px;
}

.icons-nav a {
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
    margin: 0 5px;
}
.icons-nav a img {
    width: auto;
    height: 100%;
    text-align: center;
    margin: 0 auto;
}


/* Header End */




/* Sub Navi Start */
.nav-sub-inner .width-60 {
    padding-right: 20px;
}
.nav-box.nav-sub nav > ul{
    padding: 15px 0 30px;
}
.nav-box.nav-sub nav > ul > li > a {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid white;
    display: block;
    padding: 4px 4px 4px 0;
    transition: all 0.7s ease;
}
.nav-box.nav-sub nav > ul > li.current-menu-item > a, 
.nav-box.nav-sub nav > ul > li > a:hover {
    color: black;
    font-family: "DINBOLD";
}
.nav-box.nav-sub {
    margin-bottom: 30px;
}
.nav-box.nav-sub .width-40::after {
    content: "";
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    right: 0px;
    width: 45%;
    height: 100%;
    background-size: cover;
    top: 0;
    background-position: center;
}
/* Sub Navi End */



/* Top Text End */
.top-text {
    padding-top: 30px;
}
/* Top Text End */



/* Footer Start */
footer.footer { 
    margin: 30px 0 0;
    position: fixed;
    width: 100%;
    bottom: 0;
}
ul#menu-footer {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul#menu-footer::after {
    content: "";
    clear: both;
    display: table;
}

ul#menu-footer > li {
    float: left;
}

ul#menu-footer > li:not(:last-child) {
    border-right: 1px solid white;
}

ul#menu-footer > li > a {
    display: block;
    text-align: center;
    margin: 0 ;
    padding: 2px 15px;
    color: white;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.6s ease ;
}

ul#menu-footer > li > a:hover {
    background-color: white;
    color: #b1c800;
}
/* Footer End */



/* Start Box Abteilungen Start */
.start-abteilung-box {
    padding: 50px 0;
}

.start-abteilung-box-oben ,
.start-abteilung-box-unten {
    padding: 0px 20px;
    flex-flow: row wrap;
}
a.start-abteilung-box-oben{
    text-decoration: none;
}
.start-abteilung-box-oben p{
    padding: 4px 0 15px;
    font-size: 19px;
}

.start-abteilung-box-oben > .width-1-3 {
    width: 34.5%;
}

.start-abteilung-box-oben > .width-2-3 {
    width: 65.5%;
}

.start-abteilung-box-unten {
    padding-top: 20px;
}

/* Start Box Abteilungen End */



/* Inhalt Box Abteilungen Start */
.inhalt-abteilung-box {
    padding: 50px 0;
}

.inhalt-abteilung-box-oben {
    padding: 0px 20px;
    flex-flow: row wrap;
}
a.inhalt-abteilung-box-oben{
    text-decoration: none;
}
.inhalt-abteilung-box-oben p{
    padding: 4px 0 15px;
    font-size: 19px;
}


.inhalt-abteilung-text {
    padding-top: 20px;
}

.wrap-full-green ,
.wrap-full-green div{
    font-size: 0;
}
.wrap-full-green::before {

    content: "";
    background-color: #E9F0D4;
    position: absolute;
    left: -1000%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 10000%;
}


.wrap-full.inhalt-bild {
    position: absolute;
    width: 66%;
    right: -1px;
    bottom: 0;
}
h2, h3, h4, h5 {
    padding-top: 13px;
}

.start-abteilung-box-unten a, 
.inhalt-abteilung-text a{
    color: #597837;
    font-family: 'DINBOLD';
}
.inhalt-abteilung-text a::after {
    content: " »"
}

/* Inhalt Box Abteilungen End */



/* Box Box Abteilungen Start */
.wrap-full-green-box::before {

    content: "";
    background-color: #E9F0D4;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 10000%;

}
.sub-title {
    position: absolute;
    top: -50px;
}
.nav-sub{
    position: relative;
    /*border-right: 50px solid white;*/
}
.nav-sub::before {
    content: "";
    background-color: #b1c800;
    position: absolute;
    left: -600%;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 700%;
}

.box-abteilungen-inner > .width-1-3 {
    width: 34.5%;
    position: relative;
    overflow: hidden;
}


.box-abteilungen-inner .start-img {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}

.box-abteilungen-inner > .width-2-3 {
    width: 65.5%;
}
.box-abteilung-box a {
    text-decoration: none;
    min-height: 135px;
}
.box-abteilung-box .a-right {
    font-size: 17px;
    padding-top: 1px;
    padding-bottom: 19px;
}
.nav-sub-inner {
    min-height: 270px;
}

/* Box Box Abteilungen End */





/* Team Modul Start */
.team-akkordeon dd { display:none; }
/*.team-akkordeon .closed { background:red; }
.team-akkordeon .open { background:green; }
*/
.accordion-content::after {
    clear: both;
    display: block;
    content: "";
}
.img.wp-post-image {
    width: 333px;
    position: relative;
    right: 0;
    top: 0;
    float: right;
}

.tema-text {
    width: calc(100% - 353px);
    float: left;
    display: block;
}
.accordion-title:first-child {
    border-top: 1px solid #b1c800;
    padding-top: 10px;
    margin-top: 30px;
}
.accordion-title {
    border-bottom: 1px solid #b1c800;
    padding: 0 30px 10px 0;
    margin: 0 0 10px;
    cursor: pointer;
    position: relative;
}

.accordion-title.open .team-name {
    display: none;
}

a {
    color: black;
    text-decoration: underline;
}

dd.accordion-content {
    border-bottom: 1px solid #b1c800;
    padding: 0 0 20px;
    margin: 0 0 10px;
    position: relative;
   
}

.team-akkordeon.only-team dd.accordion-content{
  /*  min-height: 186px; */
}
dd.accordion-content a{
    text-decoration: underline;
    color: black;
}

dd.accordion-content .img {
    margin-bottom: 0;
}

dd.accordion-content::after{
    content: '';
    clear: both;
    display: table;
}

.accordion-title.open {
    font-family: 'DINBOLD';
    border-bottom: 1px solid transparent;
}

.accordion-title::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1000 1000' enable-background='new 0 0 1000 1000' xml:space='preserve'%3E%3Cg%3E%3Cg transform='matrix(1 0 0 -1 0 1008)'%3E%3Cpath d='M500,766.1l490-490l-26.3-26.3L500,713.6L36.3,249.9L10,276.1L500,766.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 0;
    top: 4px;
}
dt.accordion-title:first-child::after {
    top: 13px;
}

.accordion-title.open::after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}
/* Team Modul End */





/* Download Modul Start */

.download-list li:first-child {
    margin-top: 30px;
}
.download-list li:first-child a {
    border-top: 1px solid #b1c800;
}
.download-list a {
    border-bottom: 1px solid #b1c800;
    display: block;
    margin: 10px 0;
    padding: 10px 40px 10px 0;
    text-decoration: none;
    color: black;
    position: relative;
}

.download-list a::after {
    content: "";
    display: block;
    right: 0px;
    position: absolute;
    width: 35px;
    height: 35px;
    top: 5px;
    background-repeat: no-repeat;
}

.download-list a[href*=".pdf"]::after {
    background-image: url(/wp-content/themes/at/icons/PDF.svg);
}
.download-list.video a::after {
    background-image: url(/wp-content/themes/at/icons/Videoicon.svg);
    background-position: 0 9px;
}

.download-list a[href*=".docx"]::after ,
.download-list a[href*=".docm"]::after ,
.download-list a[href*=".doc"]::after {
    background-image: url(/wp-content/themes/at/icons/DOC.svg);
}

/* Download Modul End */

/* Aktuell Modul Start */

.framebox {
    width: 100%;
    height: 100vh;
    background-color: rgba(255,255,255,0);
    position: fixed;
    top: 0;
    left: 0;
    overflow-x: scroll;
    display: flex;
    opacity: 0;
    z-index: -100;
    display: none !important;
}

@keyframes animationFramesClose{
    0%   { opacity: 0; }
    33%  { background-color: rgba(255,255,255,0.0); }
    66%  { z-index: -1;}    
    100% { opacity: 0; z-index: -1; background-color: rgba(255,255,255,0.0);}
}
@keyframes animationFramesOpen{
    0% {  z-index: 1000; }
    33% { background-color: rgba(255,255,255,0.8); }
    66% { opacity: 1000; }    
    100% { opacity: 1; z-index: 100070 ; background-color: rgba(255,255,255,0.8); }
}
/*
@-moz-keyframes animationFramesOpen{
  0% {
    -moz-transform:  rotate(0deg) ;
  }
  20% {
    -moz-transform:  rotate(60deg) ;
  }
  40% {
    -moz-transform:  rotate(40deg) ;
  }
  60% {
    -moz-transform:  rotate(54deg) ;
  }
  80% {
    -moz-transform:  rotate(42deg) ;
  }
  100% {
    -moz-transform:  rotate(42deg) ;
  }
}

@-webkit-keyframes animationFramesOpen {
  0% {
    -webkit-transform:  rotate(0deg) ;
  }
  20% {
    -webkit-transform:  rotate(60deg) ;
  }
  40% {
    -webkit-transform:  rotate(40deg) ;
  }
  60% {
    -webkit-transform:  rotate(54deg) ;
  }
  80% {
    -webkit-transform:  rotate(42deg) ;
  }
  100% {
    -webkit-transform:  rotate(42deg) ;
  }
}

@-o-keyframes animationFramesOpen {
  0% {
    -o-transform:  rotate(0deg) ;
  }
  20% {
    -o-transform:  rotate(60deg) ;
  }
  40% {
    -o-transform:  rotate(40deg) ;
  }
  60% {
    -o-transform:  rotate(54deg) ;
  }
  80% {
    -o-transform:  rotate(42deg) ;
  }
  100% {
    -o-transform:  rotate(42deg) ;
  }
}

@-ms-keyframes animationFramesOpen {
  0% {
    -ms-transform:  rotate(0deg) ;
  }
  20% {
    -ms-transform:  rotate(60deg) ;
  }
  40% {
    -ms-transform:  rotate(40deg) ;
  }
  60% {
    -ms-transform:  rotate(54deg) ;
  }
  80% {
    -ms-transform:  rotate(42deg) ;
  }
  100% {
    -ms-transform:  rotate(42deg) ;
  }
}*/
body.framebox-open {
    overflow: hidden;
}
body.framebox-open .framebox{
    animation: animationFramesOpen 1s 1 linear forwards alternate;  
    display: flex !important;
}
body.framebox-open.framebox-close .framebox{
    animation: none; 
    opacity: 1; 
    z-index: 1000; 
    background-color: rgba(255,255,255,0.8); 
    transition: opacity 1s ease;
}
body.framebox-open.framebox-close.framebox-opacity .framebox{
    animation: none; 
    opacity: 0; 
    transition: opacity 1s ease;
}
.framebox-inner {
    padding: 30px 0 15px;
    width: 720px;
    height: auto;
    position: relative;
    margin: auto;
    display: inline-block;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
}
.framebox-inner::after {
    content: "";
    background-color: #DBE59D;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.framebox-closer {
    position: fixed;
    right: 24px;
    top: 0px;
    width: 120px;
    height: 27px;
    background-color: #DBE59D;
    text-align: center;
    cursor: pointer;
    border: 1px solid white;
}
.framebox-closer {
    right: calc(50% - 360px);
}
.framebox > .framebox-inner > h3 {
    color: red;
    font-size: 20px;
    text-transform: uppercase;
    padding: 0 50px 10px;
}
ol.news-list {
    list-style: none;
    margin: 0;
    counter-reset: my-badass-counter;
}

ol.news-list li {
    border-top: 1px solid white;
    padding: 10px 50px;
}

ol.news-list li::before {
    content: counter(my-badass-counter) ".";
    counter-increment: my-badass-counter;
    position: absolute;
    left: 30px;
    font-family: 'DINBOLD';
}

ol.news-list li p {
    line-height: 1.6;
}


ol.news-list li a {
    color: red;
}

ol.news-list li a:last-child {
    /*font-family: 'DINBOLD';*/
}

ul#menu-header > li#menu-item-73 > a{
    position: relative;
}

ul#menu-header > li#menu-item-73 > a span{
    position: absolute;
    color: white;
    background-color: red;
    border-radius: 150px;
    width: 22px;
    height: 22px;
    top: -11px;
    line-height: 22px;
    font-family: 'DINREGULAR';

}

.list {
    list-style: disc;
    padding-left: 17px;
}

/* Aktuell Modul End */


/* Formular Modul Start */
.istermine {
    background: #DEE7A6;    
    padding: 15px;
    margin-bottom: 16px;
    margin-top: 30px;    
}
.istermine .gform_wrapper{
    margin-bottom: 0;
    margin-top: 0;    
}
body .gform_wrapper ul.gform_fields li.gfield {
    margin: 0;
    margin: 0;
}

body .gform_wrapper form .top_label div.ginput_container {
    margin-top: 0;
}

body .gform_wrapper form input:not([type="submit"]):not([type="button"]), body .gform_wrapper form textarea {
    width: 100% !important;
    display: block;
    border: 1px solid black;
    margin-top: 12px !important;
}
.gform_next_button,
.gform_previous_button,
#newsub,
body .gform_wrapper form input[type="submit"] {
    background-color: #65871B;
    color: white;
    border: 1px solid transparent;
    padding: 3px 13px; 
    transition: all 0.7s ease; 
}
#newsub{
    font-size: 18px;
}
#newsub:hover,
body .gform_wrapper form input[type="submit"]:hover {
    background-color: white;
    color: #65871B;
    border: 1px solid #65871B;

}

/* Formular Modul End */

.wp-block-separator {
    height: 1px;
    max-height: 1px;
    border-top: 1px solid #b1c800;
    border-bottom: 0;
}
.gform_wrapper .top_label select.medium {
    width: 100% !important;
    border: 1px solid black;
}

.wp-block-column div:not(.download-list) ul:not(.nav) {
    list-style: disc;
    padding-left: 17px;
}
.download-list ul,
ul.nav.navbar-nav.navbar-center, 
ul.flexed.f-row {
    list-style: none;
    padding-left: 0;
}

ul {
    list-style: disc;
    padding-left: 17px;
    margin-bottom: 15px;
}




.wp-block-separator {
    margin-bottom: 14px;
    margin-top: 6px;
}


.archiv ol.news-list li {
    padding: 10px 20px;
}
.archiv ol.news-list li::before {
    left: 0;
}

.wp-block-column ul.cols2:not(.nav) {
    columns: 2;
}

.wp-block-column ul.cols3:not(.nav) {
    columns: 3;
}

.ga_monthly_schedule_wrapper thead,
.day_unavailable.ga_time_slots,
.ga_day_past,
.ga_day_future {
    display: none !important;
}

.ga_wrapper_medium .ga_monthly_schedule_wrapper td , 
.ga_wrapper_large .ga_monthly_schedule_wrapper td  {
    padding: 0px 0 !important;
    display: table;
    width: 100% !important;
}

.ga_wrapper_medium .ga_monthly_schedule_wrapper td span, 
.ga_wrapper_large .ga_monthly_schedule_wrapper td span {
    width: 100%;
    height: auto;
    line-height: 24px;
    border-radius: 0;
    position: relative;
    display: block !important;
    font-size: 15px;
    color: black;
    padding: 0px 7px !important;
    background-color: white;
}
.ga_wrapper_medium .ga_monthly_schedule_wrapper td:hover span, 
.ga_wrapper_large .ga_monthly_schedule_wrapper td:hover span {
    color: white  !important;
}
body .ga_wrapper_small .ga_monthly_schedule_wrapper td.ga_today span, 
body .ga_wrapper_medium .ga_monthly_schedule_wrapper td.ga_today span, 
body .ga_wrapper_large .ga_monthly_schedule_wrapper td.ga_today span {
    border: 2px solid transparent !important;
}

body input#input_3_16_3 + label, body input#input_3_16_6 + label {
    display: none;
}

body div.ginput_complex.ginput_container.gf_name_has_2 span {
    width: 100%;
}

.gform_wrapper .termine .gform_body {
    display: block;

}
.termine .gfieldset.gform_fieldset_begin.gform_fieldset:first-child {
    width: 66.66%;
}
.termine > div > .gfieldset.gform_fieldset_begin.gform_fieldset.kontakt-daten::before {
    content: "";
    /*border-right: 15px solid white;
    position: absolute;
    height: 134%;
    top: -60px;
    left: -15px;
    bottom: 0;*/
}
.termine .gfieldset.gform_fieldset_begin.gform_fieldset:nth-child(2) {
    padding-left: 0;
    position: relative;
}
.termine .gfieldset.gform_fieldset_begin.gform_fieldset {
    width: 100%;
    padding: 0;
    float: left;
    margin-top: 0;
}
.termine .kontakt-daten .gform_fields{
    width: 100%;
}
#input_3_9,
#input_3_7{
    display: none;
}

#field_3_4, #field_3_4 + li,
#field_3_6, #field_3_6 + li,
#input_3_16_3_container, #input_3_16_3_container + span {
    width: 50% !important;
    display: inline-block;
}

.datetimetitle {
    margin: 0 0 15px;
    display: block;
}

body .gform_wrapper ul.form_sublabel_below li.gfield.gfield_error, 
body .gform_wrapper ul.form_sublabel_below li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    padding-top: 0 !important;
}

body .gform_wrapper .gform_ajax_spinner {
    width: auto;
    position: absolute;
    left: 250px;
    margin-top: -22px;
}

#ge-list {
    display: block;
    padding-right: 20px;
}
.ge-list-one {
    display: inline;
    padding: 0 2px 0 0;
    cursor: pointer;
}
.ge-list-one.act span{
    font-family: 'DINBOLD';
    text-decoration: underline;

}
.ge-list-one:hover span{
    font-family: 'DINBOLD';
    text-decoration: underline;
}

.gfieldset-legend {
    display: none;
}

.kontakt-daten .gfieldset-legend {
    display: block;
    line-height: 1.3;
    font-weight: 700;
}

.ge-list-one:not(:last-child)::after{
    content: " · ";
    padding-left: 2px;
}
.gfieldset.gform_fieldset_begin.gform_fieldset.team-form {

    width:327px !important;
}
body .team-form + ul.gform_fields {
    position: relative;
    float: left;
    width: 411px;
    margin: -36px 0 0 10px !important;
}
#field_3_8 .gfield_label {
    margin-bottom: 10px;
}
.team-form-on{
    position: relative;
    padding-left: 150px ;
    font-size: 15px;
    line-height: 1.5 !important; 
    padding-right: 2px !important;
}


.team-form-on::before {
    content: "" !important;
    background-image: url(/wp-content/uploads/2020/08/portrai-hoch.jpg);
    display: block;
width: 308px;
height: 205px;
    position: relative;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
}
#gappointments_calendar_slots label.time_slot {
    margin: 0 !important;
}
.istermine {
    width: 100% !important;
    margin-top: 10px;
}
.termine .gfieldset.gform_fieldset_begin.gform_fieldset:first-child {
    width: 100%;
}
/*
.team-form-on.team-brigitte::before {
    background-image: url(https://www.familienberatung-muri.ch/wp-content/uploads/2020/08/Brigitte_Hurst-1024x683.jpg);
}
*/

.team-form-on.team-natascha::before {
    background-image: url(https://www.familienberatung-muri.ch/wp-content/uploads/2020/08/Natascha_Zimmermann-1-768x512.jpg);
}

.team-form-on.team-priska::before {
    background-image: url(https://www.familienberatung-muri.ch/wp-content/uploads/2020/08/Priska_Kaufmann-1-1024x683.jpg);
}


.team-form-on.team-claudia::before {
    background-image: url(https://www.familienberatung-muri.ch/wp-content/uploads/2020/08/Claudia_Zuettel-1024x683.jpg);
}


#field_3_9 {
    margin-top: 30px;
    margin-bottom: 10px;
}

.team-form-on {
    position: relative;
    padding-left: 0;
}

#gappointments_calendar {
    width: 220px;
}

.dnone{
    display: none;
}

.team-form-on > b:nth-child(1) {
    position: relative;
    margin-top: -37px;
    left: 0px;
    display: block;
    background: rgba(255,255,255, 0.8 );
    padding: 10px;
    width: 94%;
    height: 37px;
    margin-bottom: 11px;
}
.team-form-on > b:nth-child(1) > span {
    display: inline-block;
    padding-left: 4px;
    font-weight: 400;
    font-family: 'DINREGULAR';
}
.team-form-on > b:nth-child(2) ,
.team-form-on >  span {
    padding-left: 10px;
    display: inline-block; 
}

#gappointments_calendar_slots {
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    display: block;
}



.ga_appointments_calendar_header {
  /*  display: none; */
}

#gappointments_calendar,
#ga_appointments_calendar,
body .ga_monthly_schedule_wrapper,
body .ga_wrapper_medium .ga_monthly_schedule_wrapper td, body .ga_wrapper_large .ga_monthly_schedule_wrapper td {
    position: inherit !important;
}

body #gappointments_calendar_slots .calendar_time_slots {
    position: absolute;
    top: -37px;
    width: 191px;
    right: 13px;
}
body .ga_monthly_schedule_wrapper td.ga_time_slots.selected::after, 
body .ga_monthly_schedule_wrapper td.ga_time_slots.selected::before {
    display: none;
}

body .ga_wrapper_small .ga_monthly_schedule_wrapper td.day_available, body .ga_wrapper_medium .ga_monthly_schedule_wrapper td.day_available, body .ga_wrapper_large .ga_monthly_schedule_wrapper td.day_available {
    border: 1px solid #b1c800 !important;
    background-color: white !important;
    text-align: left !important;
    line-height: 1 !important;
    height: 22px !important;
}

body #ga_appointments_calendar {
    box-shadow: 0 0 rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 rgba(0,0,0,0);
}
body .ga_monthly_schedule_wrapper {
    background: transparent;
}

body #gappointments_calendar_slots label.time_slot div{
    color: black !important;
}
body #gappointments_calendar_slots label.time_slot div {
    width: 100%;
    height: auto;
    line-height: 24px;
    border-radius: 0;
    position: relative;
    display: block !important;
    font-size: 15px;
    color: black;
    padding: 0px 7px 0px 7px !important;
    background-color: white;
    border: 1px solid #b1c800 !important;
    text-align: left !important;
    line-height: 30px !important;
    height: 30px !important;
    margin-bottom: 0px;
}
body .body #gappointments_calendar_slots label.time_slot.time_selected ,
body #gappointments_calendar_slots label.time_slot:hover div {
    color: white  !important;
    background-color: #b1c800 !important;
}
#gappointments_calendar_slots .slot_large label.time_slot div {
    padding: 3% 0;
    padding: 2px 0;
}
body #gappointments_calendar_slots .calendar_time_slots .slots-title, #no_time_slots span {
    color: #000 !important;
    text-align: left;
}

#gform_wrapper_3 .gform_footer { 
    visibility: hidden; 
    opacity: 0;
    position: relative; 
    z-index: -2;
}
body .gform_wrapper .gform_page_footer {
    border-top: 0 dotted #ccc;
        text-align: right;
}

#gform_previous_button_3 {
    float: left;
}
.menuopener{
    display: none;
}
#nav-icon3 {
    width: 33px;
    height: 23px;
  position: relative;
  margin: 0 10px 2px 0 ;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: white;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 11px;
}

#nav-icon3 span:nth-child(4) {
  top: 22px;
}

#nav-icon3.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.start-abteilung-box > .wrap.flexed > div > div.wrap-full.gruen-light{
    display: none;
}

.wp-block-column div:not(.download-list) ul.gform_fields {
    list-style: none;
    padding-left: 0;
}
h3 {
    font-size: 18px !important;
}
.gform_wrapper h3.gform_title {
    letter-spacing: normal !important;
    margin: 0 0 6px 0;
    padding-top: 2px;
}

.linkwebcreation {
    text-align: right;
}

.linkwebcreation a{
    color: white;
    text-decoration: none;
}

.links-list {
    padding-top: 21px;
}

/*
.wp-block-columns,
.inhalt-abteilung-box,
.start-abteilung-box {
    overflow-x: hidden;    
}
*/
@media screen and (max-width: 1300px) {

    .wp-block-columns, .wrap {
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

    header > .wrap {
        padding-right: 0;
        height: 214px;
    }
    .header-right {
        height: 100%;
    }

    .header-right > img {
        height: 100%;
        width: auto;
    } 
    body .team-form + ul.gform_fields {
        margin: 30px 0 0 0 !important;
    }     
}




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

    ul#menu-header {
        top: -600px;
        display: block;
        width: calc(400px );
        position: absolute;
        padding: 10px 0;    
        left: 50px;
        z-index: 3;    
        background-color: #b1c800;
        -webkit-transition: all .7s ease;
           -moz-transition: all .7s ease;
            -ms-transition: all .7s ease;
             -o-transition: all .7s ease;
                transition: all .7s ease;
    }
    body.openmenu ul#menu-header {
        top: 0;
    }


    .menuopener{
        display: block;
    }
    header.header > .wrap > nav {
        width: 50px;
    }
    header.header > .wrap > .header-right {
        width: calc(100% - 50px);
        overflow: hidden;
    }

    .header-right > img {
        height: auto;
        width: 100%;        
    }
    .icons-nav {
        position: absolute;
        height: 48px;
        width: 50px;
        bottom: auto;
        top: 10px;
        left: 13px;
    }
    .icons-nav > ul {
        flex-direction: column;
    } 
    .icons-nav a {
        margin: 10px 3px;
    }    
    #nav-icon3 {
        margin: 0 10px 11px 0;
    }
    .start-abteilung-box-oben p {
        font-size: 16px;
    }
    body {
        font-size: 16px;
        line-height: 25px;
    }
    .inhalt-abteilung-box-oben p,
    .start-abteilung-box-oben p {
        font-size: 16px;
    }
    .nav-box.nav-sub .nav-sub-inner .width-60 {
        width: 180px;
    }
    .nav-box.nav-sub .width-40::after {
        width: calc(100% - 170px);
    }    
}

@media screen and (max-width: 920px) {
    .header-right > img {
        height: 100%;
        width: auto;
    }
    footer.footer {
        position: relative;
    }
    body {
        padding-bottom: 0;
    }
}


@media screen and (max-width: 781px) {
    .main-logo {
        width: 190px;
        height: 59px;
        z-index: 2;
    }  
    header > .wrap {
        padding-right: 0;
        height: 139px;
    }
    .icons-nav a {
        margin: 13px 3px 12px;
    }    
    #nav-icon3 {
        margin: 0 10px 6px 0;
    }
      .start-abteilung-box > .wrap.flexed  {
        display: block;
    }     
    .start-abteilung-box > .wrap.flexed > div {
        width: 400px;
        margin: 0 auto;
    }
    .start-abteilung-box > .wrap-full.gruen-light {
        display: none;
    }
    .start-abteilung-box > .wrap.flexed > div > div.wrap-full.gruen-light{
        display: block;
    }
    .wrap-small ,
    .wp-block-columns, .wrap {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    ul#menu-footer>li {
        float: none;
        border-right: 0 !important;
        margin: 11px;
    }
    footer.footer nav {
        width: 100%;
    }
    .start-abteilung-box > .wrap.flexed > div{
        padding-bottom: 30px;
    }
    .start-abteilung-box > .wrap.flexed > div > div.wrap-full.gruen-light {
        position: relative;
        margin-bottom: 10px;
    }
    .start-abteilung-box > .wrap.flexed > div > div.wrap-full.gruen-light::before {
        content: "";
        background-color: #E9F0D4;
        position: absolute;
        left: -1000%;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: -1;
        width: 10000%;
    }
    .start-abteilung-box > .wrap.flexed > div > div.wrap-full.gruen-light > div > a,
    .start-abteilung-box > .wrap.flexed > div > div.wrap-full.gruen-light > div {
        padding-right: 0;
        padding-left: 0;
    }
    .start-abteilung-box {
        padding: 20px 0;
    }
    .header-right > img {
        position: absolute;
        z-index: 0;
        right: 0;
    }  
    .inhalt-abteilung-box > div {
        flex-direction: column;
    }
    .inhalt-abteilung-box > div > div {
        width: 400px;
        margin: 0 auto;
        padding: 0 0 30px;
    }    
    .wp-block-columns {
        flex-direction: column;
    }  
    .wp-block-column {
        flex-grow: 0;
    }
    .wp-block-column:first-child {
        padding-right: 0;
    }
    .wp-block-column:nth-child(2n) {
        margin-left: -15px;
        margin-top: 30px;
        display: flex;
        flex-direction: column;

    }
    #gform_wrapper_1 {
        order: -1;
        padding-bottom: 30px;
    }    
    .nav-box.nav-sub {
        margin-right: -15px;
    } 
    .box-abteilung-box a {
        padding-left: 15px;
    }
    .box-abteilung-box > div {
        flex-direction: row;
    }
    .wrap-full-green-box.p-relative {
        width: 50%;
    }
    .wp-block-column:nth-child(2n) .wrap-full {
        padding-left: 15px;
    }  
    #gform_wrapper_1.gform_wrapper form {
        max-width: calc(100% + 15px);
        width: calc(100% + 15px);
    }
    #gform_wrapper_1.gform_wrapper #gform_fields_1 {
        padding-left: 0;
    }  
    .wp-block-column ul.cols3:not(.nav) ,
    .wp-block-column ul.cols2:not(.nav) {
        columns: 1;
    }
    footer.footer > div {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        align-self: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    footer.footer nav {
        width: auto;
        padding-bottom: 15px;
    }
    footer.footer nav li{
        line-height: 16px;
    }
    footer.footer > div .linkwebcreation{
        text-align: center;
        width: 100%;
    }
    .framebox-inner {
        width: 100%;
    }
    .seite-name {
        padding: 15px 0 0;
    }  
    .framebox-closer {
        right: 0;
    }  
    .termine .gfieldset.gform_fieldset_begin.gform_fieldset,
    .termine .gfieldset.gform_fieldset_begin.gform_fieldset:first-child {
        width: 100%;
        float: none;
    }
    .termine .gfieldset.gform_fieldset_begin.gform_fieldset:nth-child(2) {
        padding-left: 0;
        position: relative;
        margin-top: 30px;
    }
    .termine > div > .gfieldset.gform_fieldset_begin.gform_fieldset.kontakt-daten::before {
        content: "";
        border-right: 0 solid white;
    }    
    .gform_wrapper .ginput_container .ge-list-one span:not(.ginput_price){
        display: inline !important;   
    }
    .wp-block-columns{
        display: block;
    }
}

@media screen and (max-width: 560px) {
    .header-right > img {
        right: -40%;
    } 
    .box-abteilung-box > div {
        flex-direction: column;
    }
    .wrap-full-green-box.p-relative {
        width: 100%;
    }    
}

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

    ul#menu-header {
        display: block;
        width: calc(100% - 50px );
    }
    ul#menu-header > li {
        width: 54%;
        float: none;
        margin: 17px auto;
    }
    .seite-name p {
        font-size: 20px;
    }    
    .wrap.seite-name .text-gruen {
        display: block;
    }
    .img.wp-post-image {
        width: 100%;
        position: relative;
        right: 0;
        top: 10px;
        float: none;
        padding: 10px 0 15px;
    }
    .tema-text {
        width: 100% ;
        float: none;
    }    
    dd.accordion-content .img {
        margin-bottom: 0;
    }    
}

@media screen and (max-width: 440px) {
    .inhalt-abteilung-box > div > div {
        width: 100%;
    } 
    .start-abteilung-box > .wrap.flexed > div {
        width: 100%;
        margin: 0 auto;
        padding-right: 0;
        padding-left: 0;
    }
    .header-right > img {
        right: -70%;
    }   
}

