/* 
    Created on : 04.08.2018, 19:37:20
    Author     : Harald Grob
*/

@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,400italic,500);
@import url(https://fonts.googleapis.com/css?family=Kaushan+Script);
@import url("icon.css");
@import url("reset.css");
@import url("losungen.css");
@import url("hg_gallery.css");
@import url("lightbox.css");

.mb-5 {
    margin-bottom: 5px;
}

.mt-5 {
    margin-top: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-10 {
    margin-top: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mt-30 {
    margin-top: 30px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.bold {
    font-style: 600;
}

.centered-h {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.centered-h > * {
    
}

.font-1rem {
    font-size: 1rem;
}

.header-ekiw {
    font-size: 1.100rem;
    font-weight: bold;
}

#iframe-container {
    margin: 10px 0;
    position: relative;
    width: 100%;
    height: 500px; /* Anpassen nach Bedarf */
}

#loading-indicator {
    font-size: 1.2em;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 20px;
}

.loader {
    border: 7px solid #f3f3f3; /* Hellgrauer Hintergrund */
    border-top: 7px solid #3498db; /* Blauer oberer Rand */
    border-radius: 50%; /* Macht das Element rund */
    width: 40px; /* Breite des Kreises */
    height: 40px; /* Höhe des Kreises */
    animation: spin 2s linear infinite; /* Animationseigenschaften */
}

@keyframes spin {
    0% { transform: rotate(0deg); } /* Startposition */
    100% { transform: rotate(360deg); } /* Endposition */
}

#iframe-daily-lesson {
    width: 100%;
    height: 100%;
}

hr.alphabetHr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

p {
    line-height: 140%;
}

p.alphabet {
    padding-bottom: 5px;
}

p.bottomXL {
    padding-bottom: 10px;
}

span.alphabetCap {
    font-size: 1.3rem;
}

h1 {
    padding-top: 20px; /* 4=top,right,bottom,left; 3=top,right-left,bottom; 2=top-bottom,right-left*/
    font-size: 23px;
    font-weight: bold;
}

h1.pageHeader {
    padding-bottom: 15px;
}

h1.small {
    font-size: 20px;
}

h2 {
    padding: 15px 0 5px 0; /* 4=top,right,bottom,left; 3=top,right-left,bottom; 2=top-bottom,right-left*/
    font-size: 14px;
    font-weight: bold;
}

html {
    font-family: 'Ubuntu', Verdana, Arial, sans-serif;
    font-size: 100%;
    font-weight: 400;
    background-color: hsla(223, 98%, 33%, 1);

}

body {
    /* Fallback für alte Browser, die eh' keiner mehr braucht */
    font-size: 14px;
    /* font-size für die Neuen */
    font-size: 0.875rem;
    margin: 0 auto 30px auto;
    padding: 0;
    /*max-width: 926px;*/
    max-width: 1400px;

    background-color: hsla(55, 96%, 81%, 1);
}

img {
    max-width: 100%;
    height: auto;
}

.banner {
    margin-top: 0;
    /* height: 115px; */
    height: 25vh;
    /* background-image: url(../img/banner960res.jpg); */
    background-image: url(../img/sunrise_1920x928.jpg);
    background-position: 0% 65%;
    background-repeat:no-repeat;
    display:block;
    /*-moz-background-size:cover;
    -webkit-background-size:cover;
    background-size:cover;*/
    background-size: cover;
    color: hsla(240, 100%, 30%, 1);
}

.flexbox {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: baseline;
}

.frame {
    border: 1px solid #FDD33A;
    padding: 10px 15px;
    margin-bottom: 10px;
}

nav {
    margin: 30px 10px 0 10px;

    color: #333;
    width: 110px;
}

nav ul {
    width: 110px;
    padding: 0;
    list-style-type: none;
}

nav ul.subMenu {
    background: hsla(55, 96%, 81%, 1);
}

nav li {
    background: hsla(47, 98%, 61%, 1);
    margin-top: 2px;
    display: block;
}

nav li.subMenuItem {
    background: hsla(55, 96%, 81%, 1);
}

nav li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 8px;
}

nav li.subMenuItem a {
    padding: 5px 8px;
    margin-left: 10px;
    font-size: 0.8rem;
}

/* -> head */
#nav_hamburger_breadcrumb_container {;
    padding: 10px 10px 30px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#nav_hamburger_breadcrumb_container > * {
    
}

.hamburger_menu_icon {
/*    width: 99%;
    */
    width: 25px;
    height: 20px;
    background-image: url(../css/icon-font/menu-icon.svg);
    background-repeat: no-repeat;
    background-size: 25px 20px;
    
}


.active {
    font-weight: bold;
}

main {
    /* top/bottom - left/right */
    margin: 0 1.25rem;
}

.footerlink {
    text-decoration: none;
    color: black;
}

.pagefooter {
    margin-top: 3rem;
    background: hsla(47, 98%, 61%, 1);
    padding: .375rem;
    text-align: center;
}

.address {
    font-size: .875rem;
    margin-bottom: -.5rem;
}

/* Gedicht */
.gedichtWrap {

}

.gedicht {
    width: 60%;
    margin: 0 auto;
}

span.gedichtIndent15 {
    padding-left: 15px;
}

span.gedichtIndent30 {
    padding-left: 30px;
}

span.gedichtIndent45 {
    padding-left: 45px;
}

.gedichtSignatur {
    font-style: italic;
}

hr.gedichtHR {
    margin-bottom: 10px;
    width: 100px;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/* Erfahrungsberichte */
.reportWrap {

}

.reportHeader {
    font-weight: bold;
    padding: 5px 0 15px;
}

.reportHeaderDateAuthor {
    font-weight: normal;
}

.reportFoot {
    padding: 5px 0;
    font-style: italic;
}

.reportText {
    padding: 0 50px 0 5px;
}

span.reportDate {

}

span.reportAuthor {

}

hr.reportHR {
    margin: 20px 0;
    width: 90%;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/* Report Form Admin */

.formWrap {
    
}

.formDelWrap{
    display: inline-block;
    padding-right: 5px;
}

.reportFormFlexContainer {
}

.reportFormFlexContainer li:not(:last-child) {
    margin-bottom: 20px;
}

.reportFormFlexContainer li {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    align-items: center;
}

.reportFormFlexContainer li label {
    padding: 8px 0;
    width: 150px;
}

.reportAreaHeader {
    padding-top: 8px;
    margin-bottom: -11px;
}

span.reportRequired {
    font-size: 0.7rem;
    color: #9c3328;
}

.reportFormFlexContainer li input:not([type='submit']),
.reportFormFlexContainer li textarea {
    width: 100%;
    padding: 5px;
}

.reportFormFlexContainer li input.reportFormSubmit {
    margin-left: auto;
    padding: 8px 16px;
}

ul.reportListWrap {
    padding-left: 20px;
    list-style-type: circle;
}

li.reportListItem {
    padding-bottom: 8px;
}

span.report_del {
    padding-right: 5px;
    color: #9c3328;
    font-weigth: bold;
}