/*** Datei styles.css ****/

/* 
    Allgemeine Defitionen zuerst
    Created on : 10.02.2018, 13:33:44
    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%;
}
/*
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-family: 'Montserrat', sans-serif;
    font-weight: normal;
    background: rgb(233,233,233);
    background: white;
    /* Das hier sorgt zwar dafür, dass das Hintergrundbild bei <320 wiederholt wird, aber kleinere Bildschirme machen einfach keinen Sinn */
    min-height: 440px;
    min-width: 320px; 
}

h1, .h1 {
    font-family: 'Playfair Display', serif;
}

h2, .h2 {
    font-family: 'Montserrat', sans-serif;
}

h3 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 25px;
}
h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 25px;
}

body, p, td {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-size: 14px; /* 09.02.2019 */
    line-height: 1.5;
}

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

table, p, ul {
    margin-bottom: 17pt;
}
.text-block ul {
    margin-left: 16px;
    padding-left: 0px;
}

img {
    max-width: 100%;
}


/************** 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 .span4 {
        width: 28%;
    }
    .row .span6 {
        width: 48%;
    }
    .row .span8 {
        width: 68%;
    }
    
    
    
    
    .text-center {
        text-align: center;
    }
    
    
    .noMargin {
        margin: 0;
    }
    
       
        
    /** 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-bottom: 2px solid black;
        }
        table.table_underlined td.no_underline {
            border-bottom: none;
            padding-bottom: 0;
        }




/************** LINKS ***************/
    a { 
        color: black;
        text-decoration: none;
    }
    a:hover {
        color: rgb(230,0,126);
        text-decoration: underline;
    }

    a.btn {
        border: 2px solid black;
        border-radius: 0;
        font-weight: bold;
    }
    a.btn:hover {
        border-color: #c19d9e; /* Orange */
    }


    .component .text-block a {
        text-decoration: underline;
    }

    a.youtube {
        background: url(../images/youtube_icon_144.png) left center no-repeat;
        background-size: 12px 12px;
        padding-left: 16px;
    }
    

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

    body {
        height: 100%;
    }
    
    .header {
        margin-top: 10px;
        margin-bottom: 20px;
        padding-left: 45px;
        padding-right: 45px;
        z-index: 30;
    }
    
    .container_header .header,
    .container {
        max-width: 1081px;
        padding-left: 0;
        padding-right: 0;
        margin: auto;
        position: relative;
    }
    
    .container_header {
        position: absolute;
        top: 0;
        width: 100%;
    }
    
    .container_header .header {
        width: 99%;
    }
    
    /* Termine */
        .container_smaller {
            padding-left: 45px;
            padding-right: 45px;
        }
        
    /* bei Vita, Presse, Impressum */
        .container_smallest {
            max-width: 881px;
            margin-left: auto;
            margin-right: auto;
        }
    
    img.full {
        position: absolute;
        max-width: 100%;
        max-height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    img.thumbnail {
        max-height: 50px;
    }
    
    .component {
        margin-top: 40px;
    }
    
    
    /* Vertical Center the component output. Works best with display:table, because of the header, which might overlap.  */
        body {
            overflow-y: scroll;
        }
        .header {
            position: absolute;
            right: 0;
            height: 60px;
            width: 100%;
            background: white;
        }
        .container {
            position: relative;
            z-index: 20;
            margin-bottom: 20px;
            height: 100%; /* Das hier sorgt dafür, dass Inhalte vertikal zentriert sind. */
        }
        
        /*
        bei dieser Seite würde es allerdings dafür sorgen, dass die Full-Screen Media-Galery unterhalb eines zu hohen Video-containers liegt.
        und ausserdem soll seit 09.02.2019 dr Video-bereich nicht mehr 100vh haben.
        */
            body.media .container {
                min-height: 100%;
            }
            body.media .container,
            body.media .outerContainer,
            body.media .component,
            body.media .vCenter {
                height: auto;
                min-height: auto;
            }
            
            
            
        .outerContainer {
            display: table;
            width: 100%;
            height: 100%;
            padding-top: 80px; /* vom Header*/
        }
        .component {
            display: table-row;
            height: 100%;
        }
        .vCenter {
            display: table-cell;
            vertical-align: middle;
            height: 100%;
        }
        
        

/******** Medium-Zoom Image-Zoom function ******/

    body.medium-zoom--open {
        height: 100vh;
    }
    
    /* Header ausblenden, wenn Bild vergrößert wird */
        .medium-zoom--open .container_header {
            opacity: 0;
        }
        .medium-zoom--open .container {
            z-index: auto;
            overflow-y: hidden;
        }
        
        
/*********** Header *************/
    xxx body.home .header {
        background: transparent;
        position: static;
    }
    
    .header .page_headings {
        width: 403px;
        display: block;
    }
    .header .page_headings h1 {
        font-family: 'Playfair Display', serif;
        font-weight: bold;
        font-size: 14px;
        line-height: 1.2;
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .header .page_headings h2 {
        margin-bottom: 13pt;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        font-size: 13px;
        line-height: 2;
    }
    
    
    
    
    /******** HOME *********/
       
        body.home  {
            background-image: url('/images/content/01_home.jpg');
            background-size: cover;
            background-position: top center;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        
        body.home .container_header {
            background: white;
        }
        
        body.home .headings_home {
            position: absolute;
            top: 50%;
            left: 58%;
            width: 460px;
            margin-top: -120px;
        }

        body.home .headings_home .h1 {
            font-size: 53px;
            font-weight: bold;
            line-height: 1.5;
        }

        body.home .headings_home .h2 {
            font-size: 40px;
            line-height: 1.2;
        }
        body.home .headings_home:hover {
            color: black;
            text-decoration: none;
        }
        body.home .component {
        }

.table {
    display: table;
}
.table-row {
    display: table-row;
}
.table-column {
    display: table-column;
}
.table-cell {
    display: table-cell;
}
.va-bottom {
    vertical-align: bottom;
}
        
    
/************** Projekte ***************/
    .projekt_row {
        
    }
    .text-block, .image-left {
        
    }
    .textblock_inner {
        
    }
    .projekt_overview .container_smallest {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
    .projekt_preview {
        margin-bottom: 5px;
    }
    .projekt_preview span {
        /*background: transparent url(/images/icons/arrow_right.svg) 100% 11px no-repeat;
        background-size: 17px;
        */
        padding-right: 20px; 
    }
    .projekt_preview a {
        text-decoration: underline;
        text-decoration: none;
    }
    .projekt_preview a:hover {
        color: inherit;
    }
    .projekt_preview .thumbContainer {
        display: inline-block;
        vertical-align: middle;
        width: 65px;
        margin-right: 10px;
        float: left;
    }
    .projekt_preview img {
        display: none;
        height: 20px;
    }
    
    
    
    /* Der Bilder-Block unter dem Text, zB auf "Projekte" "*/
        .text-block {
            margin-top: 20px;
            margin-top: 0px;
        }
        .text-block.noMargin {
            margin-top: 0px;
        }
        .text-block-bottom {
            margin-top: 50px;
        }

        .text-block-bottom img {
            width: 170px;
            float: left;
            margin-right: 2px;
            width: 30%;
            margin-right: 2%;
        }
        .text-block-bottom span.text-bottom {
            width: 170px;
            height: 132px;
            vertical-align: bottom;
            display: table-cell;
            width: 30%;
            margin-right: 2%;
        }
        
    .text-bottom {
        font-size: 10px;
        line-height: 2;
    }
        
    
    
/************** Portraits ***************/
    .gallery_image,
    .portrait {
        position: relative;
    }
    
    .portrait.span4 {
        width: 30%;
    }
    
    .imagelist .icon,
    .gallery_image .icon,
    .portrait .icon {
        position: absolute;
        bottom: 12px;
        right: 3px;
        width: 25px;
    }
/************** Accordion (bei Vita, Presse, Coaching) ***************/
    .accordion_row.active strong,
    .accordion_row.active td {
        border-color: rgb(230,0,126);
        color: rgb(230,0,126);
    }
    
    td.accordion_link {
        width: 15px;
    }
    .accordion_control img {
        width: 15px;
        height: 15px;
    }
    
    li .accordion_descr {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    li.accordion_row .accordion_control img {
        height: 15px;
        width: 15px;
        vertical-align: text-bottom;
    }
    
    /*
    .accordion_row.descr_row {
        height: 0;
        opacity: 0;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
    }
    .accordion_row.descr_row.active {
        height: auto;
        opacity: 1;
        display: table-row!important;
    }
    */
    
/************** Media ***************/
    video {
        background: black;
    }
    
    .media_container .youtube {
        width: 32%;
        margin-right: 2%;
    }
    .media_container .youtube:nth-child(3n+1) {
        margin-right: 0%;
    }
    
    .media_container .youtube:last-child {
        width: 32%;
        margin-right: 0;
    }
    .media_container .youtube iframe {
        width: 100%;
        height: 150px;
    }
    
    body.media.gallery .container {
        max-width: 100%;
        overflow: hidden;
    }
    
    .media_gallery_container {
        margin-bottom: 50px;
    }
    

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

    .images_container {
        position: relative;
        height: 300px;
        overflow-y: hidden;
    }
    .gallery_viewport {
        width: 100vw;
        overflow-x: scroll;
    }
    .gallery_liste {
        white-space: nowrap;
    }
    
    .gallery_image {
        width: 680px;
        margin-right: 10px;
        display: inline-block;
    }
    .gallery_image img.medium-zoom-image {
        width: auto;
        height: 300px;
    }
    .gallery_image .gallery_image_clickable {
        width: 680px;
        position: relative;
    }
    
    .gallery_image p {
        background: white;
        margin-top: 0px;
        text-align: right;
        font-size: 12px;
    }

    
    /* Bildergallery Scrollbar entfernen bei Bildvergrößern */
        body.media.gallery.medium-zoom--open  {
            overflow-x: hidden;
        }
        body.media.gallery.medium-zoom--open .gallery_viewport {
            overflow-x: initial!important;
        }
      
    
      
    /**************** Slick Slider ******************/
    
    .imagelist_container .image:focus,
    .imagelist_container img:focus {
        outline: none;
    }
    
    .imagelist_container {
        width: calc(100vw - 20px);
        display: block;
    /* 
        height: calc(100vh - 100px);
        max-height: 580px;
     */
        overflow: hidden;
    }
    .imagelist_container .image {
        margin-left: 5px;
        margin-right: 10px;
        width: 700px;
        position: relative;
    }
    
    .imagelist .icon {
        bottom: 39px;
    }
    
    body .vergroesserbar,
    body .medium-zoom-overlay_rh {
        cursor: pointer;
    }
    
    body .medium-zoom-overlay_rh {
        background-color: black;
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        z-index: 999;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
    }
    /* wird nicht mehr benötigt, da nur noch das .medium-zoom-overlay_rh erzeugt wird. */
    .medium-zoom-image.medium-zoom-image--open {
        z-index: 9999;
        position: fixed;
        top: 50%; /* in die Mitte des Viewpots nach unten verschieben */
        transform: translate(0,-50%)!important; /* 50% der eigenen Höhe nach oben schieben */
    }
    

    /******** Tabelleninhalt Presse **********/
        .presse_container td.vita_descr {
            padding-right: 25%;
        }
        
    
    /******** Coaching **********/
        .image-right {
           text-align: right;
        }
        .coaching_container .image-right .img-smaller {
            width: 380px;
            margin-top: 17px;
        }
    
    /* Seit 09.02.2019 wegen größerer Schrift, damit das (+) Icon nicht alleine in der nächsten Zeile ist )*/
        @media (min-width: 850px) {
            .coaching_container .span6.image-right {
                width: 42%;
            }
            .coaching_container .span6.text-block {
                width: 54%;
            }
        }
        
        
    /******** Links und Impressum **********/
        .kontakt_impressum .component a,
        .links_container a {
            line-height: 2;
            text-decoration: underline;
            font-weight: bold;
        }
        
      

/*** Ende von Datei styles.css ****/


/*** Datei nav.css ****/

.burger_toggle {
    display: none;
}
.mainmenu {
    float: right;
    margin-top: 24px;
}

.mainmenu ul,
.mainmenu ul li {
    list-style: none;
    text-align: right;
    margin-bottom: 0;
}
   
.mainmenu ul li {
    margin-bottom: 0;
    position: relative;
}

.mainmenu ul li a {
    text-transform: uppercase;
    color: black;
    margin-left: 16px;
    font-size: 10px;
    font-weight: normal;
    line-height: 2;
}
.mainmenu ul li.active > a {
    font-weight: bold;
}
.mainmenu ul li.hasChildren > a {
    margin-left: 2px;
}

ul.nav-horizontal {
    display: inline-block;
}
ul.nav-horizontal li.nav-item {
    display: inline-block;
}

/* Hauptnav Startseite * /

    body.home .mainmenu {
        position: absolute;
        top: 30px;
        right: 10px;
        z-index: 99;
        margin-top: 20px;
    }
    
    
    body.home .mainmenu ul li a {
        font-weight: 400;
        margin-left: 0px;
        font-family: "Montserrat";
        font-size: 10px;
        line-height: 2;
        padding: 10px;
    }
    
    
/** Subnav, zB bei Projekte **/

     /* Das (+) und (-) Icon bei Projekte und Media */
        /* Das hier nur bei responsive anzeigen. */
        
        .mainmenu ul li a.subnavToggl {
            xdisplay: none;
            margin-right: 2px;
            text-decoration: none;
        }
            
        
        .subnavToggl img {
            width: 16px;
            height: 16px;
            vertical-align: middle;
        }
        .subnavToggl .minus-icon {
            display: none;
        }

    
        
    .nav .subnav {
        position: absolute;
        top: 21px;
        left: 15px;
        width: 1px;
        padding: 10px;
        padding: 0px; /* 15.01.25, damit nicht das unsichtbare Element gehovered werden kann. */        
        
        
        background: white;
        border-width: 1px;
        border-style: solid;
        border: none;
        text-align: left;
        box-shadow: 5px 5px 12px rgba(0,0,0,0.2);
        
        z-index: 99;
        opacity: 0;
        
        /**/
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        /**/
    }
    .nav .subnav li {
        text-align: left;
        border-bottom: 1px dotted black;
        overflow: hidden;
        /*
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;        
        transition: all 0.5s ease-in-out;
        height: 0px;
        margin-bottom: 0px;
        padding-bottom: 0px;
         */
        padding-bottom: 5px;
        background: white;        
    }    
    
    /* Subnav öffnen */
        .nav li.open > .subnav,
        .nav li:hover > .subnav {
            opacity: 1;
            padding: 10px;
            width: 300px;
        }
        .nav .subnav > li
        /* .nav li.open > .subnav li,
        .nav li:hover > .subnav li */ {
            height: 30px;
            margin-bottom: 0px;
            padding-bottom: 5px;
        }
        .nav .subnav > li:last-child /*
        .nav li.open > .subnav li:last-child,
        .nav li:hover > .subnav li:last-child */  {
            border-bottom: none;
            margin-bottom: 0px;
            padding-bottom: 0px;
        }


    .nav .subnav li > a {
        display: block;
        padding: 5px 0;
        width: 295px;
    }
    
    .nav .colorIcon {
        display: none;
        border-width: 4px;
        border-style: solid;
        border-radius: 4px;
        margin-left: -15px;
    }
    .nav .subnav .active > .colorIcon {
        display: inline-block;
    }
        


/*** Ende von Datei nav.css ****/


/*** Datei colors.css ****/

body, html {
    color: #1c1c1b;
    border-color: #1c1c1b;
}

/* leicht braun */
.color1 {
    color: #be9883;
    border-color: #be9883;
}

/* grau-braun */
.color2 {
    color: #55524a;
    border-color: #55524a;
}

/* dunkles blau */
.color3 {
    color: #3d4862;
    border-color: #3d4862;
}

/* hellblau */
.color4 {
    color: #bcc9da;
    border-color: #bcc9da;
}

/* rotbraun */
.color5 {
    color: #d54932;
    border-color: #d54932;
}

/* rot */
.color6 {
    color: #e6321e;
    border-color: #e6321e;
}

/* meeres-blau */
.color7 {
    color: #1677bd;
    border-color: #1677bd;
}
/* meeres-hellblau */
.color8 {
    color: #88b9d9;
    border-color: #88b9d9;
}

/* Grün */
.color9 {
    color: #0b8777;
    border-color: #0b8777;
}
/* rot */
.color10 {
    color: #e51526;
    border-color: #e51526;
}
/* blass-blau */
.color11 {
    color: #53628a;
    border-color: #53628a;
}
/* blass-hellbraun*/
.color12 {
    color: #d6b3b7;
    border-color: #d6b3b7;
}

/* hellbraun */
.color13 {
    color: #c77c55;
    border-color: #c77c55;
}

/* Tango-Rot */
.color14 {
    color: #c52530;
    border-color: #c52530;
}

/* Euridyke */
    .color15 {
        color: #323E46;
        border-color: #c52530;
    }
    /* https://trello.com/c/Z20XOtLW/#action-5c67bc83ceaefc5a0f9e74c9*/
    .color16 {
        color: #A3434C;
        border-color: #A3434C;
    }
	
/* Lotterlieder */
.color17 {
	color: rgb(150,10,30);
	border-color: rgb(150,10,30);
}

/*** Ende von Datei colors.css ****/


/*** Datei responsive.css ****/

    
@media (orientation: portrait) and (max-width: 1920px) {
    img {
        max-width: 100%;
    }
    img.high {
        display: none;
    }
}

@media (orientation: landscape) {
    
    img {
        max-height: 100%;
    }
    img.wide {
        display: none;
    }

}


/**** Große Monitore *****/
    @media (min-width: 1921px) {
        .container_header .header,
        .container {
            max-width: 1781px;
        }

        .text-block-bottom img {
            width: 40%;
        }

        h4,
        body, p, td {
            font-size: 16px;
        }
        h3 {
            font-size: 32px;
        }
        .mainmenu ul li a {
            font-size: 14px;
        }
        .header .page_headings h2 {
            font-size: 17px;
        }

        .header .page_headings h1 {
            font-size: 18px;
        }


    } /* min-width: 1921px */
    

    @media (max-width: 1120px) {
        body.home  {
            background-position: 31% top;
        }
        
        
        body.home .headings_home {
            left: auto;
            right: 0;
            width: 400px;
        }
        
        
    } /* max-width: 1120px */

    
    @media (max-width: 950px)  {
        body.home .headings_home {
            margin-top: 77px;
        }
    }
    
    @media (max-width: 950px) and (min-width: 850px) {
        ul.nav-horizontal li.nav-item a {
            margin-left: 6px;
            font-size: 10px;
        }
    }

    @media (min-width: 850px) {
        body.media .media_container  {
            padding-top: 40px;
        }
    }

/***** Handy ****/
    @media (max-width: 850px) {

        
        body.media .vCenter,
        body.media .container {
            height: auto;
            min-height: 100%;
        }
        
        
        .left, .right {
            float: none;
        }
        body {
            margin-bottom: 20px;
        }


        /* Header / Nav */
            .header .page_headings {
                width: 200px;
                margin-left: 5px;
            }
            .header .page_headings h1 {
                margin-top: 5px;
                margin-bottom: 10px;
                font-size: 14px;
            }
            .header .page_headings h2 {
                font-size: 11px;
                line-height: 1.1;
                margin-bottom: 5px;
            }

            .mainmenu {
                width: 75px;
                margin-top: 0px;
            }
            .mainmenu ul.nav-horizontal {
                display: none;
                width: 140px;
                position: absolute;
                top: 55px;
                right: 0;
                background: white;
                box-shadow: -3px 4px 9px #0000001f;
            }
            ul.nav-horizontal li.nav-item {
                display: block;
                padding: 3px 10px;
            }
            
            .mainmenu > ul > li > a {
                margin-left: 0;
                vertical-align: top;
            }

           

            /* Die Subnaviation */
                .mainmenu ul li a.subnavToggl {
                    display: inline-block;
                }
                .nav .subnav {
                    left: auto;
                    right: 30px;
                    width: 260px;

                    right: 117px;
                    width: 1px;
                }
                .nav li.open > .subnav li,
                .nav li:hover > .subnav li {
                    height: auto;
                }

            .burger_toggle {
                position: absolute;
                top: 0px;
                right: 10px;
                display: block;
                border: 0px solid red;
                padding: 16px 0;
                text-align: right;
                font-weight: bold;
                background: white url(/images/android-chrome-192x192.png) left center no-repeat;
                background-size: 33px;
                width: 80px;
            }

         /* GRID */
            .row [class*="span"] {
                margin-right: 0%;
                display: block;
                float: none;
            }
            .row [class*="span"]:last-child {
                margin-right: 0;
                padding-right: 0%;
            }

            .row .span4 {
                width: 100%;
            }
            .row .span6 {
                width: 100%;
            }
            .row .span8 {
                width: 100%;
            }


        /* fixed Header / Menu */
            .container_header {
                position: fixed;
                background-color: white;
                z-index: 90;
            }


        /** Inhalte **/
            .outerContainer {
                padding-top: 65px;
                padding-top: 75px;
            }

            .container {
                padding-left: 10px;
                padding-right: 10px;
            }
            .container_small,
            .container_smaller,
            .container_smallest {
                padding-left: 0px;
                padding-right: 0px;
            }
            table td {
                font-size: 10px; /* in Termine-Tabelle ist 10px gut. */ 
                font-size: 12px; /* am 09.02.2019 allgemein erhöht wegen Lesbarkeit */ 
            }
            .image-right {
                text-align: left;
            }

        /* Projekte */
            .projekt_preview {
                margin-bottom: 10px;
            }
            .text-block-bottom img {
                width: 32%;
            }

        /* Vita */
            img.elke_image {
                width: 100px;
            }

        /* Media */
            .media_container .youtube,
            .media_container .youtube:last-child {
                width: 100%;
                margin-right: 0%;
            }
            .media_container .span8 {
                margin-bottom: 20px;
            }

        /* Coaching */
            .image-right,
            .image-left {
                margin-bottom: 17pt;
            }
            .coaching_container .image-right .img-smaller {
                width: 100%;
                margin-top: 0;
            }

    } /* maxwidth 850 */

    
    @media (max-width: 650px) {
        .termine_container .termin_city strong {
            display: block;
        }
        
        .mainmenu > ul > li > a {
            font-size: 13px;
        }  
        
         .presse_container td.vita_descr {
            padding-right: 5%;
        }
    }
    
    
/* Handy, Querforamt */
    @media (max-width: 1200px)  and (max-height: 700px) {
        body.home  {
            border: 0px solid red;
            height: 100vh;
            overflow: hidden;
        }
        body.home .container_header {
            min-height: 375 px;
        }
        
        body.home .headings_home {
            top: auto;
            bottom: 10%;
            margin: auto;
        }
        
        body.home .headings_home h1 {
            font-size: 30px;
        }
        body.home .headings_home h2 {
            font-size: 31px;
        }

    }
    
    @media (max-width: 850px)  and (max-height: 450px) {
        body.home .headings_home {
            text-align: right;
            right: 3%;
            width: 233px;
        }
        body.home .headings_home h1 {
            font-size: 25px;
        }
        body.home .headings_home h2 {
            font-size: 22px;
        }

    }
    
    @media (max-width: 450px)  {
        body.home .headings_home {
            display: none;
        }
    }

    
    
    /**/
    @media (max-height: 320px) {
       
        .images_container {
            height: 200px;
        }
        .gallery_image {
            height: 200px;
        }
        .gallery_image img.medium-zoom-image {
            height: 150px;
        }      
    }
    
         
    @media (min-height: 321px) {
        .images_container {
            height: calc(100vh - 100px);
            max-height: 580px;
        }
        .gallery_image {
            height: calc(100vh - 50px);
            max-height: 580px;
        }  
        
        .gallery_image img.medium-zoom-image {
            height: calc(100vh - 150px);
            max-height: 530px;
        }      
    }

/*** Ende von Datei responsive.css ****/


