aza-lite

/*
Hier kannst du dein eigenes CSS einfügen.

Klicke auf das Hilfe-Symbol oben, um mehr zu lernen.
*/
/*=============================================================================
3.1 SECTION: HOME / HEADER
-=============================================================================*/

.aza_only_customizer {
display: none !important;
}
.header .overlay-layer {
padding-top: 84px;
padding-bottom: 195px;
height: auto;
}
h1.site-title {
font-size: 1.5rem;
line-height: 1.5rem;
margin-bottom: 5px;
font-weight: 500;
}
.site-title a {
color: #fff;
}
.site-title:hover a {
color: #0c535f;
}
p.site-description {
font-size: 1rem;
line-height: 1rem;
color: #ccc;
margin: 0;
}
.navbar-brand {
height: auto;
max-width: 250px;
}
.navbar-brand>img {
transition: height .3s ease;
}
.header-logo-wrap {
text-align: center;
padding: 4px 10px;
}

/* STICKY NAVIGATION AND LOGO */

.navbar {
margin: 0;
border: none;
border-radius: 0;
}
.nav {
float: right;
}
.nav li a {
font-family: „Montserrat“, sans-serif;
color: #fff;
font-size: 15px;
}
.nav>li>a:hover, .nav>li>a:focus, .nav>li>a:active, .dropdown-menu>li>a:hover, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
color: #5cc3ff;
background: transparent;
}
.nav>li>a {
line-height: 70px;
padding: 15px;
}
.nav>li>a:before {
content: „“;
position: absolute;
left: 51%;
right: 51%;
bottom: 0;
background: #5cc3ff;
-webkit-transition-property: left, right;
transition-property: left, right;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
z-index: 10;
height: 2px;

}
.nav>li>a:hover:before {
left: 0;
right: 0;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
background: transparent;
}
.dropdown-menu {
border: none;
background-color: rgba(0,0,0,0.5);
}
.dropdown-menu>li>a{
padding: 10px;
}
.dropdown-menu>.active>a {
background: transparent;
}
.icon-bar {
background-color: #fff;
}
.navbar-toggle {
padding: 34px 30px 34px 0;
transition: all .3s ease;
}
.vert-align {
float: none;
vertical-align: middle;
display: table-cell;
}
.title-tagline-wrapper {
padding: 24px 0 23px;
display: table;
transition: all .3s ease;
}
.navbar-brand-wrapper {
transition: all .3s ease;
float: left;
display: table;
min-height:100px;
}

.section-subheading {
color: #ededed;
font: 100 21px Roboto;
margin: 0;
}

/**
Sticky Navbar
**/
.sticky-navbar {
position: fixed;
width: 100%;
z-index: 10000;
}

.sticky-navbar.navbar-small .navbar-toggle {
padding: 19px 30px 19px 0;
}

.sticky-navbar.navbar-small .navbar-brand-wrapper {
min-height: 70px;
}
.sticky-navbar.navbar-small .title-tagline-wrapper {
padding: 8px 0 9px;
}
.centered-menu .sticky-navbar.navbar-small .title-tagline-wrapper {
padding: 5px 0;
}

@media (min-width: 540px) {

.sticky-navbar.navbar-small .nav li>a {
line-height: 40px;
}
}

.sticky-navbar.navbar-small .navbar-brand {
max-width: 200px;
padding: 5px 15px;
}

.sticky-navbar.navbar-small .navbar-brand>img{
max-height: 60px;
width: auto;
}

/**
Centered Menu
**/
.centered-menu .navbar-header {
width: 100%;
text-align: center;
float:none;
}
.centered-menu .navbar-brand-wrapper {
float: none;
min-height: 0;
display: inline;
}

.centered-menu .title-tagline-wrapper {
margin: 0 auto;
padding: 10px 0 0;
display: inline-block;
}
.centered-menu .menu-primary-container{
text-align: center;
}
.centered-menu .navbar-header .navbar-brand>img{
display: inline;
margin-top: 20px;
}
.centered-menu .nav{
display: inline-block;
float: none;
margin-top: 10px;
}
.centered-menu .nav>li {
float: none;
display: inline-block;
}
.centered-menu .nav>li a {
padding: 0 10px;
line-height: 45px;
}
/*=============================================================================——–
3.8 BLOG SECTION
=============================================================================*/

#blog {
padding: 80px 0;
background-color: #3d3d3d;
-webkit-box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.75);
box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.75);
}

#blog .title-subtitle-container {
margin-bottom: 40px;
}
#blog img {
transition: all .3s ease;
width: 100%;
margin: 0 auto 20px;
-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}

