/* CSS */
html,
body {
    height: 100%;
}

body
{   background-color: #fff;
    color: #39475d;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.15;
    letter-spacing: 1px;
    font-weight: 300;
}


.header-willkommen > h1
{
    font-weight: 300;
    color: white;
    font-size: 125px;
    text-transform: uppercase;
    text-align: center !important;
    border-bottom: 0px solid;
    display:block;
}

h6
{
    font-weight: 800;
    color: white;
    font-size: 125px;
    text-transform: uppercase;
    text-align: center;
}


h1
{
    font-weight: 800;
    color: #39475d;
    font-size: 35px;
    text-transform: uppercase;
    border-bottom: 6px solid #e3c4a6;
    display:inline-block;
    margin-top: 150px;
}


h2
{
    font-size: 15px;
    font-weight: 800;
    margin-top: -5px;
    margin-bottom: 15px;
}




p, li
{
    font-size: 15px;
    margin: 0;
}


label
{
    font-size: 15px;
    margin: 0;
    color: white;
    font-weight: 800;
    padding-bottom: 5px;
    text-transform: uppercase;
    padding-left: 12px;
}


a,
a:hover,
a:active,
a:focus,
a:visited,
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited,
.modal,
.form-control
{
    outline: 0;
}


.main
{
    width: 100%;
}


/* ------------------------------------------------------------------------------------------------------------------------------------------------- */



.fa-angle-down
{
    color: #fff;
    padding-top: 100px;
    text-align: center;
}


span
{
    font-weight: 800;
}



#home
{
    z-index: 120;
}


.header-logo
{
    margin-bottom: 100px;
    padding: 0 20px;
}

.header-logo img {
    margin: 0 auto;
}

.header-willkommen h1 {
    margin-bottom: 0;
}


.start
{
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}



/* ----- Navigation --------------------------------------------------------------------------------------------------------------------------------------------*/



.icon-bar
{
    color: #39475d;
    border-color: #39475d;
}


#maximage{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}



/* ------------------------------------------------------------------------------------------------------------------------------------------------- */





#angebot
{
    background-color: #fff;
    width: 100%;
}

#angebot p
{
    line-height: 1.5;
}

#angebot .details li
{
    line-height: 1.5;
}

#angebot .details ul
{
    margin-bottom: 0;
}

#angebot .header h1 {
    margin-bottom: 50px;
}


#angebot-carousel
{
    margin-bottom: 100px !important;
}



/* Pills Angebot -------------------------------------- */






ul#myPills {
    width: 100%;
    height: 100%;
}

.nav-pills > li + li {
    margin-left: 1%;
}

ul#myPills li
{
    background-color: #39475d;
    text-align: center;
    border: solid 3.5px #39475d;
    width: 24.25%;
    height: 200px;
}

ul#myPills li:hover,
ul#myPills li:focus,
ul#myPills li:active,
ul#myPills li:visited
{
    background-color: white;
    text-align: center;
    -webkit-transition: all 0.3s ease; /* Firefox */
    -moz-transition: all 0.3s ease; /* WebKit */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease; /* Standard */
    color: #39475d;
    font-weight: 800;
    height: 200px;
}



.nav > li > a:focus,
.nav > li > a:hover
{
    background-color: #39475d;
    border-radius: 0px;
}





ul#myPills li > a
{
    vertical-align: middle;

    font-weight: 800;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    height: 193px;

}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background-color: #39475d;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

ul#myPills li > a:hover {
    background-color: #fff;
    color: #39475d;

    vertical-align: middle;
}


li:hover a
{
    color: #39475d;
    font-weight: 800;
    text-decoration: none;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 0.3s ease; /* Firefox */
    -moz-transition: all 0.3s ease; /* WebKit */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease; /* Standard */
}

li:visited a
{
    color: #39475d;
    font-weight: 800;
    text-decoration: none;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 0.3s ease; /* Firefox */
    -moz-transition: all 0.3s ease; /* WebKit */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease; /* Standard */
}

