* {
    outline: none !important;
}

html {
    /*font-family: 'Bespoke Serif', serif;*/
    font-family: 'Bespoke Sans', sans-serif;
    font-weight: 300;
    color: #001a29;
    font-size: 1.2rem;
}

body {
    background-repeat: no-repeat;
    position: relative;
}

.body-bg {
    background-size: var(--size);
    background-position: var(--pos);
}

@media screen and (max-width:640px) {
    .body-bg {
        /*background-size: 120%;
        background-position: left -130px top 80px;*/
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Bespoke Serif', serif;
    font-weight: 700;
}

a {
    color: rgb(214,48,0);
}

a:hover {
    text-decoration: none;
    color: #1a4259;
}

.textblock h4 {
    color: rgb(214,48,0);
    margin-bottom: .5rem;
}

.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 30px;
    height: 52px;
  box-shadow: inset 0 0 0 2px rgb(214,48,0);
  border-radius: 25px;
  position: relative;
}
.icon-scroll:before {
  content: '';
  width: 8px;
  height: 8px;
  background: rgb(214,48,0);
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}


@keyframes scroll {
  0% {
    opacity: 1;
}
  100% {
    opacity: 0;
    transform: translateY(32px);
}
}


/*.projekt header {
    position: absolute;
    width: 100%;
    z-index: 1;
}*/

/*main {
    padding-top: 8rem;
}

.projekt main {
    padding-top: 0;
}*/

.media-nav {
    position: fixed;
    top: 0;
    right: 0;
    padding-left: 40px;
    padding-right: 40px;
    text-align: right;
    z-index: 1;
}

@media screen and (max-width:640px) {
    .media-nav {
        position: fixed;
        top: 0;
        right: 0;
        padding-left: 15px;
        padding-right: 15px;
        text-align: right;
        z-index: 1;
    }
}


.uk-nav-media li {
    list-style-type: none;
}

.uk-nav-media li a {
    padding: .5rem 0;
}

.uk-navbar-toggle {
    padding-right: .25rem;
    color: #001a29;
}

.logo h1 {
    margin: 0;
}

.logo h1 a {
    display: block;
    text-indent: -9999px;
    width: 18rem;
    height: 6rem;
    background: url(images/abc_pantone_01.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: .5rem;
}

@media screen and (min-width:1180px) {
   .logo h1 a {
       transform: translateX(-7.7rem);
   } 
}

/*  01.  */
/*.logo h1 a {
    display: block;
    text-indent: -9999px;
    width: 90px;
    height: 107px;
    background: url(images/abc-logo-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: .5rem;
}*/

/*  02.  */
/*.logo h1 a {
    display: block;
    text-indent: -9999px;
    width: 106px;
    height: 89px;
    background: url(images/abc-logo-02.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: .5rem;
}*/

/*  03.  */
/*.logo h1 a {
    display: block;
    text-indent: -9999px;
    width: 113px;
    height: 76px;
    background: url(images/abc_pantone_01.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin: .5rem .5rem .5rem 0;
}*/

@media screen and (max-width:640px) {
    .logo h1 a {
        margin: 1rem 1rem 1rem 0;
        text-indent: -9999px;
        width: 12rem;
        height: 4rem;
        background: url(images/abc_pantone_01.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
/*    .logo h1 a {
        margin: 1rem 1rem 1rem 0;
        text-indent: -9999px;
        width: 113px;
        height: 76px;
        background: url(images/abc_pantone_01.png);
        background-size: contain;
        background-repeat: no-repeat;
    }*/

    .mini-img {
        max-width: 50%;
    }
}

/*.trenner {
    height: 29px;
    background-color: rgb(230,51,0);
    background-image: url(images/marker-left.png), url(images/marker-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left, center right;
}*/

/*.uk-card-default {
    background: transparent;
    box-shadow: none;
}*/

.uk-offcanvas-overlay::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0,0,0,.4);
opacity: 0;
transition: opacity .15s linear;
}

.uk-offcanvas-bar {
    background: #e2e2e2;
}
.uk-offcanvas-bar .uk-nav-default li a {
    color: rgba(214,48,0,1);
    font-size: 1.4rem;
}

.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
    color: rgba(214,48,0,1);
    font-size: 1rem;
}

