/*
Theme Name: Ihre Praxis
Theme URI:
Author:
Author URI:
Description:
Version:
License:
License URI:
Tags:
*/

html, body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#mnav {
    display: block;
}

#boxed {
    background: white;
    overflow-x: hidden;
    box-shadow: 0px 0px 1rem #999;
}

#wide {
    position: relative;
    overflow-x: hidden;
}

.row2 {
    padding-bottom: 2rem;
}
.row2 div:nth-child(1) {
    padding-bottom:2rem;
}

/* Primary Button */
.btn-primary {
    display: inline-block !important;
    color: white !important;
    background: #191970;
    border: 0;
	box-shadow: 0px 0px 1rem #999;
}

.btn-primary .glyphicon {
    padding-right: 1rem;
}

.btn-primary:hover {
    background: #D1C1A0;
    border: 0;
    text-decoration: none !important;
}

.btn {
    border-radius: 0;
    border: 0;
}

/*  small header info */
.smallheader-lg {
    color: #191970;
    line-height: 3rem;
    background: #800032;
	box-shadow: 0px 0px 1rem #fff;
}

.smallheader-lg .phone, #ht .phone {
    padding: 0 1rem 0 1rem;
}

.smallheader-lg .mail {
    padding: 0 1rem 0 2rem;
}

.smallheader-lg .smallheader-phone {

}

.smallheader-lg .smallheader-mail {

}

.up {
    display: none;
}

.up {
    z-index: 600;
    position: fixed;
    bottom: 1em;
    right: 1em;
    display: block;
    padding-top: 0.2rem;
    width: 3rem;
    height: 3rem;
    color: #191970;
    background: #800032;
    border-radius: 2px;
    font-size: 2rem;
    text-align: center;
    line-height: 3rem;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.up:hover {
}

.up:active, .up:focus {
    outline: none;
}

/* header */
header {

}

.header {
    margin-top: 2rem;
    padding: 1rem 1rem 2rem 1rem;
    position: relative;
    height: auto;
    text-align: center;
}

#logo {
    margin: 0 auto;
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    display: inline-block;
}

#logo img {
    width: auto;
    max-width: 100%;
    height: auto;
}

#ht {
    position: fixed;
    display: block;
    top: 0.9rem;
    left: 1rem;
    z-index: 1000;
    width: 50%;
    color: #191970;
    font-size: 1em;
}

/* slider */
.slider {
    height: auto;
	box-shadow: 0px 0px 1rem #fff;
}

/* content */
.content {
    padding-top: 4rem;
}

.content a {
    color: #800032;
    text-decoration: none;
}

.content a:hover {
    text-decoration: underline;
}

.content h1 {
    margin-top: 0;
    padding-top: 0;
}

.content p {
    padding-bottom: 2rem;
}

.panel-group .panel + .panel {
    margin: 1rem 0 0 0;
}

img.alignleft {
    max-width:100%;
    height:auto;
    margin:1rem 0 1rem 0;
    display: block;
    float: none;
}

img.alignright {
    max-width:100%;
    height:auto;
    margin:1rem 0 1rem 0;
    display: block;
    float: right;
}

img.aligncenter {
    max-width:100%;
    height:auto;
    margin:1rem auto;
    display: block;
    float: none;
}

/* callout box*/
.callout-box {
    color: #adadad;
    background: #800032;
    border: 1px solid #800032;
	box-shadow: 0px 0px 1rem #999;
}

