p, a, li, h1, h2 {
    font-family: Verdana,Geneva,sans-serif;
}

p, a, li {
    font-size:13px;
    line-height: 15px;
}

p {
    color:white
}


a {
    cursor: pointer;
    cursor: hand;
    line-height: 15px;
    text-decoration: none;
    color: #9e9e9e;
}

a.mail {
	color:white!important;
}

p a.href-tel {
    color:white;
}

li {
    color: white;
    list-style-type: disc;
}

h1, h3 {
    margin:0;
    font-size:14px;
}

h2 {
    font-size: 16px;
    color: #9e9e9e;
    margin-top:0;
}

.container {
    /*width:1033px;*/
    height:580px;
    margin-top:91px;
    /* background-color: #6b6f76; */
    background-color: #595d64 ;
}

.inner-content {
    height:482px;
    padding-top:23px;
    margin-left:15px;
    margin-right: 18px;
}

.inner-content img {
    margin-top:9px;
}

#img-logo {
    padding-left:15px;
}

.sprache {
    padding-right:15px;
    float:right;
}

.sprache ul li {
    padding-right:5px;
    float:left;
    list-style-type:none;
}

.sprache ul li:last-child {
    padding-right:0;
}

.sprache ul li a img {
    width:30px;
}

img.flagge-deutsch {
    height:16px;
}

/* Burger Nav */
.burger-sprache {
    display:none;
}

.burger-sprache ul {
    padding-left: 13px;
}

.burger-sprache ul li {
    padding-right: 15px;
}

.burger-sprache ul li a img {
    width: 30px;
    margin-top: 0;
}

#burger-nav-icon {
    display:none;
}

#burger-nav-icon img.burger-icon {
    width:30px;
    margin-top:-10px;
    float: right;
}

#burger-nav-content {
    display:none;
    position:absolute;

}

#burger-nav-content.active {
    display: block;
    position: absolute;
    top: 39px;
    width:100%;
    z-index: 1;
}

#burger-nav-content ul li{
    border-top: 1px solid #848a90;
    float: left;
    padding: 8px 20px;
    background-color: #5e636b;
    width: 100%;
}

#burger-nav-content ul li:first-child {
    border-top:0;
}

#burger-nav-content ul li a {
    text-decoration:none;
    color:#9e9e9e;
    letter-spacing:1.2px;
}

.subsubnav-burger {
    display:none;
}

.subsubnav-burger.subisset {
    display:block;
}

/* Main Nav */
.nav-text {
    float:right;
    clear:both;
    margin-top:11px;
    padding-right:6px;
}

.nav-text ul li {
    float:left;
    padding:3px 8px;
    list-style-type:none;
}

.nav-text ul li:hover {
    background-color:#7a7e86;
}

.nav-text ul li a {
    text-decoration:none;
    color:#9e9e9e;
    letter-spacing:1.2px;
    font-size: 11px;
}

.nav-text ul li a:hover {
    text-decoration:none;
    color:white;
}


.subnav-main {
    display:none;
}

/*Kompetenzen hover*/

.nav-text ul li:hover .main-nav-hover {
    display:block;
}

ul.profil-main {
    padding: 0;
    position: absolute;
	right: 307px;
	top: 55px;
    background-color: #5e636b;
    z-index: 3;
}

img.pdf-icon {
    width: 10px;
    margin: 0 0 3px 5px;
}

ul.kompetenzen-main {
    padding: 0;
    position:absolute;
	right: 224px;
	top: 55px;
    background-color: #5e636b;
    z-index:3;
}

ul.partner-main {
    padding: 0;
    position: absolute;
    right: 190px;
    top: 55px;
    background-color: #5e636b;
    z-index: 3;
    width: 76px;
}

ul.kontakt-main {
    padding: 0;
    position: absolute;
    right: 105px;
    top: 55px;
    background-color: #5e636b;
    z-index: 3;
    width: 118px;
}


.main-nav-hover {
    display:none;
    padding-top:3px;
}

.main-nav-hover ul li:first-child {
    border-top: 1px solid #6b6f76;
}

.main-nav-hover ul li {
    border-bottom: 1px solid #6b6f76;
    float:none;
    padding: 3px 9px;
}

.main-nav-hover ul li:last-child {
    border-bottom:none;
    margin-bottom: 0;
}

.main-nav-hover ul li a {
    letter-spacing:1px;
    font-size:10px;
}

/*Kompetenzen hover ende*/

/*accordion beginn*/

