html {
    background: #eff2f6;
    color: #ffffff;
}

body > .uk-container {
    box-shadow: 1px 1px 1px 0 #ced7e4;
    background: #FFF;
    color: #533834;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px 0;
   	-moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

:not(pre)>code, :not(pre)>kbd, :not(pre)>samp {
  font-size: 14px;
}

.tm-docs h3 {
  border-bottom: 1px solid #E3ECF7;
  padding-bottom: 15px;
  font-size: 24px;
}

.uk-list-icons li {
  line-height: 34px;
}

.uk-list-icons li i {
	font-size: 14px;
	padding-right: 10px;
	line-height: 26px;
	position: relative;
}

.uk-article-title {
    font-size: 34px;
    line-height: 43px;
    font-weight: 300;
    text-transform: none;
    letter-spacing: -0.5px;
    margin: 20px 0 40px;
}

.tm-docs .tm-article h2 {
    padding-left: 20px;
    padding-top: 100px;
    position: relative;
}

.tm-docs .tm-article h2:before {
    border-left: 4px solid #8ac146;
    height: 37px;
    content: "";
    position: absolute;
    left: 0;
}

.tm-docs .tm-article .uk-panel-box {
    background: #f8fbff;
    box-shadow: none;
    border: 1px solid #dfecff;
    border-radius: 3px;
    padding: 15px;
}

.uk-nav-side > li > a {
    color: #3c5675;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 17px;
    -webkit-transition: background 0.1s ease;
    transition: background 0.1s ease;
}

.uk-panel-box .uk-nav-side {
	margin: 0;
}

.uk-nav-side .uk-nav-header {
    color: #3c5675;
    padding: 3px 0;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 400;
	font-size: 15px; 
}

.uk-nav-side > li > a:hover, .uk-nav-side > li > a:focus {
    background: #e8eff9;
    color: #3c5675;
    outline: none;
    box-shadow: inset 0 -10px 10px rgba(255, 255, 255, 0.3), 0 0 0 1px #d6e3f5, inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.uk-nav-side > li.uk-active > a {
    background: #8ac146;
    color: #FFF;
    box-shadow: none !important;
}

.tm-slideshow-gaucho .uk-slideshow li::after {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #ceffff47 70%, #ebffffcc 100%);
}

ol li {
	line-height: 28px;
}

ol > li > h3 {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 10px;
    margin-top: 30px;
}

pre {
	font-size: 15px;
	white-space: pre-wrap;
	line-height: 23px;
}

.tm-docs .uk-badge {
    clear: both;
    display: table;
    margin-bottom: 10px;
}
.uk-badge-danger {
    background-color: #ff4a4a;
}
.uk-badge {
    display: inline-block;
    padding: 0 10px;
    background: #8ac146;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    text-transform: none;
    border-radius: 3px;
    border: 0;
    text-shadow: none;
    letter-spacing: 1px;
}

.tm-docs pre {
    font-size: 15px;
    white-space: pre-wrap;
    line-height: 23px;
    word-break: break-word;
}
pre {
    padding: 10px;
    background: #404b58;
    font: 17px / 26px Consolas, monospace, serif;
    color: #eff2f6;
    -moz-tab-size: 4;
    tab-size: 4;
    overflow: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    border-radius: 4px;
    padding: 20px;
}

.uk-overlay-panel-centered {
    position: absolute;
    top: 75%;
    left: 20%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: rgb(98, 98, 98);
    z-index: 2;
}

.uk-overlay-panel-centered-left {
    position: absolute;
    top: 50%;
    left: -33%;
    text-align: center;
    color: rgb(98, 98, 98);
    z-index: 2;
}

.uk-overlay-panel-top-left {
    position: absolute;
    width: 60vw;
    left: 2%;
    top: 28%;
    text-align: center;
    z-index: 2;
}

.uk-overlay-panel-centered > div > h3,
.uk-overlay-panel-centered > div > h1 {
    font-size: 65px;
    font-weight: 500;
    color: rgb(98, 98, 98);
    line-height: 66px;
}

.uk-overlay-panel-centered-left > div > h3,
.uk-overlay-panel-centered-left > div > h1 {
    font-size: 60px;
    font-weight: 500;
    color: rgb(98, 98, 98);
    line-height: 66px;
}

.uk-overlay-panel-top-left > div > h3,
.uk-overlay-panel-top-left > div > h1 {
    font-size: 60px;
    font-weight: 500;
    color: #333;
    line-height: 66px;
}

.uk-overlay-panel-top-left > div > p {
    font-weight: bold;
    margin-left: 10px;
    color: #333;
    text-align: center;
    font-size: 18px;
}

.tm-slideshow-gaucho .uk-slideshow li:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: 1;
    background-color: rgba(151, 0, 0, 0);
}

.uk-section-title {
    text-align: center;
    color: white;
    font-size: 44px;
}

.tm-primary-color {
    color: #ffffff !important;
}
.tm-secondary-color {
    color: #938372 !important;
}

.font-weight-500 {
    font-weight: 500;
}
.font-weight-600 {
    font-weight: 600;
}
.font-weight-700 {
    font-weight: 700;
}

.uk-button:hover {
    cursor: pointer;
}
.hover-cursor-pointer:hover {
    cursor: pointer;
}
.circle-image {
    border-radius: 50%;
}