.uk-offcanvas-bar .uk-nav-default>li>a:hover,
.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a:hover {
    color: rgba(214,48,0,.7);
}

.uk-offcanvas-bar .uk-nav-lang li a,
.uk-offcanvas-bar .uk-nav-media li a, 
.uk-offcanvas-bar .uk-close {
    color: rgb(10,10,10) !important;
}

.uk-offcanvas-close {
    padding: 1rem;
}
.card-label {
    background: rgb(10, 102, 194);
    position: absolute;
    top: -5px;
    padding: 1rem .25rem .25rem .25rem;
    color: #fff;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, .5);
}

.card-label:hover {
    color: #fff;
}

.card-label:before {
content:'';
   width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 5px 0 0 5px;
   border-color: transparent transparent transparent rgb(124, 28, 0);
   transform: rotate(0deg);
   position: absolute;
   top: 0;
   right: -5px;
}

blockquote {
    margin: 0 0 4rem 0;
    position: relative;
    font-size: 1.4rem;
}

*+blockquote {
    margin-top: 4rem;
}

blockquote p {
    padding-left: 8rem;
}

blockquote p:before {
    content:'';
       width: 4rem;
       height: 4rem;
       position: absolute;
       top: 0;
       left: 0;
       background: url(images/quote_03.png);
       background-size: contain;
       background-repeat: no-repeat;
}

.uk-button {
    font-size: .75rem;
    border-color: rgb(214,48,0);
    border-radius: 50px;
    background: rgba(255,255,255,0.5);
}

.uk-badge {
    padding: 10px 10px;
    background: rgb(214,48,0);
}

@media screen and (max-width:640px) {
    .projekt-img {
        max-width: 50%;
    }  
    blockquote {
        margin: 0 0 1rem 0;
        position: relative;
        font-size: 1.2rem;
    }

    *+blockquote {
        margin-top: 2rem;
    }

    blockquote p {
        padding-left: 4rem;
    }  
}


.splash-screen {
    height: 50svh;
}

.splash-screen img {
    border-bottom-left-radius: 200px;
    background: #fff;
    transform: translateX(2rem);
}

@media screen and (max-width:640px) {
    .splash-screen {
        height: 70svh;
    }

    .splash-screen img {
        border-bottom-left-radius: 100px;
        background: #fff;
        transform: translateX(1rem);
    }
}

.title-container {
    padding-bottom: 2rem;
}

.no-shadow {
    background: transparent;
    box-shadow: none !important;
}

.border-remove {
    border: none !important;
}

.mail-button {
    margin-bottom: 1rem !important;
}

.uk-card-footer.border-remove {
    padding-bottom: 2rem;
}

.uk-grid-divider>:not(.uk-first-column)::before {
    bottom: 2rem;
}

.slider-navi {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:640px) {
    .uk-grid-divider hr {
        display: none;
    }
}
/*.title-container {
    background: #ffffff;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 100%);
}*/

.title-container-inner h2 {
    color: rgb(214,48,0);
}

.uk-box-shadow-medium {
    box-shadow: 0 5px 15px rgba(0,0,0,.38);
}

.linked-in-card {
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
}

.linked-in-card img {
    border-top-left-radius: 100px;
}

.img-outer {
    display: grid;
    place-items: center;
}
/*.footer {
    background: rgb(214,48,0);
    border-top-left-radius: 50px;
}*/

.footer {
    padding: 0 0 0 0;
    
}

.footer .uk-container {
    background: rgb(214,48,0);
/*    border-top-left-radius: 50px;*/
    padding: 2rem 0;
}

.footer a {
    color: #fff !important;
}

.top-icon {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
}