#accordion {
    position: absolute;
    bottom: 145px;
    width:970px;
}

.accordion-inhalt h1 a, .nav-text ul li a  {
	font-family:'SackersGothicStd-Light';
}

#info-text-jorquera h1 {
    background-image:url(/images/pfeilspitze.png);
    background-repeat:no-repeat;
    background-position:right, center;
}

.accordion-reiter .accordion-inhalt h1 {
    background-image:url(/images/pfeilspitze.png);
    background-repeat:no-repeat;
    background-position:right, center;
}

.accordion-reiter.current .accordion-inhalt h1 {
    background:transparent;
}

.accordion-reiter:first-child {
    border-top: 1px solid #848a90;
    padding:7px 0;
    margin:0 15px;
}

.accordion-reiter {
    border-bottom: 1px solid #848a90;
    padding-top: 7px;
    padding-bottom: 8px;
    margin:0 15px;
}

.accordion-reiter:last-child {
    padding-top:8px;
}

.accordion-reiter a {
    color:#c6c6c6;
    font-family:Tahoma;
    font-size:11pt;
    text-decoration:none;
}

.jorquera-bild a h1 {
    margin-top:7px;
}

.jorquera-bild img {
    width: 235px;
}

#info-text-jorquera {
    margin-top:24px;
}

/*Pfeilspitzen*/

.pfeilspitze img{
    float:right;
    margin-top:5px;
}

/*Pfeilspitzen ende*/

/*accordion text*/

.accordion-reiter.current .accordion-inhalt .accordion-text {
    display:block;
}

.accordion-text {
    height:0;
    overflow:hidden;
    font-family:scala;
    font-size:11px;
    width: 80%;
}

.accordion-text p {
    padding-top:8px;
}

.accordion-text a {
    color: #9e9e9e;
}

.accordion-text ul {
    padding-left:14px;
    margin-left: 30px;
}
/*accordion ende*/

/*heigh 100%*/

.row, .col-xs-12, .inner-content {
    height:100%;
}

#row-header {
    height:79px;
}

.nav-burger {
    display:none;
}

/* management */

/*text */

#jorquera {
    position: absolute;
    bottom: 145px;
    margin:0 15px;
}

.jorquera-bild {
    float:left;
    margin: 0 30px 15px 0;
}

.name p {
    color: white;
    padding-top: 8px;

}

.smart-block {
    display:none;
}
/* Kontakt-Anfahrt */

.kontakt-text p {

    color: white;
    line-height: 7px;
}

.kontakt-text a {
    color: #9e9e9e;
    text-decoration:none
}

.gmap {
    float: left;
    width: 357px;
    margin-top: 10px;
}

.gmap p {
    font-size: 7pt;
    color: white;
}

/* Impressum */

.impressum-text {
    color:white;
    margin: 59px 15px;
}

p.ueberschrift {
    color: #9e9e9e;
}

.impressum-text a {
    color: #9e9e9e;
    text-decoration:none
}

.impressum-text ul {
    padding-left: 14px;
}

.impressum-text ul li {
    float: none;
    list-style-type: disc;
}

/*START PAGE*/
.start-page {
    width: 1033px;
    height: 580px;
    margin:0 auto;
    margin-top: 91px;
    background-color: #595d64;
}

.start-logo {
    /* margin: 0 auto; */
    /* width: 100%; */
    /* margin: 0 auto; */
    width: 638px;
    margin: 0 auto;
    margin-top:200px;
}

.start-logo img {
    width: 100%;
    /* margin: 0 auto; */
}

.start-lang {
    margin-top:100px;
}

.start-ger {
    width:100px;
	float:right; 
	margin-right:8px;   
}

.start-ger img.flagge-deutsch {
    width:60%;
    height:100%;
}

.start-en {
    width:100px;
	float:left;
	margin-left:36px;
}

.start-en img.flagge-englisch {
    width:60%;
    height:40px;
}

p a.href-tel {
    font-size:13px;
}


/*Responsive*/