.full-width {
    width: 100%;
}
.half-width-centered {
    width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.mar-top-15 {
    margin-top: 15px;
}
.mar-top-25 {
    margin-top: 25px;
}
.mar-top-35 {
    margin-top: 35px;
}
.mar-top-45 {
    margin-top: 45px;
}
.mar-top-55 {
    margin-top: 55px;
}
.mar-top-65 {
    margin-top: 65px;
}
.mar-top-105 {
    margin-top: 105px;
}
.mar-top-115 {
    margin-top: 115px;
}

.mar-bot-15 {
    margin-bottom: 15px;
}
.mar-bot-25 {
    margin-bottom: 25px;
}
.mar-bot-35 {
    margin-bottom: 35px;
}
.mar-bot-45 {
    margin-bottom: 45px;
}
.mar-bot-55 {
    margin-bottom: 55px;
}
.mar-bot-65 {
    margin-bottom: 65px;
}

.padding-left-25 {
    padding-left: 25px;
}
.padding-left-60 {
    padding-left: 60px;
}

.background-color-light {
    /* background-color: #504040; war zu grau, mehr wie Taupe (ist eine Farbe) */
    background-color: #5b4141; 
}
/* #F2F2F2  #BFBAB0 #402833 #7F4F65 #FFFFED #504040 #E0CAA2 #F2DABD #cafafd47 */

.tm-navbar.uk-active {
    background-color: #504040;
}

.uk-tooltip {
    background-color: #938372;
}

.a, .uk-link {
    color: #533834 !important;
}

.uk-panel-title {
    color: white;
    border-color: white;
}

.uk-module-title {
    color: white;
    border-color: white;
}

.uk-button-primary {
    background-color: #504040;
}
.uk-button-primary:active, .uk-button-primary.uk-active {
    background-color: #504040;
}

a, .uk-link {
    color: white;
}
a:hover, .uk-link:hover {
    color: #cc8b5a;
}

.uk-icon-button {
    color: white;
}

.uk-icon-button:hover, .uk-icon-button:focus {
    color: #B38B6D;
}

.text-color-white, .text-color-white > a {
    color: white;
}

.tm-totop-scroller {
    color: #533834;
    font-size: 55px;
}

.tm-totop-scroller:hover {
    color: #8d6952 !important;
}

.nav-logo {
    height: 70px;
}

.uk-form input[type="checkbox"]:checked::before, .uk-form input[type="checkbox"]:indeterminate::before {
    color: #504040;
}

label:hover {
    cursor: text;
}

.tm-slideshow-gaucho .uk-slideshow li::after {
    background-image: none;
}
.text-left {
    text-align: left !important;
}

.impressum-title {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-80%);
    z-index: 2;
}

.impressum-title > div > h3 {
    color: #333;
    font-size: 155px;
}

.tm-slideshow-gaucho .uk-slideshow li::after {
    background-color: rgba(255, 255, 255, 0.4) !important;
}

@media (min-width: 1700px) {
    .uk-grid > * {
        padding-left: 25px;
    }
    .uk-grid + .uk-grid, .uk-grid-margin, .uk-grid > * > .uk-panel + .uk-panel {
        margin-top: 25px;
    }
}

@media (min-width: 1620px) {
    .mar-top-105-lg {
        margin-top: 105px;
    }
}

@media (max-width: 1640px) {
    .uk-overlay-panel-top-left {
        top: 12%;
    }
}

@media (max-width: 1290px) {
    .uk-overlay-panel-top-left {
        top: 12%;
    }
    .hide-xs {
        display: none;
    }
}

@media (max-width: 1164px) {
    .uk-overlay-panel-top-left > div > h3,
    .uk-overlay-panel-top-left > div > h1 {
        font-size: 45px !important;
        line-height: 45px !important;
    }

    .hide-xs {
        display: none;
    }
}


@media (max-width: 1170px) {
    .half-width-centered {
        width: 90%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .uk-overlay-panel-top-left {
        top: 20%;
        width: 90vw;
    }

    .uk-overlay-panel-top-left > div > h3,
    .uk-overlay-panel-top-left > div > h1 {
        /* color: white !important; */
        width: 100%;
    }

    .uk-overlay-panel-top-left > div > p {
        margin-top: 35px;
    }

    /* .overlay-text {
        color: white !important;
    }

    .tm-slideshow-gaucho .uk-slideshow li::after {
        background-color: rgba(0, 0, 0, 0.3) !important;
    } */

    .uk-position-cover {
        background-position-x: 50%;
        background-size: cover;
    }

    .hide-xs {
        display: none;
    }

    .impressum-title {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }

    .impressum-title > div > h3 {
        color: white;
        font-size: 130px;
    }
}

@media (max-width: 767px) {
    .uk-overlay-panel-top-left {
        top: 5%;
        width: 90vw;
    }

    .uk-overlay-panel-top-left > div > h3,
    .uk-overlay-panel-top-left > div > h1 {
        font-size: 35px !important;
        line-height: 36px !important;
        margin-bottom: 15px !important;
    }

    .uk-overlay-panel-top-left > div > p {
        font-size: 16px !important;
        line-height: 17px !important;
        margin-top: 10px !important;
    }
    .hide-xxs {
        display: none;
    }
}

@media (max-width: 570px) {
    .half-width-centered {
        width: 90%;
        font-size: 13px;
        line-height: 14px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .uk-overlay-panel-top-left > div > h3,
    .uk-overlay-panel-top-left > div > h1 {
        font-size: 25px !important;
        line-height: 26px !important;
        margin-bottom: 10px !important;
    }

    .impressum-title > div > h3 {
        color: white;
        font-size: 45px;
    }
}

.tm-block-bottom-e a, .uk-link{
    font-weight: bold;
    color: #DBB497;
}