.callout-box .panel-body {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.callout-box h1, .callout-box h2, .callout-box h3, .callout-box h4, .callout-box h5, .callout-box h6 {
    margin: 0 0 0 0;
    padding: 1rem 0 1rem 0;
    font-size: 1.2em;
    font-weight: bold;
}

.callout-box a {
    color: #191970;
    text-decoration: underline;
}

/* zoom img's mobile */
.zoomimg {
    margin: 2rem 0 2rem 0;
    width: auto;
    max-width: 100%;
    height: auto;
    box-sizing: content-box;
}

.zoomimg img {
    width: auto;
    max-width: 100%;
    height: auto;
    box-sizing: content-box;
}

.img_grow img {
    width: auto;
    max-width: 100%;
}

.nav-tabs-box {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.tab-content {
    padding: 1.4rem 1.4rem 1.4rem 1.4rem;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    border-color: #800032;
}

.nav-tabs a {
    color: #191970;
    background: #800032;
    border-color: #800032;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #191970;
    border-color: #800032;
    border-bottom: 1px solid transparent;
}

/* aside */
aside {
    padding-top: 4rem;
    margin-bottom: 4rem;
}

aside .img {
    margin: 0 0 1rem 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    background: lightgray;
	box-shadow: 0px 0px 1rem #999;
}

aside .callout-box {
    margin: 0 1.5rem 1rem 1.5rem;
    border-radius: 0 !important;
}

aside .accordion {
    border-bottom: 1rem solid transparent;
}

aside a.accordion-button {
    padding: 0 1rem 0 1rem;
    display: block;
    line-height: 4rem;
    text-decoration: none;

    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;

}

aside a.accordion-button:hover {
    text-decoration: none;
}

aside .accordion-panel {
    margin: 0 0 0 0;
    border-radius: 0 !important;
    border: 1px solid #800032;
	box-shadow: 0px 0px 1rem #999;
}

aside .panel-group {
    margin-bottom: 0;
}

aside a.accordion-button.v1 {
    color: #191970;
    background-color: #800032;
    background-repeat: no-repeat;
    background-size: 3.2rem 100% !important;

    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;

}

aside a.accordion-button.collapsed.v1 {
    color: #191970;
    background-color: #800032;
    background-size: 3.2rem 100% !important;

    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;

}

aside a.accordion-button.v1:hover {
    color: white;
    background-color: #191970;
}

aside a.accordion-button.collapsed.v1:hover {
    color: white;
    background-color: #191970;
}

aside a.accordion-button.v2 {
    color: #191970;
    background-color: #800032;
    background-image: url('images/accordion-v1a.svg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 3.2rem 100% !important;

    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;

}

aside a.accordion-button.collapsed.v2 {
    color: #191970;
    background-color: #800032;
    background-image: url('images/accordion-v1b.svg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 3.2rem 100% !important;

    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;

}

aside a.accordion-button.v2:hover {
    color: white;
    background-color: #191970;
}

aside a.accordion-button.collapsed.v2:hover {
    color: white;
    background-color: #191970;
}



/* tooltip */
.tooltip.top .tooltip-inner {
    color: #191970;
    font-size: 1em;
    background-color: #800032;
    border: 1px solid #191970;
    border-radius: 0;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #191970;
}

/* header mobile headline */
.logo-mobile-headline {
    padding: 0 1rem 2rem 1rem;
    color: #191970;
    font-size: 2rem;
    font-weight: normal;
    text-align: center;
}

/* header mobile boxen */
.header-mobile-buttons {

}

.header-mobile-buttons .box {
    margin: 0 1rem 0 1rem;
    padding: 1rem 0 1rem 0;
    height: auto;
    color: #191970;
    background: #800032;
    text-align: center;
    font-weight: normal;
    line-height: 2rem;
}

.header-mobile-buttons .box span {
    font-weight: normal;
    line-height: 2rem;
}

.header-mobile-buttons .box span.phone {

}

.header-mobile-buttons .box span a {
    color: #191970;
    text-decoration: none;
}

.header-mobile-buttons .box span a:hover {
    color: #191970;
    text-decoration: none;
}

.header-mobile-buttons a {
    margin: 1rem 1rem 1rem 1rem;
    display: block;
    width: auto;
    height: 5rem;
    line-height: 5rem;
    color: white;
    font-weight: normal;
    text-align: center;
    background: #191970;
}

.header-mobile-buttons a:hover {
    text-decoration: none;
}

/* callout box mobile */
.callout-bottom-mobile {
    padding: 0 0 0 0;
    background: #191970;
    border: 1px solid #191970;
    text-align: center;
}

.callout-bottom-mobile .panel-body p {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: white;
    font-weight: bold;
    line-height: 2rem;
}

/* Footer Callout Button */
.footer_callout {
    margin-top: 6rem;
    padding: 3rem 1.5rem 4rem 1.5rem;
    text-align: center;
    background: #bfbfbf;
	box-shadow: 0px -2px 1rem #999;

}

.footer_callout h3 {
    font-size: 1.5em;
    font-weight: bold;
}

.footer_callout a {
    margin: 1rem 0 0 0;
    padding: 1.5rem 3rem 1.5rem 3rem;
    color: white;
    background: #800032;
    text-align: center;
}

.footer_callout a:hover {
    color: #800032 !important;
    background: #eeee22;
}

/* footer */
footer {
    margin: 0 0 0 0;
    padding: 0 0 2rem 0;
    color: white;
    font-size:13px;
    background: #191970;
    border-top: 0.5rem solid lightgray;
	box-shadow: 0px 0px 1rem #999;
}

footer h3 {
    display: block;
    margin: 0 0 0 0;
    padding: 3rem 0 1rem 0;
    color: white;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}

footer ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: white;
    list-style-type: none;
    text-align: center;
}

footer ul li {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: white;
}

footer a {
    color: white;
    text-decoration: underline;
}

footer a:hover {
    color: white;
    text-decoration: underline;

}

footer ul li a {
    text-decoration: none;
}

.footer-copyright1 {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid lightgray;
}

.footer-copyright2 {
    padding-top: 2rem;
}

.textwidget {
    text-align: center;
}

@media (min-width: 768px) {

    .zoomimg {
        margin: 2rem 0 2rem 0;
        width: 320px;
        height: 240px;
    }

    footer h3, footer ul {
        text-align: left;
    }

    .textwidget {
        text-align: left;
    }

    img.alignleft {
        margin:0 2rem 2rem 0;
        display: block;
        float: left;
    }

    img.alignright {
        margin:0 0 2rem 2rem;
        display: block;
        float: right;
    }

    img.aligncenter {
        margin:2rem auto;
        display: block;
        float: none;
    }


}

@media (max-width: 992px) {

    .smallheader-lg {
        display: none;
    }

    #navm {
        display: block;
    }

    .header1 nav {
        display: none;
    }

    .header2 nav {
        display: none;
    }

    .sliderbox.box1, .sliderbox.box2, .sliderdown {
        display: none;
    }

    .content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5,
    .content h6 {
        font-size: 1.5em;
    }


}

@media (min-width: 992px) {

    /* top-navigation & logo desktop */
    #mnav {
        display: none;
    }

    /*body.fixed {
        padding-top:14rem;
    }*/
    body.fixed div#boxed {
        padding-top: 14rem;
    }

    #wide .header1.fixed, #boxed .header1.fixed {
        padding: 0 0 0 0;
        width: 100%;
        box-sizing: content-box;
        position: fixed;
        top: 0;
        box-shadow: 0px 0px 1rem #fff;
        background: white;
        z-index: 2000;
    }

    #wide .header2 nav.fixed, #boxed .header2 nav.fixed {
        padding: 0 0 0 0;
        width: 100%;
        height: 58px;
        box-sizing: content-box;
        position: fixed;
        top: 0;
        box-shadow: 0px 0px 1rem #fff;
        z-index: 2000;
    }

    #logo {
        position: absolute;
        top: 1.2rem;
        left: 14px;
        display: inline-block;
        width: 198px;
        height: 100px;
    }

    /* ##################################### */
    .header2 {
        margin-top: 0;
        padding: 0 0 0 0;
        height: auto;
        text-align: left;
        overflow-y: visible;
    }

    .header2 .header {
        margin-top: 1rem;
        padding: 1rem 1rem 2rem 1rem;
        position: relative;
        height: auto;
        text-align: left;
        overflow-y: visible;
    }

    .header2 #logo {
        position: relative;
        top: 0;
        margin: 0 0 0 5px;
        display: inline-block;
        width: 320px;
        height: auto;
    }

    .header2 .headline_desktop {
        margin:0 4rem 0 0;
        position:absolute;
        top:30px;
        left:360px;
        width:370px;
        display:inline-block;
        color:white;
    }
    .header2 .headline_desktop span {
        display:block;
        font-size:2rem;
        font-weight:bold;
        color:#191970;
    }

    .header2 .headerbox_desktop {
        margin:0 4rem 0 4rem;
        padding:1rem 1rem 1rem 1rem;
        position:absolute;
        top:10px;
        right:-25px;
        width:200px;
        display:inline-block;
        text-align: left;
        color:white;
        background:#191970;
    }

    .header2.h2v1 {

    }

    .header2.h2v2 {

    }

    .header2.h2v2 .header {
        text-align:right;
    }

    .header2.h2v2 #logo {
        margin: 0 25px 0 0;
    }

    .header2.h2v2 .headline_desktop {
        left:auto;
        right:318px;
    }
    .header2.h2v2 .headline_desktop span {
        text-align:right;
    }

    .header2.h2v2 .headerbox_desktop {
        left:-25px;
    }

    .header2 nav {
        z-index: 100;
        background: #800032;
        overflow-y: visible;
        text-align:center;
        margin:0 0 0 0;
        padding:0 0 0 0;
        height:58px;
    }

    .header2 nav ul {
        display:inline-block;
        position: relative;
        left: 0;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style: none;
		box-shadow: 0px 0px 1rem #fff;
    }

    .header2 nav ul li {
        display: inline-block;
        position: relative;
        margin:0 0 0 0;
        padding: 0 0 0 0;
        float: left;
    }

    .header2 nav ul li a {
        display: block;
        padding: 2rem 3rem 2rem 3rem;
        margin:0 0 0 0;
        width: auto;
        height: 58px;
        color: #191970;
        background: #eeeeee;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;

        -moz-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in;
    }

    .header2 nav ul li a:hover {
        color: #191970;
        text-decoration: none;
        background: lightgray;
    }

    .header2 nav ul li.current-menu-item a, .header2 nav ul li.current-menu-parent a {
        color: #efefef;
        background: #800032;
    }

    .header2 nav ul li:hover ul {
        display: block;
        z-index: 110;
    }

    .header2 nav ul li ul {
        display: none;
        top:58px;
        left: 0;
        width: 20.40rem;
        position: absolute;
        padding: 0 0 0 0;
        /*box-shadow: 0px 0px 1rem #fff;*/
    }

    .header2 nav ul li ul li {
        float: none;
        display: block;
    }

    .header2 nav ul li ul a {
        display: block;
        padding: 1rem 2rem 1rem 2rem;
        width: auto;
        height: auto;
        line-height: 2rem;
        color: #efefef;
        background: white !important;
        text-align: left;
        border-bottom: 1px solid lightgray;
    }

    .header2 nav ul li ul a:hover {
        background: #800032 !important;
    }

    .header2 nav ul li ul li.current-menu-item a {
        color: #efefef !important;
        background: #800032 !important;
    }

    .header2 nav ul li:nth-child(1) ul {
        left: auto;
        right: 0;
    }

    /* ##################################### */
    .header1 .header {
        margin-top: 0;
        padding: 0 0 0 0;
        height: 12rem;

    }

    .header1 nav {
        position: absolute;
        right: 14px;
        width: 65%;
        height: 14rem;
        z-index: 100;
        text-align:right;

    }

    .header1 nav ul {
        display:inline-block;
        width:auto;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style: none;
    }

    .header1 nav ul li {
        display:block;
        width:auto;
        position: relative;
        padding: 0 0 0 0.2rem;
        float: left;
    }

    .header1 nav ul li a {
        display: block;
        padding: 9rem 1rem 1rem 1rem;
        width: auto;
        color: #efefef;
        background: #eeeeee;
        text-align: center;

    }

    .header1 nav ul li a:hover {
        color: #efefef;
        text-decoration: none;
        background: lightgray;
    }

    .header1 nav ul li.current-menu-item a, .header1 nav ul li.current-menu-parent a {
        color: #efefef;
        background: #800032;
    }

    .header1 nav ul li:hover ul {
        display: block;
    }

    .header1 nav ul li ul {
        display: none;
        left: 0;
        width: 20.40rem;
        position: absolute;
        padding: 0 0 0 0;
        box-shadow: 0px 0px 1rem #fff;
    }

    .header1 nav ul li ul li {
        float: none;
        display: block;
    }

    .header1 nav ul li ul a {
        display: block;
        padding: 0 1rem 0 1rem;
        width: auto;
        line-height: 2.5rem;
	font-size: 1.3rem;
        color: #efefef;
        background: white !important;
        text-align: left;
        border-bottom: 1px solid lightgray;
    }

    .header1 nav ul li ul a:hover {
        background: #800032 !important;
    }

    .header1 nav ul li ul li.current-menu-item a {
        color: #efefef !important;
        background: #800032 !important;
    }

    .header1 nav ul li:nth-child(1) ul {
        left: auto;
        right: 0;
    }

    .content {
        padding-top: 8rem;
        padding-bottom: 10rem;
    }

    /* Slider Info-Boxes */
    .slider {
        position: relative;
        overflow-x: hidden;
    }

    .sliderdown {
        display: block;
        position: absolute;
        bottom: 0;
        left: 47%;
        width: 5%;
        height: 45px;
        line-height: 45px;
        color: #efefef;
        background: #800032;
        z-index: 1000;
        text-align: center;
        font-size: 2em;
 	box-shadow: 0px 0px 1rem #999;


        opacity: 0;

        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        -ms-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;

        -webkit-animation: play_sliderdown 2s linear 0.25s 1 forwards;
        -moz-animation: play_sliderdown 2s linear 0.25s 1 forwards;
        -ms-animation: play_sliderdown 2s linear 0.25s 1 forwards;
        -o-animation: play_sliderdown 2s linear 0.25s 1 forwards;
        animation: play_sliderdown 2s linear 0.25s 1 forwards;

    }

    .sliderdown:hover {
        color: #efefef;
        opacity: 1;
    }

    @-webkit-keyframes play_sliderdown {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }

    @-moz-keyframes play_sliderdown {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }

    @-ms-keyframes play_sliderdown {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }

    @-o-keyframes play_sliderdown {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }

    @keyframes play_sliderdown {
        from {
            opacity: 0
        }
        to {
            opacity: 1;
        }
    }

    .sliderdown span {
        animation: pulse 1.5s ease-out alternate infinite;
    }

    @keyframes pulse {
        0% {
            opacity: 1;
        }
        100% {
            opacity: 0.1;
        }
    }





    .sliderbox {
        position: fixed;
        right: -355px;
        display: block;
        width: 400px;
        height: auto;
        color: white;
        z-index: 1000;
    }

    .sliderbox button.b1, .sliderbox button.b2 {
        width: 45px;
        height: 45px;
        line-height: 45px;
        border: 0;
        background: #800032;
    }

    .sliderbox button span {
        font-size: 2.5rem;
        line-height: 45px;
    }

    .sliderbox div.sb_header {
        display: block;
        width: 100%;
        box-sizing: content-box;
        height: 45px;
        line-height: 45px;
        background: #800032;

    }

    .sliderbox span.sb_title {
        position: relative;
        top: -6px;
        padding: 0 0 0 2.5rem;
        margin: 0 0 0 0;
        display: inline-block;
        color: white;
        line-height: 45px;
        font-size: 1.2em;
    }

    .sliderbox div.sb_content {
        margin: 2px 0 0 50px;
        padding: 2rem 2rem 2rem;
        box-sizing: content-box;
        display: block;
        height: auto;
        background: #800032;
    }

    .sliderbox .btn-primary {
        color: white !important;
        background: #efefef;
    }

    .sliderbox .btn-primary:hover {
        background: #800032;
    }

    .sliderbox.box1 {
        top: 25rem;
    }

    .sliderbox.box2 {
        top: 30rem;
    }

    aside {
        padding-top: 8rem;
    }

    /* zoom img's */
    .img_zoom {
        margin: 2rem 0 2rem 0;
        width: 320px;
        height: 240px;

    }

    .img_zoom img {
        max-width: 100%;
        display: block;
    }

    .img_zoom .image {
        width: 100%;
        height: 100%;
    }

    .img_zoom .image img {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }

    .img_zoom .image:hover img {
        -webkit-transform: scale(1.10);
        -moz-transform: scale(1.10);
        -ms-transform: scale(1.10);
        -o-transform: scale(1.10);
        transform: scale(1.10);
    }

    /* Grow Pics */
    .pic {
        width: 235px;
        height: 292px;
        overflow: hidden;

    }

    .img_grow img {
        margin: 0 auto;
        width: 235px;
        height: 292px;

        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
    }

    .img_grow img:hover {
        -webkit-transform: scale(1.20);
        -moz-transform: scale(1.20);
        -ms-transform: scale(1.20);
        -o-transform: scale(1.20);
        transform: scale(1.20);
    }

}

@media (min-width: 1200px) {

    #boxed {
        margin: 0 auto;
        width: 1200px;
        border-left: 2px solid #800032;
        border-left: 2px solid #800032;
        border-bottom: 2px solid #800032;

    }

    #boxed .header1.fixed {
        padding: 0 0 0 0;
        width: 1196px;
        box-sizing: content-box;
        position: fixed;
        top: 0;
        box-shadow: 0px 0px 1rem #fff;
        background: white;
        z-index: 2000;
    }

    #boxed .header2 nav.fixed {
        padding: 0 0 0 0;
        width: 1196px;
        box-sizing: content-box;
        position: fixed;
        top: 0;
        box-shadow: 0px 0px 1rem #fff;
        z-index: 2000;
    }

}