li:active a
{
    color: #39475d;
    font-weight: 800;
    text-decoration: none;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 0.3s ease; /* Firefox */
    -moz-transition: all 0.3s ease; /* WebKit */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease; /* Standard */
}

.arrow-down {
    display: none;

}

li.active .arrow-down {
    display: block;
    width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #39475d;
    position: absolute;
    bottom: -22px;
    right: 75px;
    z-index: 2;
}

li.active .arrow-down-border {
    display: block;
    width: 0;
	height: 0;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
	border-top: 22px solid #fff;
    position: absolute;
    bottom: -31px;
    right: 73px;
    z-index: 1;
}



#angebot .tab-content {
    margin-top: 6px;
    margin-bottom: 100px;
}

#angebot .details
{
    padding: 25px 25px;
    background-color: #eedccb;
}

#angebot .details > .row {
    position: relative;
    height: 560px;
}

#angebot .send-to-bottom {
    height: 100%;
}

#angebot .send-to-bottom > .go {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-right: 30px;
}





/* Tabelle -------------------------------------- */

.preistabelle {
    margin: 0;
}

.preistabelle thead
 {
    border-bottom: 3.5px solid #e3c4a6;
}


.preistabelle tr
 {
    border-bottom: 2px solid #e3c4a6;
}






/* Button -------------------------------------- */

.geschichte_button
{
    margin-bottom: 15px;
}




button,
#Senden,
#Schliessen,
#Schliessen2
{
    font-weight: 800;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
}



.btn-primary,
.btn-primary:visited,
.btn-primary:focus
{
    box-shadow: none;
    background: #39475d;
    border:  3.5px solid #39475d;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    color: white;
    width: 100%;
    height: 120px;
    font-size: 25px;
    font-weight: 800;



    -webkit-transition: all 0.3s ease; /* Firefox */
    -moz-transition: all 0.3s ease; /* WebKit */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease; /* Standard */
}



.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus
{
    border:  3.5px solid #39475d;
    box-shadow: none;
    background: #fff !important;
    border-radius: 0px;
    width: 100%;
    height: 120px;
    color: #39475d !important;
    font-size: 25px;
    font-weight: 800;


    -webkit-transition: all 0.3s ease; /* Firefox */
    -moz-transition: all 0.3s ease; /* WebKit */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease; /* Standard */

}


.btn-primary button
{
    margin: 0px;
    font-size: 25px;
    font-weight: 800;
}



.btn-primary:hover button,
.btn-primary:active button,
.btn-primary:focus button
{
    margin: 0px;
    color: #39475d;
    font-size: 25px;
    font-weight: 800;
}





/* Behebung komische Hover-Effekte Button*/



#myModal .btn-primary:active:hover
{
    border-color: #fff;
}

.btn-default:active:hover
{
    border-color: #fff;
    background-color: #fff;
}





/* ------------------------------------------------------------------------------------------------------------------------------------------------- */
/*ANGEBOT SM / XS */




#terminForm .zend_form #Senden-element #Senden,
#terminForm .zend_form #Senden-element #Senden:active,
#terminForm .zend_form #Senden-element #Senden:focus,
#terminForm .zend_form #Senden-element #Senden:hover
{
    margin-bottom: 15px;
    margin-top: 50px;
}





#angebot-carousel
{
    padding: 0px 0px;
    margin: 0px 0px;
    background-color: #eedccb;
}



#angebot-carousel p
{
    padding: 0px 0px;
    margin: 0px 0px;
    background-color: #eedccb;
}




.table-responsive
{
    border: 0px;
}



.xpager-contentslider .nav-points .points-content .active,
.xpager-contentslider .nav-points .points-content .point
{
    border: 0px solid #fff;
}


.xpager-contentslider .nav-points .points-content .point
{
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #798599;
}


.xpager-contentslider .nav-points .points-content .active
{
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #39475d;
}



.xpager-contentslider .nav-points .points-content .active span,
.xpager-contentslider .nav-points .points-content .point span
{
    display: none;
}