/*Small devices (smartphones)*/
@media (max-width: 480px) {
    body {
        background-color:#595d64;
    }

    p a.href-tel {
        color:#9e9e9e;
    }

    .inner-content {
        padding-top:23px;
        margin:0 10px;
    }

    #accordion {
        position: relative;
        width: 100%;
        margin-top: 202px;
    }

    #jorquera {
        position: relative;
        width: 100%;
        margin-top: 100px;
        margin-left:0;
    }

    .accordion-reiter, .accordion-reiter.current {
        margin:0!important;
    }

    .accordion-reiter.current {
        padding-top: 7px;
        padding-bottom: 8px;
    }

    .accordion-reiter a {
        font-size: 13pt;
    }

    .accordion-text {
        width:100%;
    }

    .accordion-text p {
        font-size: 12pt;
    }

    .accordion-text ul li {
        font-size: 15px;
    }

    .container {
        margin-top:0;
    }

    .sprache {
        display:none;
    }

    .nav-text {
        display:none;
    }
    .burger-sprache {
        display:block;
    }

    .burger-sprache ul {
        padding-left:0;
    }

    .burger-sprache ul li {
        list-style-type:none;
        float:left;
    }

    #burger-nav-icon {
        display:block;
    }

    #burger-nav-icon img.burger-icon {
        margin-top: -14px;
    }

    #burger-nav-content.active {
        margin-top: -30px;
    }

    #burger-nav-content.active ul {
        padding:0;
        padding-right:30px;
    }

    #burger-nav-content.active ul li {
        list-style-type:none;
    }

    #burger-nav-content ul li#kom-burger, #burger-nav-content ul li#kon-burger, #burger-nav-content ul li#pa-burger {
        background-image: url(/images/pfeilspitze-unten.png);
        background-repeat: no-repeat;
        background-position: 96.5% 15px;
    }

    .subsubnav-burger.subisset ul li {
        background-image: url(/images/pfeilspitze.png);
        background-repeat: no-repeat;
        background-position: left;
    }

    img#img-logo {
        width: 285px;
        padding:0;
    }

    .smart-none {
        display:none;
    }

    .smart-block {
        display:block;
    }

    .kontakt-text {
        margin-left:0;
    }

    .gmap {
        float: left;
        margin-top: 30px;
        width: 253px;
    }

    .start-page {
        width:100%;
        height:100%;
        margin:0;
        background-color:transparent;
    }

    .start-content {
        width: 100%;
        margin-top: 100px;
    }

    .start-logo {
        width:85%;
        margin:0 auto;
    }

    .start-logo img {
        width:100%;
    }

    .start-lang {
        margin-top:50px;
    }

    .start-ger {
        width:50px;
        margin:0 auto;
    }

    .start-ger img.flagge-deutsch {
        width:80%;
        height:100%;
    }

    .start-en {
        width:50px;
        margin:0 auto;
    }

    .start-en img.flagge-englisch {
        width:80%;
        height:29px;
    }
    p a.href-tel {
        font-size:12pt;
    }
    
    .jorquera-bild {
    	float:none;
    	padding: 0 50px 15px 0;
    }
}

@media (min-width:481px) and (max-width:767px) {
    body {
        background-color:#595d64;
    }

    #img-logo {
        padding:0;
    }

    #accordion {
        width: 100%;
        position: relative;
        margin-top: 222px;
    }

    .accordion-reiter h1 a {
        font-size: 13pt;
    }

    .accordion-text {
        width:100%;
    }

    .accordion-text p {
        font-size: 12pt;
    }

    .accordion-text ul li {
        font-size: 15px;
    }

    #jorquera {
        width: 100%;
        margin: 108px 0 0 0;
        position: relative;
    }

    .jorquera-bild img {
        width:209px;
    }

    .jorquera-bild {
        margin:0 10px;
    }

    #info-text-jorquera {
        margin:0 10px;
    }

    .container {
        margin-top:0;
    }

    .sprache {
        display:none;
    }

    .nav-text {
        display:none;
    }

    .burger-sprache {
        display:block;
    }

    .burger-sprache ul li {
        float:left;
        list-style-type:none;
    }

    #burger-nav-icon {
        display:block;
    }

    .accordion-reiter, .accordion-reiter:first-child {
        margin-left: 10px;
        margin-right: 0px;
    }


    #burger-nav-icon img.burger-icon {
        float: right;
        margin-top: 6px;
    }

    #burger-nav-content.active {
        top: 29px;
        right: 15px;
    }

    #burger-nav-content.active ul li {
        list-style-type:none;
    }

    #burger-nav-content ul li#kom-burger, #burger-nav-content ul li#kon-burger, #burger-nav-content ul li#pa-burger {
        background-image: url(/images/pfeilspitze-unten.png);
        background-repeat: no-repeat;
        background-position: 98% 15px;
    }

    .subsubnav-burger.subisset ul li {
        background-image: url(/images/pfeilspitze.png);
        background-repeat: no-repeat;
        background-position: left;
    }

    .smart-none {
        display:none;
    }

    .smart-block {
        display:block;
    }

    .start-page {
        width:100%;
        height:100%;
    }

    .start-logo {
        /* margin: 0 auto; */
        /* width: 100%; */
        /* margin: 0 auto; */
        width: 70%;
        margin: 0 auto;
    }

    .start-logo img {
        width: 100%;
        /* margin: 0 auto; */
    }

    .start-lang {
        margin-top:100px;
    }

    .start-ger {
        width:100px;
        margin:0 auto;
    }

    .start-ger img.flagge-deutsch {
        width:100%;
        height:100%;
    }

    .start-en {
        width:100px;
        margin:0 auto;
    }

    .start-en img.flagge-englisch {
        width:100%;
        height:67px;
    }
    p a.href-tel {
        font-size:12pt;
    }
}

