/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21.07.2016, 10:45:40
    Author     : fabian
*/

body {
    color: #00496c;
    font-size: 14px;
    font-family: Ubuntu;
}

header {
    padding-top:100px;
}

.headerlogo {
    width:100%;
}

.headerlogo img{
    margin-left:auto;
    margin-right:auto;
    display: block;
    height:200px;
}

.steuerberaterin-header {
    text-align: center;
    background: #00496c;
    margin-bottom:5px;
    margin-top: 4px;
    padding-bottom: 2px;
}

.steuerberaterin-header img {
    width: 280px;
}

h2 {
    font-size: 16px;
    font-family: "Adobe Garamond Pro","Times New Roman";
    
}

.impressum h2 {
    line-height: 25px;
    color:white;
    background: #ccc;
    margin-bottom:5px;
    padding-left: 10px;
}

.vita h2 {
    padding-top:10px;
    font-size: 16px;
}

.redline {
    height:5px;
    background: #972d31;
    margin-bottom: 20px;
}

.tk-container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

a {
    color: #00496c;
}

a:hover {
    color: #972d31;
    text-decoration: none;
}

div.tk-active a {
    color: #972d31;
}

#main-nav {
    font-family: "Adobe Garamond Pro","Times New Roman";
    letter-spacing: 2px;
    font-weight:bold;
}

#main-nav .uk-width-1-5 {
    text-align: center;
}

.articlelogo-start {
    height: 200px;
    margin-left: -100px;
    margin-top:50px;
}

.tk-article-start {
    margin-top: -75px;
    margin-bottom: 100px;
}

.tk-article-start a {
    color: #972d31;
}

.tk-article-start A:HOVER {
    text-decoration: underline;
}

.articlelogo {
    margin-top: -20px;
}

.tk-article {
    margin-top: 50px;
    margin-bottom: 100px;
}

.uk-tab-left>li.uk-active>a {
    border-left: 0;
    border-top: 0;
    border-bottom: 1px solid;
    border-bottom-color: #972d31;
}

.uk-tab-left {
    border-right: 0;
}

.uk-tab>li>a {
    color: #00496c;
}

h1 {
    color: #972d31;
    font-size: 30px;
    line-height: 30px;
    font-family: "Adobe Garamond Pro","Times New Roman";
    letter-spacing: 2px;
    font-style: italic;
    font-weight:700;
}

.imagetitle {
    text-align: right;
}

.imagetitle-name {
    font-family: "Adobe Garamond Pro","Times New Roman";
    font-size: 16px;
    font-style: italic;
    letter-spacing: 1px;
}

.vita .uk-width-3-4 {
    padding-bottom: 10px;
}
.vita h2{color: #972d31;}
.vita h3 {
    padding-top: 20px;
}

#leistungen-switcher > li > ul{
    list-style-type: disc;
}

#leistungen-switcher > li > ul > li{
    padding-bottom: 10px;
}

#leistungen-switcher > li > ul > li > ul{
    list-style-type: disc;
}

.tk-article-start .uk-tab A:HOVER {
    text-decoration: none;
}

.center-text {
    text-align: center;
}

.footerlinks {
    font-size: 12px;
    text-align:right;
}

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

footer {
    height: 200px;
    background: #00496c;
    background-image: url(/img/logo_footer.png);
    background-size: contain;
}

.uk-navbar-toggle {color:#fff;height:auto;}
.uk-navbar-toggle:focus, .uk-navbar-toggle:hover {
    color: #fff;
    
}
.uk-offcanvas-bar{
    background-color:#00496c;
    font-family:"Adobe Garamond Pro","Times New Roman";
    color:#fff;
}
.uk-nav-offcanvas>li>a{color:#fff;}
@media (max-width:1100px) {
    .tk-container {
        max-width: 800px;
    }
}
@media(max-width:960px) {
    
    .tk-article-start {
        margin-top: 20px;
    }
}
@media(max-width:768px) {
    .tk-container {
        padding-right: 20px;
        padding-left: 20px;
    }
    
    .tk-article-start {
        margin-top: 20px;
    }
    ul#leistungen-switcher{margin-top:20px;}
    
    .imagetitle {
        text-align: left;
        margin-bottom:20px!important;
    }
    .vita h1 {
        margin-top: 40px;
    }
}
@media(max-width:480px) {
    .vita .uk-width-1-10{width:0px;}
    .vita .uk-width-9-10{width:100%;}
}
@media(max-width:414px) {
    
    .uk-navbar-toggle {
        color:white;
        height: 26px;
        position: absolute;
    }
    .steuerberaterin-header img {
        width: 240px;
    }
}

.link-red {
    color: #972d31;
}

.tk-article-start h2 {
    margin-bottom: 10px;
    color: #972d31;
    font-style: italic;
    font-size: 20px;
    font-weight: 500;
}

.tk-article-start h1 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.tk-article-start h1+p {
    margin-bottom: 20px;
}