a {
	cursor: inherit;
	font-weight: 500;
	font-size: 1.2em;
	font-family: Jungka, serif, Helvetica, sans-serif;
}

@font-face {
    font-family: 'Jungka';
    src: url('../fonts/Jungka-Regular.woff') format('woff'), url('../fonts/Jungka-Regular.ttf') format('truetype');
}

body {
    font-family: 'Jungka', serif, Helvetica, sans-serif;
	   background-color: #fff;
     font-size: 1.5em; /* SCHRIFTGRÖße */
}
body.grey {
  background: rgba(224, 225, 228, 1); /* HINTERGRUND PROJEKT SEITE */
}

.top-nav .home-button {
    float: left;
    line-height: 1;
    margin-left: 15px; /* ABSTAND RAND LINKS */
    font-size: 1.2em;
    font-weight: 900;
    margin-top: 15px;  /* ABSTAND RAND OBEN */
    color: rgb(181, 195, 203);
    cursor: pointer;
    transition: 0.3s all;
    width: 175px;  /* LOGO BREITE */
}

.top-nav {
    height: 55px;
    max-width: 1800px;
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.no-padding {
    padding: 0;
}

div#projects {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
}

.padded-inner-container {
    margin: 5px;
    border: #b5c3cb 1px solid;
    margin-left: 5px;
    margin-right: 5px;
    background: white;
    /*border-radius: 4px;*/
    overflow: hidden;
    /*box-shadow: 0px 1px 2px #0000007a;*/
}

.project-box img:hover {
  cursor: url('../images/cursor-hover.png') 2 2, auto;
}

::selection {
    background: #ffff33; /* WebKit/Blink Browsers */
}

 ::-moz-selection {
    background: #ffff33;
    /* Gecko Browsers */
}

.item {
    max-height: 100%;
}
.owl-carousel .owl-item img {
  width: auto;
  margin: auto;
  max-width: 100%;
  max-height: 100vh;
}
.owl-dots {display: none;}

div#projects-management {
    margin-top: 55px;
}

#about {
    float: right;
    padding: 20px;
    font-size: 1.2em;
    font-weight: 500;
    color: rgb(181, 195, 203);
    transition: 0.3s all;
}

#about:hover {
    /*color: rgb(92, 92, 95);*/
}

.project-box img {
    max-width: 100%;
}

.home-button:hover, .close:not(:disabled):not(.disabled):hover ,#about:hover {
    cursor: url('../images/cursor-hover.png') 2 2, auto;
}
.close img {width: 20px;}

.p-no-margin p {
    margin: 0;
}

.p-no-margin a {
    margin: 0;
}

::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #e0e0e0;
}

::-webkit-scrollbar-thumb {
    background: #ffff33;
}

::-webkit-scrollbar-corner {
    background: #fff;
}

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
    margin: 0px auto;
}
.modal-open {
    overflow: auto;padding-right: 0px !important;
}
.modal-header {
  position: absolute;right: 12px;top: 5px;z-index: 100;
}
#about-project .modal-body {
  padding:30px 50px; /* INIFO  MODAL BREITE */
}
@media(max-width: 768px) {
    .modal-dialog {
        min-height: calc(100vh - 20px);
    }
    .hide-tablet {
        display: none;
    }
    .modal.show {
      overflow: hidden;
    }
    #about-project .modal-body {
      padding:15px 30px;  /* INIFO  MODAL BREITE MOBILE */
    }
}
