/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 09.04.2020, 12:24:27
    Author     : Konstantinos Dafalias
*/

body {
    min-width: 600px;
}

div#main {
    max-width: 900px;
    width: 95%;
    min-width: 550px;
}

div#head {
    max-width: 880px;
    min-width: 530px;
    width: auto;
}

div#top, div#footer {
    max-width: 880px;
    width: 90%;
    min-width: 550px;
}

div.spanfull {
    max-width: 830px;
    width: 830px;
    width: 100%;
}

div.pinhead {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.spanfull div.pinbody, .spanfull div.pinbottom {
    width: auto;
}

.modal {
    margin: 0px;
    width: auto;
    left: 0px;
    top: 0px;
    height: auto;
    display: none;
}

div#gallery, #imguploader {
    width: 87%;
    margin: 0px;
    top: 50%;
}

div#gallery, div#gallery * {
    max-height: 100vh;
}

#imguploader form {
    margin: 35px 0px 0px 0px;
}

div#myCarousel div div {
     width: auto; 
     height: auto; 
}

div[id^='framearea_movie_'].modal, div[id^='framearea_app_'].modal, div[id^='blitzleserframe_'].modal {
    margin: 0px 0px 0px 0px;
    max-height: 100%;
}

div[id^='blitzleserframe_'] {
    min-width: 500px;
    width: 96%;
    max-width: 800px;
    background-image: url(../img/tafelkontuerchen_800c.png);
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 100%;
}

div[id^='blitzleserframe_'] .speedbtns {
    height: 80%;
    width: 100%;
    position: absolute;
    top: 0px;
}

div[id^='content_area_blitzleser_'] .speedbtns img {
    width: 25%;
}

div[id^='blitzleserframe_'] img.pixelgif {
    width: 100%;
    z-index: -3;
}

div[id^='content_area_blitzleser_'] {
    background: none;
    height: auto;
    width: 95%;
}

div[id^='act_text_area_blitzleser_'] {
    margin-top: 0px;
    position: absolute;
    top: 30%;
    width: 100%;
}

.fc-header-title h2 {
    font-size: 1.2em !important;
}

#calendarframe {
    max-height: 100%;
    width: 90%;
    max-width: 1600px;
}

#calendar1 {
     width: inherit !important; 
}

.ui-dialog {
    width: auto !important;
}
div#date {
    margin-top: 90px;
    top: 0px;    
}

div#gallery .close, button.close {
    font-size: 3em;
    line-height: 1em;
}

div[id^='blitzleserframe_'] .modal-header {
    padding: 0px;
    margin: 5px 2px !important; 
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10000;
}

div.framearea {
    min-width: 620px;
}

.modal  {
    margin: 0px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.modal.fade.in {
    top: 50%;
}

.sn-checkbox-use-protocol{
    display: none;
}

#alert, #gallery  {
    margin: 0px;
    position: fixed;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
    z-index: 2000;
}

.spanfull .editspan_area_title, .spanfull div[id^='area_title_'] textarea {
     width: auto; 
}

textarea {
     min-width: 90%;
     min-height: 200px;
}

h1 {
    font-size: 3em;
}

h2 {
    font-size: 2.5em;
}

div#head {
    position: relative;
}

div#date {
    top: 280px;
    position: absolute;
    right: 10px;
    margin-top: 0px;
}
