
:root {
    --kaloa-orange: #ed6c1d;
    --kaloa-orange2: #c4662c;
    --kaloa-orange_lighter: #ec7f3b;
    --berry-red: #9e1616;   /*--berry-red: #8e0430;*/
    --berry-red2: #a61e1e;
    --berry-red3: #8f1a1a;
    --blue-silver: #7b92a7;
    --body-background: #f8faea;
    --bg-hp-light: #eae1d0;
    --circle-img-border: rgb(131, 131, 131);
    --footer-highlight: #468aca;
    --footer-borders: #2d3338;
    --footer-links: #eeeeee;
    --white: #ffffff;
}



html {
    font-size: 18px;
}

html, body {
    height: 100%;
}

body {
    background-color: var(--body-background);
}

/* Colors */
.c-kaloa {
    color: var(--kaloa-orange);
}
.c-berry {
    color: var(--berry-red);
}

/* Navbar */

.navbar.fixed-top a {
    max-width: 75%;
    max-height: 10vh;
}

.navbar .nav_top_img {
    width: 100%;
    height: auto;
    max-height: 10vh;
    max-width: 50vh;
}

.navbar .nav_bottom_img {
    height: 4.7vh;
    width: auto;

    vertical-align: initial;
    display: inline-block;
}

.navbar.fixed-top {
    transition: background-color 650ms;
    transition-timing-function: ease-out;
}

.navbar.fixed-top.bg-whiteFadeIn {
    background-color: #ffffff66;
    border-bottom: 1px solid rgba(0,0,0,0);
}

.navbar.fixed-top.bg-whiteNav {
    background-color: var(--white) !important;
    border-bottom: 1px solid rgba(0,0,0,0.4) !important;
    box-shadow: 0 0 6px 0 #00000080;
}

.navbar.fixed-bottom {
    background-image: linear-gradient( 45deg, var(--berry-red), var(--kaloa-orange) );
    border-top: 1px solid rgba(0,0,0,0.3);
}

.navbar.fixed-bottom, .navbar.fixed-bottom .col-4 {
    padding: 0;
}

.navbar.fixed-bottom a {
    color: #2d3338;
    padding-top: 4px;
    text-decoration: none;
}

.navbar.fixed-bottom a:not(.first_link) {
    border-left: 1px solid rgba(0,0,0,0.35);
}

.navbar.fixed-bottom a:active, .navbar.fixed-bottom a:focus {
    color: #2d3338;
}

.navbar .nav_bottom_description {
    position: absolute;
    top: 22px;
    font-size: 0.75rem;
    line-height: 0.85rem;
    display: inline-block;
    height: 100%;
    right: 15px;
    color: #000;
}

.navbar .nav_bottom_description.special {
    right: 22px;
}


.hover-light {
    transition: background-color 333ms;
}
.hover-light:hover {
    background-color: rgba(255,255,255,0.1);
}


#main_img_container {
    background: url("/img/close-up-of-leaf-326055.jpg");
    background-size: cover;
    background-position: center;
    height: 100vh;
}

#main_img_description {
    padding: 40vh+1rem 2rem;
}

#main_img_description h2 {
    font-size: 2rem;
    color: var(--bg-hp-light);
    margin-bottom: 12px;
}

#main_img_description a {
    color: var(--white);
}

.index-content {
    border-top: 3px double rgba(122,122,122,0.4)
}

.header_img {
    height: 30vh;
    background-size: cover;
    box-shadow: 0px 2px 4px 0 rgba(0,0,0,0.5);
}

/* Buttons */

.btn {
    cursor: pointer;
}

.btn-primary {
    background-color: var(--kaloa-orange);
    border-color: var(--kaloa-orange2);
    transition: background-color 333ms, border-color 33ms;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus  {
    background-color: var(--berry-red2) !important;
    border-color: var(--berry-red3) !important;
}


.btn-changer {
    width: 180px;
}

.fade_text{
    font-size: 0.9rem;  
    line-height: 1.1rem; 
}

.btn-secondary {
    transform: background-color 400ms, border-color 400ms;
}

.btn-secondary.hover, .btn-secondary:hover,
.btn-secondary.active, .btn-secondary:active,
.btn-secondary.focus, .btn-secondary:focus
{
    background-color: var(--blue-silver);
    border-color: rgba(0,0,0,0.1);
}

.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: none;
}





/* Content */

article {
    max-width: 1200px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.contentheadline_img {
    width: 20%;
    min-width: 120px;
    margin-bottom: 30px;
}

.homepage_section_header {
    width: 40%;
    max-width: 150px;
}

.bg-hp-light {
    background-color: var(--bg-hp-light);
}

.langChanger {
    position: absolute;
    right: 10px;
    top: -30px;
}

.circleImg {
    width: 100%;
    height: 200px;
    border-radius: 100%;
    border-width: 1px;
    border-style: ridge;
    border-color: var(--circle-img-border);
    background-color: var(--circle-img-border);
    background-size: 200%;
    background-position: center;
    background-repeat: no-repeat;
}

.circleImg01 {
    background-image: url("/img/2018-07-17 22.09.59.jpg");
}

.circleImg02 {
    background-image: url("/img/ask-blackboard-chalk-board-chalkboard-356079.jpg");
}

.circleImg03 {
    background-image: url("/img/grayscale-piano-keys-159420.jpg");
}

.circleImg04 {
    background-image: url("/img/screen04.png");
}


#privacy-policy-games table tr td {
    padding: 2px 4px;
    border: 1px solid rgba(0,0,0,0.3);
}

