body {
    margin:0;
    padding:0;
    color:#444;
    font-family: 'Open Sans', sans-serif;
    line-height:1.3em;
    background:#f2f2f2;
    -webkit-font-smoothing: subpixel-antialiased;
    overflow:hidden;
}

h1{
    font-size:1.5em;
}

img{
    max-width:100%;
    max-height:100%;
}

b{
    font-weight:600;
}
.infoContainer {
    overflow: hidden;
}
.infoContainer .col {
width: 48%;
border: 1px solid #fff;
float: left;
box-sizing: border-box;
padding: 10px;
text-align: left;
}
.infoContainer + .infoContainer {
padding-top: 20px;
}
.infoContainer + .infoContainer .col:before {
content: "";
position: absolute;
width: 1px;
height: 21px;
top:-1px;
left: 50%;
background: #fff;
transform: translateX(-50%) translateY(-100%)
}
.infoContainer .col {
 position: relative;
}
.infoContainer .col:after {
content: "";
position: absolute;
width: 1px;
height: 22px;
bottom:-1px;
left: 50%;
background: #fff;
transform: translateX(-50%) translateY(100%)
}
.infoContainer + .infoContainer .col:after {
display: none;
}
.infoContainer + .infoContainer .col {
border-width: 0;
border-top-width: 1px;
position: relative;
}
.infoContainer .col:first-child {
margin-right: 2%;
}
.infoContainer .col:last-child {
margin-left: 2%;
}
.startContainer{
    background:#16a085;
    position:relative;
    width:50%;
    overflow:hidden;
    height:0;
min-height: 100vh;
}
@media only screen and (min-width: 1701px){
	.startContainer {
		font-size: 11px;
	}
}

.btn_holder{
    padding:3em 0 1.6em;
    display:block;
    text-align:center;
}

.btn{
    background:#16a085;
    outline:1px solid #16a085;
    color:#fff;
    text-transform: uppercase;
    display:inline;
    padding:0.8em 1em;
    cursor:pointer;
    border:none;
    font-size:1em;
    font-family:inherit;
    -webkit-appearance: none !important;
    -moz-appearance:    none !important;
    appearance:         none !important;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}

.btn:hover{
    color:#16a085;
}

.toStartscreen{
    color:#fff;
    font-size:1.8em;
    text-align:center;
    padding:0.3em 0;
    width:100%;
    cursor:pointer;
    display:block;
}

.pagewrapper{
    width:80em;
    margin:0 auto;
}

.sidebar{
    float:left;
    overflow:hidden;
    width:18em;
    margin-left:6em;
    position:relative;
}

.sidebar .logo{
    width:45%;
    display:block;
    margin:2em auto;
}

.content{
    float:left;
    position:relative;
    overflow:hidden;
    overflow-y:scroll;
}

.content .margin
{
    display: block;
    width: 100%;
    height: 1em;
}

.content ul li
{
    margin: 0.1em 0;
}

.bx-viewport{
    border: none !important;
    box-shadow: none !important;
}

.headerimagebar img{
    display:block;
    width:100%;
}

.clear{
    float:none !important;
    clear:both !important;
    padding:0 !important;
    margin:0 !important;
    height:0 !important;
}

.headerimagebar ul li{
    position:relative;
}

.headerimagebar ul li .slider_text{
    position:absolute;
    top:2em;
    left:4em;
    width:40%;
    font-size:3em;
    color:#34495e;
    /*text-shadow: 2px 0 0 #faecf2, -2px 0 0 #faecf2, 0 2px 0 #faecf2, 0 -2px 0 #faecf2, 1px 1px #faecf2, -1px -1px 0 #faecf2, 1px -1px 0 #faecf2, -1px 1px 0 #faecf2;*/
}

.bx-wrapper .bx-pager.bx-default-pager a{
    background:#16a085 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:hover{
    background:#34495e !important;
}

.headerimagebar ul li .slider_text h2{
    line-height:1em;
}

.headerimagebar ul li .slider_dezemberbox{
    left:auto;
    right:1em;
    top:3em;
    width:50%;
}

.headerimagebar ul li .slider_boxteaser{
    left:auto;
    right:1em;
    top:3em;
    width:50%;
}

.contentbar{
    padding:3em 0 5em;
}

.content{
    width:100%;
}

.contentbar h3{
    font-size:1.5em;
    padding-bottom:1em;
    display:block;
    line-height:1.3em;
}

.content p{
    margin-bottom:0.8em;
}