#blog a:hover>img {
position: relative;
transform: translateY(-5px);
-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}
#blog p {
color: #ffffff;
margin-top: 30px;
}
#blog a {
color: #5cc3ff;
}

#blog h4 {
/*font: normal 24px Montserrat;*/
font-family: „Montserrat“, sans-serif;
font-size: 21px;
text-transform: uppercase;
}

#blog a:hover,
#blog a:focus,
#blog a:active {
color: #5cc3ff;
}

#blog a>i {
font-size: 40px;
color: #ffffff;
align-content: center;
vertical-align: middle;
margin-top: 100px;
}

.more-link {
display: block;
font-size: 15px;
margin-top: 10px;
}
/*=============================================================================
3.12 SITE FOOTER
=============================================================================*/

.site-footer {
-webkit-box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.75);
box-shadow: 0 1px 30px 0 rgba(0, 0, 0, 0.75);
height: auto;
background-color: #252426;
padding: 20px;
}
.site-footer ul {
padding: 0;
text-align: center;
}
.site-footer ul li {
font-size: 12px;
display: inline-block;
margin: 0 3px;
}
.site-footer ul li a {
text-decoration: none;
color: #fff;
letter-spacing: 1px;
font-weight: 300;
transition: all 0.5s ease;
}
.site-footer ul li a:hover ,
.site-footer ul li a:focus ,
.site-footer ul li a:active {
color: #5cc3ff;
transition: all 0.5s ease;
}
.site-footer h4 {
font-size: 12px;
text-align: center;
text-transform: uppercase;
letter-spacing: 2px;
color: #ffffff;
font-weight: 500;
}

/* FOOTER WIDGETS */

.footer-widgets {
font-family: „Roboto“, sans-serif;
color: #b4b4b4;
}
.footer-widgets a {
color: #9fcfff;
transition: 0.3s ease all;
}
.footer-widgets a:hover {
color: #5cc3ff;
}
.footer-widgets .widget-title {
font-size: 16px;
color: #5cc3ff;
text-transform: uppercase;
font-weight: bold;
font-family: „Roboto“, sans-serif;
text-align: center;
margin-bottom: 5px;
}
.footer-widgets .widget-title::before {
content: „“;
max-width: 200px;
height: 1px;
background-color: #7b7b7b;
display: block;
margin: 0 auto 20px;
}
.footer-widgets ul {
list-style: none;
color: #777777;
font-size: 14px;
padding: 0;
}
.footer-widgets select {
font-size: 14px;
max-width: 200px;
color: #333;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.footer-widgets caption {
font-size: 14px;
font-weight: normal;
color: #e2e2e2;
}
.footer-widgets table {
border: none;
font-size: 16px;
font-weight: 100;
color: #afafaf;
}
.footer-widgets table td {
padding: 2px;
border: none;
}
.footer-widgets .rssSummary {
font-size: 12px;
line-height: 16px;
}
.footer-widgets .rss-date {
font-size: 10px;
color: #a3a3a3;
}
.footer-widgets cite {
color: #5cc3ff;
font-size: 14px;
}
.footer-widgets input, .footer-widgets input.search-field {
font-size: 14px;
max-width: 125px;
font-weight: 100;
color: #333;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: none;
padding: 2px 10px;
}
.footer-widgets .search-submit {
color: #ffffff;
font-weight: 700;
font-family: „Montserrat“, sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
background-color: #5cc3ff;
transition: all 0.5s ease;
padding: 2px 10px;
}
.footer-widgets .search-submit:hover {
background-color: #5cc3ff;
color: #eeeeee;
}
.footer-widgets select option {
max-width: 200px;
}
/*=============================================================================
4.1 SIDEBAR
=============================================================================*/

