/*------ IMPORTANT ------*/
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.3px;
}

/*------ VORSCHALTSEITE -----*/

.page-9619531 .header {
  display: none !important;
} 

@media screen and (max-width: 850px){
.page-9619531 .container.show-container {
  padding-left: 0px!important;
  padding-top: 0px!important;
  padding-right: 0px!important;
  padding-bottom: 0px!important;
}
}

.page-9619531 main.container.show-container {
  margin: 0px;
  margin-left: 0px !important;
  padding: 0px;
}
.page-9619531 ._4ORMAT_content_page_row {
  padding-left: 0px!important;
  padding-top: 0px!important;
  padding-right: 0px!important;
  padding-bottom: 0px!important;
}

.page-9619531 #content_page_wrapper{
  padding-left: 0px!important;
  padding-top: 0px!important;
  padding-right: 0px!important;
  padding-bottom: 0px!important;
}
.page-9619531 body.content {
  padding-left: 0px!important;
  padding-top: 0px!important;
  padding-right: 0px!important;
  padding-bottom: 0px!important;
}
.page-9619531 .twelvecol {
  padding-left: 0px!important;
  padding-top: 0px!important;
  padding-right: 0px!important;
  padding-bottom: 0px!important;
}

.page-9619531 a:hover img {
    opacity: 1!important;
}

	.choosesite-logo-neg {
    display: none;
	}
  .choosesite-logo-pos {
   	display: block;
	}
	a:hover .choosesite-logo-neg {
   	display: block;
	}
  a:hover .choosesite-logo-pos {
   	display: none;
	}
  @media only screen and (max-width: 991px) {
	.choosesite-logo-neg {
    display: block;
	}
 	.choosesite-logo-pos {
    display: none;
	}
}
.flexwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.logowrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.logowrapper:hover {
  background-color: #000;
}

.logowrapper.coaching:hover {
  background-color: #004899;
}

.choosesite-logo-neg {
  width: 20%;
}

.choosesite-logo-pos {
  width: 20%;
}