/* ------------------------------------------------------------------------------------------------------------------------------------------------- */





#ueber-mich
{
    background-color: #f0f0f0;
    width: 100%;

}

#ueber-mich p,
#praxis p,
#ueber-mich li,
#praxis li
{
    line-height: 1.5;
}

#ueber-mich .header h1,
#praxis .header h1
{
    margin-bottom: 50px;
}


#ueber-mich h4,
#praxis h4
{
    padding:inherit;
    padding: 12px;
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    text-transform: uppercase;
}


#ueber-mich .content,
#praxis .content
{
    position: relative;
    padding: 12px;
    background-color: #39475d;
    height: 100%;
}


#ueber-mich p,
#praxis p
{
    padding: inherit;
    color: #fff;
}

#ueber-mich li,
#praxis li
{
    color: #fff;
}

.uebermich-bild
{
    height: 100%;
    background-position: center;
    background-size: cover;
}

.padding-right-5
{
    padding-right: 5px;
}

.no-padding-left
{
    padding-left: 0;
}


.uebermich_box_text,
.uebermich_box_bild,
.uebermich_box_slider .owl-carousel,
.uebermich_box_slider .owl-carousel .owl-wrapper-outer,
.uebermich_box_slider .owl-carousel .owl-wrapper-outer *:not(img),
.uebermich_box_slider {
    height: 100%;
}

.uebermich_box_slider .owl-carousel {
    padding: 0;
}

@media (min-width: 990px) {
    .uebermich_box_slider .owl-carousel .owl-wrapper-outer img {
        top: 50%;
        left: 50%;
        position: relative;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 990px)
{
    .uebermich_box_slider .owl-carousel .owl-wrapper-outer img {
        width: 100%;
        height: auto;
    }
}


.uebermich_box_text .content
{
    height: 100%;
}

.uebermich_box_text .content .text
{
    height: 100%;
    width: 100%;
}


.uebermich_box_text .content .text p
{
    padding-left: 12px !important;
    padding-right: 12px !important;

}

.uebermich_box
{
    margin-bottom: 100px;
}



.arrow-right
{
	display: block;
    width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #39475d;
    position: absolute;
    left: 465px;
    bottom: 100px;
    z-index: 2;

}


#ueber-mich .arrow-right-border
{
	display: block;
    width: 0;
	height: 0;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 22px solid #f0f0f0;
    position: absolute;
    left: 471px;
    bottom: 98px;
    z-index: 1;

}

#praxis .arrow-right-border
{
	display: block;
    width: 0;
	height: 0;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 22px solid #fff;
    position: absolute;
    left: 471px;
    bottom: 98px;
    z-index: 1;

}









/* ------------------------------------------------------------------------------------------------------------------------------------------------- */



#kontakt
{
    background-color: #39475d;
    padding-bottom: 100px;
    color: #fff;
}


#adresse
{
    border-top: 3.5px solid #fff;
    background-color: #39475d;
    font-weight: 800;
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 1.5;
}

.adresse_text
{
    z-index: 2;
}


em,
#kontakt em
{
    font-weight: 300;
    font-style: normal;
}

footer h1,
#kontakt h1
{
    margin-bottom: 50px;
    color: #fff;
}


footer p,
#kontakt p,
.modal p
{
    color: #fff;
}


footer textarea {
    resize: none;
}


.form-control:active,
.form-control:focus,
#captcha-input:focus,
#captcha-input:active
{
    box-shadow: none;
    border: 1px solid #abb2bc;
}


.form-control,
#captcha-input,
#Behandlung
{
    box-shadow: none;
    background: #798599;
    border: 1px solid #798599;
    border-radius: 0px;
    color: white;
}


.form-control::-webkit-input-placeholder,
.form-control:-moz-placeholder,
.form-control::-moz-placeholder,
.form-control:-ms-input-placeholder,
#captcha-input
{
    color: #abb2bc;
}


footer button,
#kontakt button
{
    margin: 0px;
}



#Senden,
#Schliessen,
#Schliessen2,
.button
{
    box-shadow: none;
    background: none;
    border:  3.5px solid #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    color: white;
    width: 100%;
    height: 60px;

    -webkit-transition: all 0.3s ease; /* Firefox */
    -moz-transition: all 0.3s ease; /* WebKit */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease; /* Standard */
}


.button:hover button,
.button:active button,
.button:focus button,
#Senden:focus,
#Senden:active,
#Senden:hover,
#Schliessen:focus,
#Schliessen:active,
#Schliessen:hover,
#Schliessen2:focus,
#Schliessen2:active,
#Schliessen2:hover
{
    margin: 0px;
    color: #39475d;
}



.button:hover,
.button:active,
.button:focus,
#Senden:hover,
#Senden:active,
#Senden:focus,
#Schliessen:hover,
#Schliessen:active,
#Schliessen:focus,
#Schliessen2:focus,
#Schliessen2:active,
#Schliessen2:hover
{
    border:  3.5px solid #fff;
    box-shadow: none;
    background: white;
    border-radius: 0px;
    width: 100%;
    height: 60px;
    color: #39475d !important;
}

#map-canvas {
    width: 100%;
    height: 400px;
}