#secondary {
border-left: 1px solid #7b7b7b;
padding-left: 40px;
font-family: „Roboto“, sans-serif;
color: #b4b4b4;
}
#secondary a {
color: #9fcfff;
;
transition: 0.3s ease all;
}
#secondary a:hover {
color: #5cc3ff;
}
#secondary h2 {
font-size: 16px;
color: #5cc3ff;
text-transform: uppercase;
font-weight: bold;
font-family: „Roboto“, sans-serif;
}
#secondary h2::before {
margin-bottom: 10px;
content: „“;
max-width: 200px;
height: 1px;
background-color: #7b7b7b;
display: block;
}
#secondary ul {
list-style: none;
color: #777777;
font-size: 14px;
padding: 0;
}
#secondary select {
font-size: 14px;
max-width: 200px;
color: #333;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#secondary caption {
font-size: 14px;
font-weight: normal;
color: #e2e2e2;
}
#secondary table {
border: none;
font-size: 16px;
font-weight: 100;
color: #afafaf;
}
#secondary table td {
padding: 2px;
border: none;
}
#wp-calendar > thead > tr > th {
border: none;
border-bottom: 1px solid #727272;
}
#secondary .rssSummary {
font-size: 12px;
line-height: 16px;
}
#secondary .rss-date {
font-size: 10px;
color: #a3a3a3;
}
#secondary cite {
color: #5cc3ff;
font-size: 14px;
}
#secondary input, #secondary input.search-field {
font-size: 14px;
max-width: 125px;
font-weight: 100;
color: #333;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: none;
padding: 2px 10px;
}
#secondary .search-submit {
color: #ffffff;
font-weight: 700;
font-family: „Montserrat“, sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
background-color: #5cc3ff;
transition: all 0.5s ease;
padding: 2px 10px;
}
#secondary .search-submit:hover {
background-color: #3ca3ff;
color: #eeeeee;
}
#secondary select option {
max-width: 200px;
}

/*=============================================================================
4.2 POST
=============================================================================*/

#primary {
color: #dadada;
}
#primary input {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: none;
padding: 2px 10px;
font-size: 14px;
}
#primary input[type=submit] {
color: #ffffff;
font-weight: 700;
font-family: „Montserrat“, sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
background-color: #5cc3ff;
transition: all 0.5s ease;
}
#primary input[type=submit]:hover {
background-color: #3ca3ff;
color: #eeeeee;
}
#primary h1, #primary h2, #primary h3, #primary h4, #primary h5, #primary h6 {
color: #ffffff;
}
#primary .featured-image {
margin-bottom: 20px;
}
#primary .featured-image img {
margin: 0 auto;
display: block;
}
#primary a:not(.btn) {
color: #3fafff;
transition: 0.3s ease all;
}
#primary a:not(.btn):hover {
color: #6cd3ff;
}
#primary #main .entry-content {
padding-bottom: 20px;
margin-bottom: 20px;
border-bottom: 1px solid #7b7b7b;
}
#primary #main header.entry-header {
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #7b7b7b;
}
#primary .wp-caption-text {
font-size: 14px;
line-height: 16px;
text-align: center;
color: #A9A9A9;
}
#primary .entry-meta {
display: flex;
align-items: center;
}
#primary time.updated, #primary span.posted-on, #primary time.published {
font-size: 14px;
}
#primary .byline {
margin-left: auto;
font-size: 12px;
}
#primary footer.entry-footer {
display: flex;
justify-content: flex-end;
}
#primary footer.entry-footer span {
margin-right: 20px;
font-size: 14px;
line-height: 14px;
}
#primary .nav-links {
display: flex;
margin-top: 40px;
}
#primary .nav-links .nav-next {
margin-left: auto;
}
#primary table {
color: #e5e5e5;
}
#primary .entry-content blockquote p {
color: #5cc3ff;
}
#primary .gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
#primary .gallery-columns-1 .gallery-item {
max-width: 100%;
}
#primary .gallery-columns-2 .gallery-item {
max-width: 50%;
}
#primary .gallery-columns-4 .gallery-item {
max-width: 25%;
}
#primary .gallery-columns-5 .gallery-item {
max-width: 20%;
}
#primary .gallery-columns-6 .gallery-item {
max-width: 16.66666666666667%;
}
#primary .gallery-columns-7 .gallery-item {
max-width: 14.28571428571429%;
}
#primary .gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
#primary .gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
#primary .gallery-columns-6 .gallery-caption, #primary .gallery-columns-7 .gallery-caption, #primary .gallery-columns-8 .gallery-caption, #primary .gallery-columns-9 .gallery-caption {
display: none;
}
#primary .gallery-item {
display: inline-block;
padding: 1.8%;
text-align: center;
vertical-align: top;
width: 100%;
}
#primary .gallery {
margin-bottom: 40px;
}
#primary .comments-title {
margin-bottom: 40px;
}
#primary .comment {
margin-bottom: 20px;
}
#primary .comment-author img {
border-radius: 25px;
}
#primary .comment-content {
font-size: 14px;
}
#primary .comment-metadata .edit-link {
margin-left: 10px;
}
#primary .comment-metadata {
font-size: 12px;
margin: 10px 0;
}
#primary .comment-form-comment label {
display: block;
font-size: 12px;
letter-spacing: 1px;
font-weight: 100;
}
#comment {
width: 100%;
max-width: 100%;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
height: 100px;
color: #333333;
padding: 5px;
}
#primary .page-links {
text-align: center;
font-size: 20px;
color: #c6c6c6;
}
.comment-list ol.children {
margin-left: 10px;
}