/*
    Theme Name: Lebenswohlgefuehl
    Author: Andreas Biesel
*/

body{
    background: -webkit-linear-gradient(top, #7B832F 0, #AFBB44 350px, #DFE4B4 1050px) no-repeat;
    font-family: 'Roboto', sans-serif;
    min-height: 100vh;
    padding: 0.75em 0;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Muli', sans-serif;
}

header{
    padding: 0 !important;
    border: 1px solid #fff;
    border-radius: 5px;
}

header nav{
    background: -webkit-linear-gradient(top, rgba(247, 176, 69, 0.9) 0, rgba(245, 151, 10, 0.9) 60%, rgba(206, 127, 9, 0.9) 100%) no-repeat;
}

header nav ul a {
    background-color: #fff;
    text-transform: uppercase;
    margin-right: 0.3em;
    border-radius: 5px;
    border: 1px solid #fff;
}

header nav ul li a:hover,
header nav ul li a:active,
header nav ul li a:focus,
header nav ul li.current-menu-item a,
header nav ul li.current-menu-parent > a{
    background: -webkit-linear-gradient(top, #E1DD75 0, #D1CC2E 57%, #9B9722 100%) no-repeat;
    color: #fff !important;
}

header .subheader{
    padding: 1em !important;
    background-color: #fff;
}

header img.custom-logo{
    width: 100%;
    max-width: 200px;
    height: auto;
}

header nav .navbar-toggler{
    margin-right: 0 !important;
}

.navbar#main-nav .navbar-brand {
	padding: 5px;
}

main{
    margin-top: 1em;
    background: #fafafa;
    border: 1px solid #FFF;
    min-height: 50vh;
    padding: 1.5em;
    border-radius: 5px;
}

.iframe-resp-container{
	position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.iframe-resp{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

footer{
    margin-top: 1em;
    border: 1px solid #fff;
    border-radius: 5px;
    background: -webkit-linear-gradient(top, rgba(247, 176, 69, 0.9) 0, rgba(245, 151, 10, 0.9) 60%, rgba(206, 127, 9, 0.9) 100%) no-repeat;
}

.button-cookie{
    background: #000 !important;
}

.cookie-notice-container{
    background: -webkit-linear-gradient(top, rgba(247, 176, 69, 0.9) 0, rgba(245, 151, 10, 0.9) 60%, rgba(206, 127, 9, 0.9) 100%) no-repeat !important;
}

#gwolle_gb_write_button input[type=button]{
    background: -webkit-linear-gradient(top, rgba(247, 176, 69, 0.9) 0, rgba(245, 151, 10, 0.9) 60%, rgba(206, 127, 9, 0.9) 100%) no-repeat;
}

#gwolle-gb-total{
    margin-bottom: 0.5em;
}

.gb-entry {
    background: -webkit-linear-gradient(top, rgba(247, 176, 69, 0.3) 0, rgba(245, 151, 10, 0.3) 60%, rgba(206, 127, 9, 0.3) 100%) no-repeat;
    border-radius: 5px;
    padding: 1em !important;
}

.gb-entry-content{
    background: rgba(255,255,255,0.5);
    border-radius: 5px;
    margin-top: 1em;

}
.btn-primary{
    background: -webkit-linear-gradient(top, #E1DD75 0, #D1CC2E 57%, #9B9722 100%) no-repeat;
}

.card{
    border: 1px solid  rgba(247, 176, 69, 0.9);
}