#iMMaps_iMMaps_1_16_0
{
    margin-bottom: 50px;
}


.pimcore_area_iMMaps{
    color: #39475d;
}


#footer p
{
    text-transform: uppercase;
}

#footer a
{
    color: #fff;
}

#footer a:hover,
#footer a:active,
#footer a:focus
{
    color: #798599;
    text-decoration: none;
    -webkit-transition: all 0.3s ease; /* Firefox */
    -moz-transition: all 0.3s ease; /* WebKit */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease; /* Standard */
}




/* Kontaktformular -------------------------------------- */

.input_true
{
    box-shadow: none !important;
    border: 1px solid #fff !important;
    background-color: #798599 !important;
}

.input_false
{
    box-shadow: none !important;
    border: 1px solid #e3c4a6 !important;
    background-color: #eedccb !important;
    color: #C15448 !important;
}

#Bemerkung
{
    margin-bottom: 15px;
}


.form-message
{
    color: #fff;
    margin-bottom: 20px;
    padding-left: 15px;
}

#iMFormBrickId-label,
#Firma-label,
#Firma-element,
#Senden-label,
#Schliessen-label
{
    display: none;
}


.input_must,
.input_mail,
.form-control
{
    margin-bottom: 15px;
}

#kontakt #Senden,
#kontakt #Senden:active,
#kontakt #Senden:focus,
#kontakt #Senden:hover
{
    margin-bottom: 100px;
    margin-top: 50px;
}


#captcha-input
{
    height: 70px;
    width:48%;
    float:right;
}

#captcha-element img
{
    width:48%;
    float: left;
}




.pimcore_area_iMForm
{
    margin-bottom: 30px;
}



/* Modal -------------------------------------- */



.modal h1
{
    margin-bottom: 25px;
    color: #fff;
}

.modal button
{
    margin: 0;
}

.modal-content
{
    padding-left: 25px;
    padding-top: 10px;
    padding-right: 20px;
    background-color: #39475d;
    border: 0;
}


.modal p
{
    margin-top:20px;
    margin-bottom:50px;
    padding-left: 12px;
}

.modal-header,
.modal-footer {
    border: 0;
}


.btn-modal
{
    box-shadow: none;
    background: none;
    border:  3.5px solid #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    color: white;
    width: 100%;
    height: 60px;
    margin-bottom: 20px;

    -webkit-transition: all 0.3s ease; /* Firefox */
    -moz-transition: all 0.3s ease; /* WebKit */
    -o-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease; /* Standard */
}


.btn-modal:hover button,
.btn-modal:active button,
.btn-modal:focus button
{
    margin: 0px;
    color: #39475d;
}



.btn-modal:hover,
.btn-modal:focus,
.btn-modal:active
{
    border:  3.5px solid #fff;
    box-shadow: none;
    background: white;
    border-radius: 0px;
    width: 100%;
    height: 60px;
    color: #39475d !important;
}