/* MidSmall devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width:1199px) {
    body {
        background-color: #595d64;
    }

    .container {
        width:100%;
    }

    #img-logo {
        padding-left:15px;
    }

    .burger-sprache {
        display:block;
        float:right;
        margin-top:29px;
    }

    .burger-sprache {
        display: block;
        float: right;
        margin-top: 29px;
        margin-right: 100px;
    }

    .burger-sprache ul li {
        float:left;
        list-style-type:none;
    }

    .sprache {
        display:none;
    }

    .nav-text {
        display:none;
    }

    #burger-nav-icon {
        display:block;
    }

    #burger-nav-icon img.burger-icon {
        width: 30px;
        margin-top: -46px;
        float: right;
    }

    #burger-nav-content.active {
        display: block;
        position: absolute;
        top: -23px;
        right: 15px;
        width: 100%;
        z-index: 1;
    }

    #burger-nav-content.active ul li {
        list-style-type:none;
    }

    #burger-nav-content ul li#kom-burger, #burger-nav-content ul li#kon-burger, #burger-nav-content ul li#pa-burger {
        background-image: url(/images/pfeilspitze-unten.png);
        background-repeat: no-repeat;
        background-position: 98.5% 15px;
    }

    .subsubnav-burger.subisset ul li {
        background-image: url(/images/pfeilspitze.png);
        background-repeat: no-repeat;
        background-position: left;
    }

    #accordion {
        width: 100%;
        padding-right: 15px;
        bottom: 234px;
    }

    .accordion-reiter a {
        font-size: 13pt;
    }

    .accordion-text {
        width:100%;
    }

    .accordion-text p {
         font-size: 12pt;
     }

    .accordion-text ul li {
        font-size: 15px;
    }

    #row-jorquera {
        margin-right: 15px;
    }

    #jorquera {
        width: 100%;
    }

    .container {
        margin-top:0;
    }

    .nav-text ul li {
        padding:3px 5px;
    }

    .kontakt-text {
        margin-top:0;
    }

    .gmap {
        margin-top:-59px;
    }

    .start-page {
        width:100%;
        height:100%;
    }

    .start-logo {
        /* margin: 0 auto; */
        /* width: 100%; */
        /* margin: 0 auto; */
        width: 638px;
        margin: 0 auto;
    }

    .start-logo img {
        width: 100%;
        /* margin: 0 auto; */
    }

    .start-lang {
        margin-top:100px;
    }

    .start-ger {
        width:100px;
        margin:0 auto;
    }

    .start-ger img.flagge-deutsch {
        width:100%;
        height:100%;
    }

    .start-en {
        width:100px;
        margin:0 auto;
    }

    .start-en img.flagge-englisch {
        width:100%;
        height:67px;
    }
    p a.href-tel {
        font-size:12pt;
    }

}

/* Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .container {
        width:1033px;
    }
}

/* FIREFOX STYLE */
@-moz-document url-prefix() {
    ul.kompetenzen-main {
        padding: 0px;
        position: absolute;
        right: 222px;
        top: 57px;
        background-color: #5E636B;
        z-index: 3;
        width: 136px;
    }

    ul.partner-main {
        padding: 0px;
        position: absolute;
        right: 178px;
        top: 57px;
        background-color: #5E636B;
        z-index: 3;
        width: 71px;
    }
    ul.kontakt-main {
        padding: 0px;
        position: absolute;
        right: 112px;
        top: 57px;
        background-color: #5E636B; 
        z-index: 3;
        width: 110px;
    }
    .main-nav-hover ul li a {
        letter-spacing: 0px;
        font-size: 10px;
    }
    ul.profil-main {
        right: 317px;
        top:57px;
    }
}