﻿* {
    font-family: Helvetica;
    margin: 0px;
    padding: 0px;
    border: none;
}

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

body {
    overflow: auto;   
    /*background-image: url(images/background.png);*/
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background: rgb(255,192,66);
    height: auto;
    padding-bottom: 20px;
}

h1 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #2959AB;
    font-weight: bold;
}

h2 {
    color: #FF831F; 
    font-weight: bold;
    font-size: 20px;
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

a, a:visited, a:hover {
    text-decoration: none;
    color: #000000;
}

.ContentText {
    /*color: #2959AB;*/
    padding-left: 25px;
    padding-right: 35px;
    text-align: justify;
}


/*-----------------Contentbox-----------------*/
#Wrapper {
    margin: 20px auto 0px;
    background-color: #FFFFFF;
    /*border: 7px solid #D67200;*/
    height: 10%;
    width: 1150px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*-----------------Header-----------------*/
#headerWrapper {
    height: 150px;
    width: 100%;    
    border-top-left-radius: 15px;    
    border-top-right-radius: 15px;
}

#logoWrapper {
    background: url(images/gesundheitspraxis_violenbach.png) no-repeat top center #FFFFFF;
    height: 100%;
    background-size: auto 90%;
    background-position: right;
    margin: 0px 0px 0px auto;
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

/*-----------------Content-----------------*/
#contentWrapper {
    /*margin-left: -5px;
    margin-right: -5px;*/
    height: auto;
    background: #FFFFFF;
    border-top: 1px solid #F5A22F;
    overflow: hidden;
    padding-bottom: 30px;
    /*background: linear-gradient(to bottom, #EB913C 10%, #ec921f 100%);*/
}
/*-----------------Naviagtion-----------------*/
#navWrapper {
    float: left;
    width: 200px;
    height: 100%;
    padding-top: 10px;
    padding-left: 10px;
    /*background: #FFA459;*/
    background: #FFFFFF;
}

#navWrapper :first-child {
    /*border-top-width: 0px;*/
}

#navWrapper :last-child {
    /*border-bottom-width: 0px;*/
}

.menuItem {
    cursor: pointer;
    width: 100%;
    height: 35px;
    /*background: #FF7A0D;*/
    background: #FFFFFF;
    text-align: center;
    border: 0px solid #F5A22F;
    border-top-width: 1px;
    border-bottom-width: 1px;
    padding-top: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}

#selectedMenuItem {
    /*background: #FFA459 !important;*/
    /*background: #FFFFFF !important;*/
    background: #FF9B4A;
    /*color: #0072b5;*/
    color: #00146E;
    font-weight: bold;
    margin-left: 15px;
    border-top-width: 0px !important;
    border-bottom-width: 0px !important;
}

.menuItem:hover {
    /*background-color: #FAC498;
    border-color: #C95A00;*/
    background-color: #FAE098;
    border-color: #D18D00;
}

/*-----------------Content Body-----------------*/
#contentBody {
    margin-left: 200px;
    margin-right: 0px;
    /*background: #FFA459;*/
    background: #FFFFFF;
    padding-top: 20px;
    height: 100%;    
    padding-left: 15px;
}

.importantInformation {
    color: #FF831F; 
    font-weight: bold;
}



/*-----------------Vita-----------------*/

#vitaPortrait {
    background-image: url(images/IMG-20241029-WA0005.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
	background-position: bottom -75px right 0;
    height: 329px;
    margin-left: 20px;
    width: 225px;
    float: right;
}


/*-----------------Praxis-----------------*/
.galleryIcon {
    border: 3px solid #000000;
    border-radius: 10px;
    margin: 10px;
}


/*-----------------Kontakt-----------------*/
.labelInputBlock {
    width: 100%;
    height: 40px;
}

.inputLabel {
    width: 70px;
    float: left;
}

.contactInput {
    float: left;
    width: 350px;
    height: 25px;
    border: 1px solid #000000;
    border-radius: 3px;
}

/*-----------------Preise, Behandlung-----------------*/
.behandlungsList .listItem{
	font-weight: 100 !important;
}


.listItem {
    margin-top: 5px;
    padding-left: 10px;
    margin-left: 35px;
    margin-right: 35px;
    /*list-style-image: url(images/liImage.png);*/
    list-style-type: circle;
    font-weight: bold;
    list-style-position: outside;
}

    .listItem >:first-child {
        text-align: left;
    }

    .priceTag {
        text-align: right; 
        margin-top: -19px;
    }

/*-----------------Preise-----------------*/

.treatmentListItem {
    margin-top: 5px;
    padding-left: 10px;
    margin-left: 40px;
    margin-right: 40px;
    list-style-type: circle;
    list-style-position: outside;
}

/*-----------------Footer-----------------*/
#footer {
    width: 100%;
    height: 50px;
    border-top: 1px solid #F5A22F;
    background: #FFFFFF;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.copyrightText {
    text-align: left;
    color: #FF831F; 
    margin-top: 15px;
    margin-left: 15px;
    font-size: 12px;
}