/* 
    Allgemeine Defitionen zuerst
    Created on : 22.11.20
    Author     : Robert Heine
* /
@font-face { font-family: 'Open Sans Condensed';
             src: url('/fonts/OpenSans-CondLight.ttf') format('truetype'); }
@font-face { font-family: 'Open Sans Condensed';
             src: url('/fonts/OpenSans-CondBold.ttf') format('truetype');
             font-weight: bold; }
/**/

* {
    margin: 0;
    padding: 0;
    border: 0;
}
body, html {
    height: 100%;
    font-family: inter, Arial, sans-serif;
    font-size: 15px;
    font-weight: inherit;
    line-height: 1.3em
}
/*
body, p, span, a, table, td, th, div, li, dd, dt, dl, strong, em, h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}
body, p, span, a, table, td, th, div, li, dd, dt, dl, strong, em, h3 {
    font-weight: normal;
    font-size: 17pt;
}
*/

body {
    font-weight: normal;
    background: white;
    /* Das hier sorgt zwar dafür, dass das Hintergrundbild bei <320 wiederholt wird, aber kleinere Bildschirme machen einfach keinen Sinn */
    min-width: 320px;
    min-height: 440px;
    /* line-height: 1.3 fach */
}

h1, .h1 {
    font-family: 'INTER BOLD', Arial, sans-serif;
    font-size: 26px;
}

h2, .h2 {

}

h3 {

}
h4 {

}

body, p, td {
}

p, li, dd {
    margin-bottom: 20pt;
}
p:last-child, li:last-child, dd:last-child {
    margin-bottom: 0;
}
strong {
    font-weight: bold;
}

h2, h3, h4, h5, h6, table, p, ul, ol {
    margin-bottom: 17pt;
}
.text-block ul {
    margin-left: 16px;
    padding-left: 0px;
}

img {
    max-width: 100%;
}

.text-center {
    text-align: center;
}
.noMargin {
    margin: 0;
}

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

.error {
    background-color: #ffb4b4;
    padding: 16px;
}



/************** LAYOUTS ****************/

    .left {
        float: left;
    }
    .right {
        float: right;
    }
    .clear {
        clear: both;
    }

    /* GRID */
    .row  {
       xmargin-left: -3%;
    }
    .row [class*="span"] {
        margin-right: 2%;
        display: inline-block;
        float: left;
    }
    .row [class*="span"]:first-child {
        
    }
    .row [class*="span"]:last-child {
        margin-right: 0;
        padding-right: 0%;
    }
    .row [class*="span"]:last-child:after {
        content: " ";
        clear: both;
    }
    
    .row .span3 {
        width: 23%;
    }
    .row .span3:last-child {
        width:25%;
    }

    .row .span4 {
        width: 32%;
    }
    .row .span4:last-child {
        width: 32%;
    }

    .row .span6 {
        width: 48%;
    }
    .row .span6:last-child {
        width:50%;
    }

    .row .span8 {
        width: 68%;
    }
    .row .span6:last-child {
        width:70%;
    }


    .container {
        max-width: 1081px;
        padding-left: 0;
        padding-right: 0;
        margin: auto;
    }

    
       
        
    /** Tabellen **/
        table {
            width: 100%;
            border-collapse: collapse;            
        }
        table td {
            padding: 5px 5px;
            vertical-align: top;
        }
        table td a {
            color: #1c7bc0;
        }
        table td.termin_link  a {
            font-size: 9px;
            font-size: 11px; /* 09.02.2019 */
        }
        table tr:hover td {
            background-color: #f5f5f5;
        }
        
        table.table_underlined td {
            border: none;
        }
        table.table_underlined td.no_underline {
            border-bottom: none;
            padding-bottom: 0;
        }

        .table {
            display: table;
        }
        .table-row {
            display: table-row;
        }
        .table-column {
            display: table-column;
        }
        .table-cell {
            display: table-cell;
        }
        .va-bottom {
            vertical-align: bottom;
        }


    .equalHeights {
        display: flex;
        flex-wrap: wrap;
    }

    .equalHeights .equalHeight {
        display: flex;

    }


/************** LINKS ***************/
    a { 
        color: black;
        text-decoration: none;
    }
    a:hover {
        opacity: 0.8;
    }

    a.btn {
        border: 2px solid black;
        border-radius: 0;
        font-weight: bold;
    }
    a.btn:hover {

    }
    
    

        