.content p:last-of-type{
    margin-bottom:0;
}

.footerbar{
    text-align:center;
    padding:0 0 2em;
}

.footerlist{
    text-align:center;
    padding:0.7em 0 1em;
}

.footerlist li{
    display:inline;
}

.footerlist li:after{
    content:"|";
}
.footerlist li:last-of-type:after{
    content: "";
}

.footerbar .follow{
    margin-right:3em;
    float:left;
}

.facebook_icon{
    color:#fff;
    background:#34495e;
    font-size:1.3em;
    display:block;
    padding:0.51em 0;
    width:2em;
    margin:0.5em auto 0;
    -webkit-border-radius: 200em;
    -moz-border-radius: 200em;
    border-radius: 200em;
}

.no_headerbar{
    background:#fff;
    margin:3em 0;
}

input[type="text"],input[type="password"],textarea,select{
    width:97%;
    padding:0.4em 1.5%;
    border:none;
    line-height:1.4em;
    font-size:1em;
    font-family:inherit;
    outline:1px solid #eee;
}

input.error
{
    outline: 1px solid red;
}

textarea.error
{
    outline: 1px solid red;
}

textarea{
    resize:none;
}

select{
    width:100%;
    padding-left:1%;
    padding-right:1%;
}

label{
    font-size:1em;
    display: inline-block;
    padding: 1em 0 0.3em 0;
}

.imprint_holder h3{
    padding:1em 0 0.5em;
}
.imprint_holder h4{
    font-weight:600;
}

.opacitylayer{
    display:none;
    position:fixed;
    left:0;
    top:0;
    height:100%;
    width:100%;
    background:rgba(0,0,0,0.8)
}

.opacitylayer .contentbox{
    background:#fff;
    position:absolute;
    top:5em;
    left:50%;
}

.opacitylayer .contentbox .close_contentbox{
    position:absolute;
    right:-1.1em;
    top:-1.1em;
    font-size:1.6em;
    color:#fff;
    cursor:pointer;
}

.content_popup{
    padding:1.5em;
    width:20em;
}

.content_popup label{
    padding-bottom:0.3em;
    padding-top:0.7em;
    display:block;
}

.content_popup .btn_holder{
    font-size:0.9em;
}

.content_popup h2{
    font-size:1.2em;
    padding-bottom:0.7em;
    display:block;
}

.content_popup .notification{
}

.menu_logo{
    display:none;
}

p a{
    font-weight:600;
}
.coupon_box{
    margin: 2em 0 0;
    outline: 1px solid #eed9ef;
    padding: 1.5em 2% 2.5em;
    float:right;
    width:30%;
}

.coupon_box label{
    display: block;
    padding-bottom: 0.3em;
}

.coupon_box .btn_holder{
    padding:2.5em 0 0;
}

.openmenu{
    display:none;
}

.close_menu{
    display:none;
}


.selection{
    position:absolute;
    right:5em;
    display:block;
    height:50em;
    max-height:80%;
    bottom:0;
}
.right_selection{
    left:5em;
    right:auto;
}

.logo_container{
    width:45em;
    margin:16em auto 0;
    color:#fff;
}

.logo_container img{
    width:35%;
    display:block;
    margin:0 auto 3em;
}

.logo_container .praxis_name{
    font-weight:300;
    line-height:2em;
    text-align:center;
    font-size:1.5em;
}

.logo_container .praxis_name .large{
    font-size:2em;
}

.logo_container ul{
    text-align:center;
    padding:3em 0 0;
}

.logo_container ul li{
    display:inline;
}

.logo_container ul li .btn{
    border:1px solid #fff;
    outline:none;
    background:none;
    width:80%;
    display:block;
    margin:0 auto;
}
.logo_container ul li .btn:hover{
    background:#fff;
}

.sidebar{
    background:#16a085;
}

.menu{
    font-size:1.3em;
    line-height:1.6em;
    font-weight:300;
}

.menu li{
    display:block;
    color:#fff;
}

.menu li a{
    padding:0.3em 1em;
    font-weight:300;
    color:inherit;
    display:block;
    box-sizing: border-box;
}

.menu li.active{
    color:inherit;
    background:#f2f2f2;
}

.menu li ul{
    padding-bottom:0.5em;
    display:block;
}

.menu li ul li a{
    font-size:0.7em;
    color:#555;
    padding:0.2em 0 0 2em;
}

.footeritems{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    text-align:center;
    font-size:0.8em;
    padding:1em 0;
}

.footeritems li{
    color:#fff;
    display:inline;
}