.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br,
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl,
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr,
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl
{
    border-radius: 0px !important;
}

.ui-widget-content
{
    border:  1px solid #798599 !important;
    background-color: #39475d !important;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default
{
    border:  1px solid #39475d !important;

}


.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active
{
    border:  1px solid #798599 !important;
    background-color: #39475d !important;
}


.ui-datepicker-next:hover, .ui-datepicker-prev:hover, .ui-datepicker-next, .ui-datepicker-prev
{
border:  0px solid #798599 !important;
}




/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

/* CSS-Loader */
@-webkit-keyframes uil-ring-anim {
0% {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes uil-ring-anim {
0% {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes uil-ring-anim {
0% {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-ms-keyframes uil-ring-anim {
0% {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-moz-keyframes uil-ring-anim {
0% {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes uil-ring-anim {
0% {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-o-keyframes uil-ring-anim {
0% {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes uil-ring-anim {
0% {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}


/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

/* Media-Querys
=========================*/

/* xs */
@media (max-width: 480px)
{

.header-willkommen > h1, h6
{
    font-size: 35px;
}


.header-logo
{
margin-bottom: 0;
}


.fa-angle-down
{
padding-top: 20px;
}


h1
{
margin-top: 120px;
font-size: 22px;
border-bottom: 4px solid #e3c4a6;
}


button
{
font-size: 16px;
}

p, th, td, ul > li
{
font-size: 12px;
}


#footer p
{
text-align:center;
}


.padding-right-5
{
padding-right: 15px;
padding-left: 15px;
}

.no-padding-left
{
padding-top: 5px;
padding-left: 15px;
padding-right: 15px;
}



#map-canvas
{
margin-top: 50px;
}


#angebot-carousel
{
height: 1250px;
}



#angebot-carousel .btn
{
margin-bottom: 20px;
margin-top: 10px;
}

#angebot-carousel .preistabelle
{
margin-bottom: 10px;
margin-top: 20px;
}



.arrow-right
{
bottom: -40px;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 20px solid #39475d;
left: 55px;
}



#ueber-mich .arrow-right-border
{
border-left: 22px solid transparent;
border-right: 22px solid transparent;
border-top: 22px solid #f0f0f0;
left: 53px;
bottom: -49px;

}


#praxis .arrow-right-border
{
border-left: 22px solid transparent;
border-right: 22px solid transparent;
border-top: 22px solid #fff;
left: 53px;
bottom: -49px;

}

.navbar-default .icon-blau .img-responsive
{
margin-left: 15px;
height: 50px;
}


.navbar-default .icon-blau
{
padding-top: 15px;
padding-bottom: 60px;
}


.navbar-default .navbar-nav > li > a
{
float: right;
color: #fff;
}


.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:visited,
.navbar-default .navbar-nav > li > a:focus
{
color: #fff;
}


#menu.navbar-collapse
{
background-color: #39475d;
width: 120%;
margin-left: 0px;
padding-left: 72%;

}


.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover
{
color: #fff;
}






.uebermich_box_bild
{
height: 350px;
margin-bottom: 100px;
}


}

/* xs */
@media all and (min-width: 481px) and (max-width: 767px) {

.header-willkommen > h1, h6
{
    font-size: 55px;
}

.header-logo
{
margin-bottom: 30px;
}


.fa-angle-down
{
padding-top: 50px;
}


h1
{
font-size: 25px;
border-bottom: 5px solid #e3c4a6;
}


button
{
font-size: 18px;
}

p, th, td, ul > li
{
font-size: 13px;
}

#footer p
{
text-align:center;
}

.padding-right-5
{
padding-right: 15px;
padding-left: 15px;
}

.no-padding-left
{
padding-top: 5px;
padding-left: 15px;
padding-right: 15px;
}



#map-canvas
{
margin-top: 50px;
}

#angebot-carousel
{
height: 1080px;
}


#angebot-carousel .btn
{
margin-bottom: 20px;
margin-top: 10px;
}

#angebot-carousel .preistabelle
{
margin-bottom: 10px;
margin-top: 20px;
}


.arrow-right
{
bottom: -40px;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 20px solid #39475d;
left: 75px;
}

#ueber-mich .arrow-right-border
{
border-left: 22px solid transparent;
border-right: 22px solid transparent;
border-top: 22px solid #f0f0f0;
left: 73px;
bottom: -49px;
}

#praxis .arrow-right-border
{
border-left: 22px solid transparent;
border-right: 22px solid transparent;
border-top: 22px solid #fff;
left: 73px;
bottom: -49px;

}



.navbar-default .icon-blau .img-responsive
{
margin-left: 15px;
height: 50px;
}


.navbar-default .icon-blau
{
padding-top: 15px;
padding-bottom: 60px;
}


.navbar-default .navbar-nav > li > a
{
float: right;
color: #fff;
}


.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:visited,
.navbar-default .navbar-nav > li > a:focus
{
color: #fff;
}

#menu.navbar-collapse
{
background-color: #39475d;
width: 120%;
margin-left: 0px;
padding-left: 90%;

}


.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover
{
color: #fff;
}





.uebermich_box_bild
{
height: 400px;
margin-bottom: 100px;
}



}

/* sm */
@media all and (min-width: 768px) and (max-width: 991px) {

.header-willkommen > h1, h6
{
font-size: 80px;
}

h1
{
font-size: 30px;
border-bottom: 5.5px solid #e3c4a6;
}


button
{
font-size: 20px;
}

p, th, td, ul > li
{
font-size: 14px;
}


.padding-right-5
{
padding-right: 15px;
padding-left: 15px;
}

.no-padding-left
{
padding-top: 5px;
padding-left: 15px;
padding-right: 15px;
}

.arrow-right
{
bottom: -40px;
border-left: 20px solid transparent;
border-right: 20px solid transparent;
border-top: 20px solid #39475d;
left: 102px;
}


#praxis .arrow-right-border
{
border-left: 22px solid transparent;
border-right: 22px solid transparent;
border-top: 22px solid #fff;
left: 100px;
bottom: -49px;
}

#ueber-mich .arrow-right-border
{
border-left: 22px solid transparent;
border-right: 22px solid transparent;
border-top: 22px solid #f0f0f0;
left: 100px;
bottom: -49px;
}


.uebermich_box_bild
{
height: 500px;
margin-bottom: 100px;
}

#angebot-carousel
{
height: 880px;
}


.btn-primary,
.btn-primary:visited,
.btn-primary:focus
{
font-size: 21px !important;
}


#angebot-carousel .btn
{
margin-bottom: 20px;
}

#angebot-carousel .preistabelle
{
margin-bottom: 10px;
margin-top: 20px;
}


em
{
text-align: right;
}



}

/* md */
@media all and (min-width: 992px) and (max-width: 1199px) {

.header-logo
{
    margin-top: 20px;
    margin-bottom: 60px;
}

.header-willkommen > h1
{
    margin-top: 0;
}

.fa-angle-down
{
    padding-top: 25px !important;
}

.header-willkommen > h1, h6
{
font-size: 75px;
}

ul#myPills li > a
{
font-size: 25px;
}


#angebot .details > .row
{
    height: 680px;
}


.uebermich_box
{
height: 505px;
margin-bottom: 100px;
}

.uebermich_box_text .content .text
{
    overflow: auto;
}



.arrow-right
{
bottom: 140px;
left: 382px;
}


#ueber-mich .arrow-right-border,
#praxis .arrow-right-border
{
left: 388px;
bottom: 138px;
}


.btn-primary,
.btn-primary:visited,
.btn-primary:focus
{
font-size: 21px !important;
}






}


/* lg */
@media all and (min-width: 1200px){


.uebermich_box_text .content .text
{
    overflow: auto;
}


.uebermich_box
{
height: 440px;
margin-bottom: 100px;
}


}
