/**** Backgrounds *****/

body{
    height:100%;
    color: #1E1E1E;
    
}

.bg-main{
    background-color: #1E1E1E;
}

.bg-center{
    background-color: 
    #F8F9FB;
}

.jumbotron {
    color: white;
    background-image: url("tobiaskuechler-kool-tattoo-hero@2x.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
  }

.img-humana{
    width:35%;
}


  /* .bg-mueflue {
    background-image: url("main-bg.gif");
    background-position:center;
    background-repeat: no-repeat;
    background-size:100%;
    height: 100vh;
} */


.bg-case{
    background-image: url("tobiaskuechler-kool-tattoo-hero@2x.png");
    background-position:right;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 56px)
}


.bg-case-2{
    background-image: url("Tobias-Kuechler-Webdesign-Petra-Wichmann-Tiergestuetztes-Lernen-Muster.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 56px)
}


.bg-case-tiergestuetztes-lernen{
    background-image: url("Tobias-Kuechler-Webdesign-Petra-Wichmann-Tiergestuetztes-Lernen-Muster.jpg");
}


.bg-case-mypack{
    background-image: url("clouds-screen.jpg");
    background-repeat: no-repeat;}


h1, h2, h3{
    font-family: 'Overpass', sans-serif;
}

h1{
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}

h2{
    font-size:.2.2rem;
    line-height: 1.2;
    font-weight: 600;
    text-align:center;
}

h3{
    font-size:.1.5rem;
    line-height: 1.2;
    font-weight: 600;
    text-align:left;
}

h4{
    font-size:1.2rem;
    line-height: 1.2;
    font-weight: 600;
    text-align:left;
    padding-bottom: 0.2rem;
}


p {
    font-family: 'Overpass', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.9rem;
}

a {
    color: rgba(0,0,0,.5);
    text-decoration: none;
    background-color: transparent;
}

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

.dark {
    color:rgba(0,0,0,.5);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}


span{
    color:#00FFFF;
}

.intro {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50vh;
}

.fabbig{ 
    font-size: 3rem;
}

.left{
    text-align: left;
}

.copy-small p{
    font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
text-align: left;
}

.no-mobile{
    display:none !important;
}

.icons
{   display: block;
    height: auto;
}

.icons img
{
    max-width:100px;
    padding:10px
}


.hero__emoji {
    display: inline-block;
    -webkit-animation: wave 1s infinite;
    animation: wave 1s infinite;
}


.img-mobile{

    width:100%

}


/**** Abstände*****/

.mt200{
    margin-top:100px;
}

.pt-mobile{
    padding-top:25px;
}


/**** Navigation *****/

.navbar-nav {

    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    font-family: 'Overpass', sans-serif;
}


.navbar-collapse {
    flex-grow: 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

 .navbar-toggler {
    color: white;
    border: none !important;

}

.navbar-toggler-icon {

    display: inline-block;
    width: 2em;
    height: 2em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
        background-image: none;
        background-size: auto;
    background-size: 100% 100%;

}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0,0,0,.9);
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link {
    color:#1E1E1E;
}


.align-center{
    align-items:center;
    display:flex;
    justify-content: space-around;
}

.mnegativ{
    margin-top:150px;
}

.effect{
    transition: 0.4s;
}

.effect-more{
    transition: 0.4s;
    box-shadow: 0 2px 15px rgba(100, 78, 78, 0.1);
}


.effect:hover{
    /* margin-top:-10px;
    transition-timing-function: ease-in-out;
    transition-delay: 0.2s; */
    transform: scale(1.02, 1.02);
    box-shadow: 0 2px 15px rgba(100, 78, 78, 0.1);
}

.effect-more:hover{
    /* margin-top:-10px;
    transition-timing-function: ease-in-out;
    transition-delay: 0.2s; */
    transform: scale(1.02, 1.02);
    box-shadow: 0 2px 15px rgba(100, 78, 78, 0.2);
}


.effect-noshadow{
    transition: 0.4s;
}

.effect-noshadow:hover{
    /* margin-top:-10px;
    transition-timing-function: ease-in-out;
    transition-delay: 0.2s; */
    transform: scale(1.02, 1.02);
}


.mobile{
    padding: 2rem 5rem 2rem 5rem;
}

  .nav-mobile {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.case-copy {

    margin-top: 50px;

}


/**** Button Styling*****/

.btn{

    font-family: 'Overpass', sans-serif;
}




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

@media (min-width: 576px) {

    h1{
      font-size:3.5rem;
      font-weight: 600;
      text-align:center;
  }

  h2{
    font-size:3.5rem;
    font-weight: 600;
    text-align:center;
    
}

  .mobile{
    padding:0px;
  }

  .nav-mobile {
    -ms-flex-pack: flex-end !important;
    justify-content: flex-end !important;}

    .intro{
        height: 60vh;
        display:flex;
        align-items: center;
        justify-content: space-around;
    }

        .case-copy {

            margin-top: 50px;
        
    }

    .icons {
    
    display:flex;
    justify-content: center;
    
}

.pt-mobile{
    padding-top:0px !important;
}

.icons img

{
    max-width:100px;
    padding:10px;
}



    
 

 @media (min-width: 768px) {

    p {
        font-family: 'Overpass', sans-serif;
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 2.3rem;
    }
    
    .bg-case{
        background-image: url("tobiaskuechler-kool-tattoo-hero@2x-desktop.png");
        background-position:center;
        background-repeat: no-repeat;
        background-size: cover;
        height: calc(100vh - 56px);}

        .intro{
            height: 60vh;
            display:flex;
            align-items: center;
            justify-content: space-around;
            }

     .case-copy {

                margin-top: 0px;
            
            }

            .no-mobile {
                display:inline !important;
        }
    
    
        .no-desktop {
    
                display:none !important;
        }

    
  }
  
@media (min-width: 992px) {
    .mnegativ{
        margin-top:-52px;
    }
    .bg-case{
        background-image: url("tobiaskuechler-kool-tattoo-hero@2x-desktop.png");
        background-position:center;
        background-repeat: no-repeat;
        background-size: cover;
        height: calc(100vh - 56px);}
  }

  .mt200{
    margin-top:200px;
}

.img-mobile{
 width:100%;   
}


}