/*********** Header *************/

    img.longArrow {
        height: 10px;
    }

    .header {
        border: 1px solid black;
        height: 60px;
        background: white;
        display: block;
    }

    .header .left,
    .header .middle,
    .header .right {
        height: 100%;
        margin-top: 20px;
    }
    .header .left {
        float: left;
    }
    .header .middle {
        float: left;
        text-align: center;
    }
    .header .right {
        float: right;
    }


    .header .page_headings h1 {
        font-weight: bold;
        font-size: 26px;
        line-height: 1.2;
        margin-bottom: 0px;
        margin-top: 0px;
        text-transform: uppercase;
    }

/*************** Galerie Menuitem top left: Show on subpages, on frontpage show "click to enlarge" ***********************/
    .click_to_enlarge {
        display:none;
    }
    .homepageLink {
        display: block;
    }
    body.home .click_to_enlarge {
        display:block;
        font-size: 15px;
    }
    body.home .homepageLink {
        display: none;
    }


/************** Inhalt ***************/

    .content {
        border: 1px solid black;
        border-top: 0px solid black;
        height: calc(100vh - 63px); /* Abzgl. header : (height 60px + 2px border oben und unten) + 1px border-bottom bei .content*/
        overflow-y: auto;
        width: calc(100% - 2px); /* Volle Breite, ohne Border links und rechts */
    }


    .content .container {
        margin-left: auto;
        margin-right: auto;
        width: 96%;
        max-width: 1081px;
    }

    .component {
        padding-top: 40px;
    }


    .content a {
        text-decoration: underline;
    }
    .content a:hover {
        opacity: 0.8;
    }

/******** HOME *********/

    .home .imageContainer {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        margin-bottom: 2%;
    }
    .home .imageContainer img {
        visibility: hidden;
    }
    .home .imageContainer .image-link {
        display: block;
        height: 100%;
    }

/************** LIGHTBOX ***************/


    body .lightboxOverlay:focus {
        outline: none;
    }
    body .lightboxOverlay {
        background-color: white;
        opacity: 1;
    }

    body .lb-data,
    body .lb-number {
        color: black;
    }

    body .lb-outerContainer {
        position: static;
    }

    body .lb-nav  {
        height: 96%;
    }
    body .lb-nav a.lb-prev {
        background-position: 5% 48%; /* links aussen */
        background-position: 90% top; /* mittig */
        background-position: right 30px top; /* css3 feature, yeah! */
        background-image: url(../images/icons/prev.png);
        background-size: 20px 20px;
    }
    body .lb-nav a.lb-next {
        background-position: 95% 48%; /* rechts aussen */
        background-position: 10% top; /* mittig */
        background-position: 30px top; /* nur machen, wenn oben mit CSS3 gearbeitet wird */
        background-image: url(../images/icons/next.png);
        background-size: 20px 20px;
    }
    body .lb-data .lb-close {
        background-image: url(../images/icons/close.png);
        background-size: 20px 20px;
    }

    body .lb-data .lb-caption {
        font-weight: inherit;
        line-height: 1.3em
    }



/** Controls nach oben **/
    body .lb-nav  {
        top: -30px;
        width: 100%;
    }
    body .lb-nav a.lb-prev,
    body .lb-nav a.lb-next {
        width: 50%;
        background-position-y: top;
        opacity: 1;
    }
    body .lb-nav a.lb-next {
    }
    body .lb-data .lb-close {
    }

    body .lb-closeContainer {
        position: absolute;
        top: -30px;
        left: calc(50% - 15px);
        z-index: 999999;
    }
    body .lb-closeContainer .lb-close {
        background-position: top center;
    }

/*
body .lightbox .lb-container {
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    height: auto !important;
}
body .lightbox .image {
    max-width: 100%!important;
}
*/


    
    
/************** Portraits ***************/

/************** Accordion (bei Vita, Presse, Coaching) ***************/

    
/************** Media ***************/


/************** Media-Galerie ***************/

    

/******** Links und Impressum **********/
    .kontakt_impressum .component a,
    .links_container a {
        line-height: 2;
        text-decoration: underline;
        font-weight: bold;
    }