.footeritems li a{
    color:inherit;
    padding:1em 0;
}

.contentholder{
    margin:4em 0;
    position:relative;
    visibility: hidden;
}

.contentholder.visible{
    visibility: visible;
}

.container
{
    background:#fff;
    box-sizing: border-box;
    padding:2em;
    margin-bottom:2em;
}

.containerholder:last-of-type .container:last-of-type
{
    margin-bottom:0;
}

.content h2
{
    font-size:1.5em;
    color:#16a085;
    font-weight: 800;
    text-align: center;
    display:block;
}

.content h3
{
    font-size:1.3em;
    color:#16a085;
    padding-bottom:1em;
    display:block;
    line-height:1.3em;
}

.content h4
{
    font-size:1.15em;
    color:#16a085;
    line-height:1.3em;
    display: block;
    padding-bottom:1em;
}

.content table td
{
    padding: 0.5em;
}

.content table th h4
{
    color: #16a085;
    display: block;
    width: 100%;
    padding: 0.5em 0;
    font-weight: 500;
}

.content table td h4
{
    color: #16a085;
    display: block;
    width: 100%;
    padding: 0.5em 0;
    outline: 1px solid #16a085;
    text-align: center;
}

#diagnostic_table tr:nth-of-type(2) td{
    text-align:center;
}

#diagnostic_table tr td
{
    border-bottom: 1px solid #eee;
    border-right:1px solid #eee;
}
#diagnostic_table tr .checked
{
    border-bottom: 1px solid #16a085;
    border-right:1px solid #16a085;
}

#diagnostic_table tr:nth-of-type(1), #diagnostic_table tr:nth-of-type(2), #diagnostic_table tr:nth-of-type(11)
{
    border: none;
}

#diagnostic_table td
{
    width: 16.6%;
}

#diagnostic_table td.unchecked
{
    background: #ffffff;
}

#diagnostic_table td.checked
{
    background: #16a085;
    color: #ffffff;
    text-align: center;
}

.businestimes
{
    float: left;
    width: 24%;
}

.appointments
{
    float: left;
    width: 73%;
    margin-left: 3%;
}

.left_container
{
    float: left;
}

.right_container
{
    float: left;
    margin-left: 3%;
}

.p25
{
    width: 25%;
}

.p31
{
    width: 31.33%;
}
.p32{
    width:32%;
}

.p50
{
    width: 50%;
}

.p49
{
    width: 49%;
}

.p65
{
    width: 65%;
}

.p75
{
    width: 75%;
}

.p22
{
    width: 22%;
}

.p47
{
    width: 47%;
}

.p48
{
    width: 48%;
}

.p72
{
    width: 72%;
}


//.welcome,.welcome_slider{float:left;width:47%;margin-left:3%;}
.welcome,.welcome_slider{
    float:left;
    width:100%;
    margin-left:0%;
}

.welcome_slider{
    width:50%;
    margin-left:0;
}

.welcome_slider .bx-wrapper{
    margin-bottom:0.5em;
}

.left,.right{
    width:48.5%;
    float:left;
}

.imageholder img{
    width:20em;
    float:left;
    margin-right:2em;
}

.right{
    margin-left:3%;
}

.teams_element h4{
    display:block;
}

.content .teams_element .container{
    float:left;
    width:48.5%;
    outline:1px solid #f2f2f2;
    box-sizing: border-box;
    padding:2em;
    margin-bottom:2em;
}
.teams_element .container img{
    display:block;
    max-width:70%;
}

.teams_element h3{
    padding:1em 0 0;
}

.teams_data{
    margin-top:0;
}

.selectEntry i{
    margin:0.5em auto 0;
    font-size:1.2em;
}

.teams_data ul{
    list-style: disc;
    padding:0.5em 1em;
}
.teams_data ul > li{
    padding:0.2em 0;
}
.teams_data ul li ul{
    list-style:circle;
}

.float_left
{
    float: left;
}

.float_right
{
    float: right;
    width: 78%;
    text-align: justify;
}

.justify
{
    text-align: justify;
}

.loader
{
    display: none;
    width: 100%;
    text-align: center;
    font-size: 100px;
}

.loader .success, .loader .failure
{
    display: none;
}

.headerbar{
transition: 0.3s;
    display:none;
}
body:not(.scrolledDown) .startContainer.showContainer + .headerbar{
 opacity: 0;
pointer-events: none;
}
.containerholder::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}