@media screen and (max-width: 991px) {
  .logowrapper {
    background-color: #000;
  }

  .logowrapper.coaching {
    background-color: #004899;
  }

  .choosesite-logo-neg {
    width: 50%;
  }

  .choosesite-logo-pos {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
    .flexwrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logowrapper {
    background-color: #000;
  }

  .logowrapper.coaching {
    background-color: #004899;
  }

  .choosesite-logo-neg {
    display: block;
  }
}


/*------ FONTS ------*/

@font-face {
    font-family: 'Laborat-regular';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    /* Read next point */
    unicode-range: U+000-5FF;
    /* Download only latin glyphs */
    src: url('https://cdn.liesingers.com/clients/wodnar/normal_normal_normal.woff2') format('woff2'), url('https://cdn.liesingers.com/clients/wodnar/normal_normal_normal.woff') format('woff');
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
.footer {
    font-family: 'Laborat-regular', Helvetica, Sans-Serif !important;
}

p {
    margin-top: 0;
    margin-bottom: 16px;
}

p.author {
  margin-bottom: 8px !important;
  color: #707070 !important;
}

p.mini-info {
  color: #707070 !important;
  font-size: 12px !important;
}

.xl-headline {
    font-size: 16px;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
}

.portrait {
    margin-bottom: 40px;
}

.flex-wrapper {
    display: flex;
}

.flex-wrapper-row {
    display: flex;
}

.footer {
    line-height: 1.7;
}

.footer a {
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

@media screen and (max-width:850px) {
    .footer {
        line-height: 2.8;
    }
}

.header:not(.mobile-menu) .menu-outer .menu-inner .menu ul a {
    margin-bottom: 0 !important;
}

.menu li.item.selected a {
    text-decoration: underline;
}

.menu li.item a:hover {
    text-decoration: underline;
}


/*------ LAYOUT ------*/


    body.gallery div.captions-cutoff div.caption {
     max-height: none !important;
     overflow-y: visible;
    }

.social {
    display: none;
}

.header:not(.mobile-menu) {
    padding-left: 20px !important;
}

.flex-wrapper-row ul {
    list-style-type: none;
    margin: 0 !important;
    padding: 0;
}

.flex-wrapper {
    display: flex;
}

.flex-wrapper-row {
    display: flex;
    margin-bottom: 40px;
}

.flex-wrapper.information{
    flex-direction: column;
    order: 1;
}

.portrait-wrapper {
        order: -1;
        margin-left: 0px;
}

body.gallery .gallery-zoom-container .gallery-zoomed-image {
  max-width: calc(100vw - 40px);
  object-fit: scale-down !important;
}

body.gallery .asset.image {
    width: 100%;
}

@media screen and (max-width:850px) {
    .portrait {
        width: 100%;
    }

    .left2 {
        width: 100%;
        max-width: 720px;
    }

    .right2 {
        width: 100%;
        max-width: 720px;
    }

    body #content_page_wrapper ._4ORMAT_content_page_row {
        margin: 0 !important;
        padding: 0 !important;
        max-width: none;
    }

    body.gallery .caption {
        padding: 10px 0 0 0 !important;
        color: #9f9f9f !important;
    }

    body.gallery .caption p {
        color: #9f9f9f !important;
    }

    .twelvecol {
        padding: 0 !important;
        margin-top: 0 !important;
    }

    .container.show-container {
        margin: 75px 0px 0 0px !important;
        padding: 0 20px 0 20px !important;
        overflow-y: scroll;
        width: 100%;
    }

    .header-items-container {
        display: flex !important;
        justify-content: space-between;
        flex-direction: column;
        height: calc(100vh - 75px) !important;
    }

    .menu {
        margin-top: 40px;
    }

    .social-wrap {
        margin-bottom: 20px;
    }

    /*
  body.gallery .container {
        height: calc(100vh - 95px) !important;
  }
  */

    body.gallery .asset {
        height: auto;
        margin: 0px 0px 20px 0px;
    }

    .assets-grid {
        margin-top: 0 !important;
        height: auto !important;
    }

    .logo img {
        height: 35px !important;
        width: auto !important;
    }

    .flex-wrapper-row {
        flex-direction: column;
    }

    .flex-wrapper {
        flex-direction: column;
    }
}




@media screen and (min-width:851px) {
    .menu {
        padding-top: calc(14vh - 20px);
    }
    
    body.gallery .asset.image {
    width: auto;
    }

    .header:not(.mobile-menu) .menu-outer {
        padding-top: 20px;
        padding-bottom: 10px;
        height: 100vh !important;
    }

    .header:not(.mobile-menu) .menu-outer .menu-inner {
        height: 100% !important;
    }

    body.gallery .gallery-element {
        height: 72vh !important;
    }
    
    body.gallery .gallery-zoom-container .gallery-zoomed-image {
      height: calc(100vh - 40px) !important;
      max-width: calc(100vw - 40px);
      object-fit: scale-down !important;
    }

    .header-items-container {
        margin-top: 0px !important;
    }

    .header:not(.mobile-menu) .logo {
        margin: 0 !important;
    }

    body.gallery .asset {
        margin: 0px 14vh 0px 0px;
        ;
    }

    .assets-grid {
        margin-right: 14vh;
    }

    body #content_page_wrapper ._4ORMAT_content_page_row {
        margin-left: 0;
        max-width: none;
    }

    .flex-wrapper {
        margin-top: calc(14vh - 56px);
        flex-direction: row;
        margin-right: 0 !important;
        width: 100% !important;
    }

    .flex-wrapper.information {
        align-content: space-between;
    }

    .left {
        width: 25%;
        min-width: 200px;
    }

    .left2 {
        width: 33%;
        min-width: 200px;
    }

    .right {
        max-width: 320px;
    }

    .right2 {
        width: 67%;
        max-width: 720px !important;
    }

    .portrait {
        width: 100%;
        height: auto;
    }

    .flex-wrapper-row {
        flex-direction: row;
    }
}


@media screen and (min-width:1070px) {
    .flex-wrapper-row {
        flex-direction: row;
    }

    .flex-wrapper.information {
        display: flex;
        flex-direction: row;
        align-content: flex-start;
        order: -1;
}

.portrait-wrapper {
        order: 1;
}
}


@media screen and (min-width: 1440px) {

    .left2 {
        width: 25%;
    }

    .right2 {
        width: 75%;
        max-width: 960px;
    }
}


/*------ CHANGE BURGER ------*/
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after { 
  height: 2px;
  border-radius: 0;
}