/*
Theme Name: mikeloopTHEME
Theme URI: https://www.mikeloop.app
Author: fxg.li
Author URI: https://www.fxg.li
Description: Theme für mikeloop.app
Version: 1.0
Tags: mikeloop.app
Text Domain: mikeloopTHEME

*/


/* ----------------- Navigation ----------------- */

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

/*.navbar-brand:hover {
    -webkit-transform: rotate(-79deg);
    transform: rotate(-79deg);
}*/

.navbar {
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
}
.fixed-top{
     top: unset !important; /* Wichtig für Wordpress-Editor */
}
.dropdown-menu{background-color: #ffffff; border-color: #727272;}
.dropdown .dropdown-menu a{color: #727272; text-decoration: none;}
.container .dropdown .dropdown-menu a:hover
{
  color: #fff;
  background-color: #8f8f8f;
}

.navbar-light .navbar-nav .active > .nav-link {
    color: #bebebe
}
.navbar-light .navbar-nav .nav-link{
    color: #fff;
}

/* ----------------- Main Styles ----------------- */

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: 'Roboto';
    font-weight: 400;
    font-feature-settings: "liga" 0;
    background-color: #222222;
}

.main-container {
    background: #FFFFFF;
    min-height: -webkit-calc(100% - 232px);
    min-height: -moz-calc(100% - 232px);
    min-height: calc(100% - 232px);
    padding: 50px 10% 0 10%;
}

.main-container a {
    text-decoration: none;
    color: #464646;
}

.main-container .post-content a {
    text-decoration: none;
    color: #00b4d9;
}

.main-container a:hover, .main-container a:focus {
    text-decoration: none;
    color: #00b4d9;
}

.main-container .post-content a:hover, .main-container .post-content a:focus {
    text-decoration: none;
    color: #464646;
}

.white {
    fill: #ffffff;
    color: #ffffff;
}

.white-line {
    border-bottom-color: white;
    border-bottom-style: solid;
    border-bottom-width: 5px;
}

.wp-img, .gallery-img {
    padding: 10px;
    width: 200px;
    height: 200px;
}

.gallery-img-medium {
    padding: 10px;
    width: 300px;
}

.coolfont {
    transition: 0.5s ease;
    letter-spacing: 3px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

a {
    transition: 0.5s ease;
    text-decoration: none;
    color: #c8c8c8;
}

a:hover, a:active, a:focus {
    transition: 0.5s ease;
    text-decoration: none;
    color: #fff;
    
}

.post {
    overflow: hidden;
}

.post-content h1 {
    color: #464646;
}

.meta {
    padding-bottom: 15px;
}

.wp-post-image {
    float: left;
    margin: 15px;
    border-radius: 50%;
}

.nocomments{
    display: none;
}

.gallery-container{
    padding: 20px 0 20px 0;
}

.gallery-container-centered{
    text-align: center;
    padding: 20px 0 20px 0;
}

.social .fab {
    padding: 10px 15px 10px 15px;
    /* margin: 3px; */
}

.video{
    width: 100%;
    height: 400px;
    max-width:710px
}

/* ----------------- Footer ----------------- */

footer{
    background-position: center;
    width: 100%; 
    right: 0;
    bottom: 0;
    left: 0;
}

.footer-navigation {
    text-decoration: none;
    color: #ffffff;
    padding: 15px 0 10px 0;
}

.footerwidget{
    min-height: 150px;
}

.footer-navigation a {
    color: #ffffff;
}

.footer-navigation a:hover, .footer-navigation a:focus {
    text-decoration: none;
    color: #a7a7a7;
}

.footer-navigation ul {
    padding-left: 10pt;
}

.footer-navigation ul ul {
    padding-left: 15pt;
}

#footer-bottom{
    text-align: center;
    padding: 10px 0 0 0;
}

.footer-navigation .social-icons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.footer-navigation .social-icons a {
    fill: #111111;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.footer-navigation .social-icons a svg {
    max-width: 30px;
    -webkit-transition: fill 150ms ease-in-out;
    -o-transition: fill 150ms ease-in-out;
    transition: fill 150ms ease-in-out;
}

.footer-navigation .row {
    margin-right: 0;
    margin-left: 0;
}


.footer-navigation .social-icons__facebook i svg {
    max-width: 24px;
}

/* ----------------- Startpage Styles ----------------- */

.page-card-full {
    height: -webkit-calc(100%);
    height: -moz-calc(100%);
    height: calc(100%);
    min-height: 900px;
    color: #ffffff;
    background-color: #222222;
    background-size: cover;
    background-position: top center;
    display: flex;
    justify-content: center;
    flex-flow: column;
    padding: 0 5% 0 5%;
}

.center-align {
    align-items: center;
    text-align: center;
}

.right-align{
    align-items: right;
    text-align: right;
}

.left-align{
    align-items: left;
    text-align: left;
}

.tube{
	width: 560px;
	height: 315px;
}

.bounce {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
    40% {-webkit-transform: translateY(-15px);}
    60% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-15px);}
    60% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-15px);}
    60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-15px);}
    60% {transform: translateY(-15px);}
}

#logofont{
    font-size:xx-large;
}

#logo {
    width: 400px;
    height: 400px;
    transition: 1s ease;
    animation: 2s ease-out rotate;
}

#logo:hover {
    transform: rotate(360deg);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
  }

section.page-card {
    padding-top: 30px;
    text-align: center;
    align-items: center;
    color: #fff;
    min-height: 100px;
    background-color: #222;
    overflow: hidden;
}

/* ----------------- Media Queries ----------------- */

@media (min-width: 991px) {

}

@media (max-width: 991px) {
    #logo {
        text-align: center;
        width: 256px;
        height: 256px;
    }

    .tube{
            width: 320px;
            height: 180px;
    }

    #logofont{
        font-size:x-large;
    }

    .page-card-full{
        height: none;
        /* min-height: 800px; */
    }
    .video{
        width: 100%;
        height: 315px;
        max-width:560px
    }
}

@media (max-width: 768px) {
    #logo {
        text-align: center;
        width: 160px;
        height: 160px;
    }

    .tube{
            width: 320px;
            height: 180px;
    }

    #logofont{
        font-size:large;
    }

    .page-card-full{
        height: none;
        /* min-height: 800px; */
    }
}

@media (max-width: 512px) {

}