#cookieBanner {
 position: fixed;
 bottom: 0;
 left: 0;
 width: 100%;
 padding: 20px 20px 35px 20px;
 border-top: 1px solid #fff;
 background: #16a085;
 color: #fff;
box-sizing: border-box;
font-size: 13px;
    transition: 0.3s;
    pointer-events: none;
    opacity: 0;
}
#cookieBanner.show {
    opacity: 1;
    pointer-events: all
}
#cookieBanner h2 {
 font-size: 1.3em
}
#cookieBanner #cookieCloser {
 position: absolute;
right: 5px;
cursor: pointer;
top: 0px;
transform: translateY(-100%);
width: 40px;
height: 40px;
padding: 10px;
border: 1px solid #fff;
border-bottom-width: 0px;
 background: #16a085;
display: flex;
justify-content: center;
align-items: center;
box-sizing: border-box;
}
#cookieBanner #cookieDecline,
#cookieBanner #cookieAccept{
 border: 1px solid #fff !important;
 color: #fff !important;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 0px !important;
    box-sizing: border-box;
    position: absolute;
    width: 50%;
    bottom: 0;
}
#cookieBanner #cookieDecline {
    left: 0;
    background: transparent;
    border-width: 0px !important;
    border-top-width: 1px !important;
}
#cookieBanner #cookieAccept {
    right: 0;
    background: #fff;
    color: #16a085 !important;
}
#cookieBanner svg {
 width: 100%;
}
h2 + .openCookieBanner {
    margin-top: 15px;
}
.openCookieBanner {
    min-height: 40px;
        max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    line-height: 0px !important;
    box-sizing: border-box;
    line-height: 100% !important;
    color: #fff !important;
}
.errorContainer {
        height: 450px;
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #16a085;
}
.errorContainer > div {
    width: 100%;
    text-align: center
}
@media only screen and (max-width: 1800px) {

    .logo_container{
        font-size:0.8em;
    }
}

@media only screen and (max-width: 1700px) {
    body{
        font-size:90%;
    }

    .sidebar{
        margin-left:2em;
    }

    .pagewrapper{
        width:90%;
    }

    .contentholder{
        margin-top:2em;
    }

    .logo_container{
        font-size:0.6em;
    }

    .selection{
        max-height:42em;
        max-width:30%;
        height:auto;
    }
}

@media only screen and (max-width: 1150px) {
    .logo_container ul li .btn {
      font-size: 12px;
    }

    .logo_container{
        font-size:1em;
    }

    .footeritems{
        position:relative;
    }

    .smartphonehidden{
        display:none;
    }

    .headerbar{
        display:block;
        position:fixed;
        left:0;
        top:0;
        width:100%;
        background:#139077;
        z-index:100;
    }

    .sidebar .toStartscreen {
      display: none;
    }
    .toStartscreen{
            position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 100%;
    box-sizing: border-box;
    transition: 0.3s;
    }
    body:not(.scrolledDown) .toStartscreen {
    	opacity: 0;
pointer-events: none;
    }

    .headerbar i{
        padding:1em;
        cursor:pointer;
        color:#fff;
        font-size:1.2em;
    }

    body,.content{
        width:100% !important;
       
    }

    body.noscroll{
        overflow-y:hidden;
    }

    .sidebar.scroll{
        overflow-y:auto;
    }

    .content{
        padding-top:72px;
padding-bottom: 20px;
min-height: 100vh;
	  box-sizing: border-box;
    }

    .sidebar{
	  border-right: 1px solid #fff !important;
	  padding-top: 55px;
        margin-left:0;
        position:fixed;
        left:0;
        top:0;
        height:100%;
        z-index:99;
    }
    .sidebar.mobileHide{
        display:none;
    }

    .startContainer{
        width: 100%;
    min-height: calc(100vh - 52px) !important;
	  font-size: 8px;
display: flex;
align-items: center
    }
    .logo_container {
      width: 100%;
max-width: 600px;
    padding: 0 10px;
margin-top: 0 !important;
box-sizing: border-box !important;
    }

    .teams_element .container img{
        width:100%;
    }

    .selection{
        display:none;
    }

    .logo_container{
        font-size:0.9em;
    }

    .left_selection{
        right:1em;
    }

    .right_selection{
        left:1em;
    }

    .container,.content .teams_element .container{
        width:100%;
        float:none;
        margin-left:0;
        min-height:auto !important;
        margin-right:0;
    }
}
@media only screen and (max-width: 450px){
    .errorContainer h2 {
        font-size: 4vw;
    }
}