#privacy-policy-games strong{
    margin-top: 20px;
    display: inline-block;
}

.img_description {
    color: var(--footer-borders);
    font-size: 0.85rem;
    font-style: italic;
}

.game_img {
    width: 50%;
}

/* Footer */
footer {
}

footer .footer_header {
    color: var(--footer-highlight);
}

footer a {
    color: var(--footer-links);
    text-decoration: none;
}

footer .kaloaLogo {
    width: 10%;
    height: auto;
}

hr {
    background-color: var(--footer-borders);
    margin: 0;
}

.footer_fb_img, .footer_ig_img {
    width: 48px;
    height: 48px;
}

.watermark {
    width: 60%;
    max-width: 1000px;
    min-width: 200px;
}

/* Cookie Hinweis */

.cookiehinweis {
	position: fixed;
    bottom: 6%;
    z-index: 6000;
    
    left: 3%;
    right: 3%;

    padding: 10px 35px;
    
    
    width: 94%;
    
    font-size: 15px;
    
    transform: rotate3d(44,9,0,0deg);
    transition: transform 700ms ease-out;

    background-color: rgba(255,255,255,0.65);
    border: 1px solid rgba(0,0,0,0.4);
    color: #403835;
}

.cookiehinweis form {    

    text-align: center;
}

.cookiehinweis a {
    text-decoration: none;
    text-decoration: underline;
    color: var(--footer-borders);
}

.cookiehinweis small {
	font-size: 12px;
}

.cookiehinweis .cookiebutton {

	display: inline-block;

	background-color: var(--kaloa-orange);
	color: var(--footer-borders);
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 3px;
	transition: all 500ms;

    height: 25px;
    min-width: 100px;

	padding-left: 10px;
    padding-right: 10px;

    text-decoration: none;
}

.cookiehinweis.fadeoutrotation {
    transform: rotate3d(44,9,0,-90deg);
}


.cookiehinweis .cookiebutton:hover {
	background-color: var(--kaloa-orange_lighter);
}

.cookiehinweis .cookiebutton_grey {
	background-color: #aaaaaa;
	border-color: #aaaaaa;
}
.cookiehinweis a.cookiebutton_grey {
	color: var(--footer-borders) !important;
}

.cookiehinweis .cookiebutton_grey:hover {
	background-color: #888;
	border: 2px solid #888;
}

.cookiehinweis .cookietext {
    position: relative;
    z-index: 20;
}

.cookiehinweis .cookieimg {
    position: absolute;
    top: 10px;
    z-index: 10;

    width: 10%;
    min-width: 25px;
    max-width: 50px;

    opacity: 80%;
}
.cookiehinweis .cookieimg_right {
    right: 10px;
}
.cookiehinweis .cookieimg_left {
    left: 10px;
}


/* Sonstiges */

ul, ol {
    margin-bottom: 0;
}

.list-style-none li {
    margin-left: -20px;
}




/* Helper Klassen */

.align-center-desktop {
    text-align: center;
}

.h-30vh {
    min-height: 30vh;
}

.p-b-4 {
    padding-bottom: 2rem;
}

.w-50percent {
    width: 50%;
}

.list-style-none {
    list-style: none;
}

.spacer5 {
    display: block;
    height: 5px;
}

.spacer10 {
    display: block;
    height: 10px;
}

.spacer15 {
    display: block;
    height: 15px;
}

.spacer20 {
    display: block;
    height: 20px;
}

.spacer30 {
    display: block;
    height: 30px;
}

.spacer40 {
    display: block;
    height: 40px;
}

.spacer50 {
    display: block;
    height: 50px;
}

.spacer80 {
    display: block;
    height: 80px;
}

.verticalspacer10 {
    display: inline-block;
    width: 10px;
}

.spacerNoHeaderImg {
    display: block;
    height: 150px;
}




/* media queries */

@media (max-width: 768px) {
    .align-center-desktop {
        text-align: left;
    }

    .cookiehinweis {
        font-size: 12px;
    }
    .cookiehinweis .cookieimg_right {
        right: 5px;
    }
    .cookiehinweis .cookieimg_left {
        left: 5px;
    }

    .game_img {
        width: 100%;
    }
}



@media (min-aspect-ratio: 16/8) {
    .aspect-landscape-d-none {
        display: none;
    }

    .nav_bottom_description {
        margin-left: 3px;
    }

    .navbar .nav_bottom_img {
        height: 6.5vh;
    }
}
