/*
Theme Name: Rathauskeller
Theme URI: 
Author: Mario Beisteiner
Author URI: 
Description: 
Version: 1.0
License: 
License URI: 
Text Domain: 
Tags: 
*/

/* -- Body -- */

body {
    padding: 0px;
    margin: 0px;
    background-color: #FCFEFF;
}

/* -- Placeholders -- */

#ph2px {
    height: 2px;
}

#ph10px {
    height: 10px;
}

#ph20px {
    height: 20px;
}

#ph30px {
    height: 30px;
}

@media (max-width:600px) {
    
    #placeholder1 {
        height: 60px;
    }
    
}

#placeholder2 {
    height: 6vh;
    width: 100%;
}

@media (max-width:600px) {
    
    #placeholder2 {
        height: 8vh;
    }
    
}

#placeholder3 {
    height: 30px;
    border-bottom: 1px solid white;
}

/* -- Fonts -- */

.header1 {
    text-align: center;
    font-size: 40px !important;
    color:white;
    font-family: 'Montserrat', sans-serif; 
    width: 100%;
}

@media (max-width:600px) {
    .header1 {
        font-size: 30px !important;
    }
}

/* -- Startpage -- */

#startpage {
    height: 100vh;
    width: 100%;
}

@media (max-width:600px) {
    #startpage {
        height: 105vh;
    }
}

#startpagepic {
    height: 76vh;
    width: auto;
    background-image: url(./pictures/startpagepic.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width:1000px) {
    
    #startpagepic {
        height: 70vh;
    }
    
}

@media (max-width:600px) {
    
    #startpagepic {
        height: 60vh;
    }
    
}

#welcometext {
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    width: 100%;
    text-align: center;
}

@media (max-width:600px) {
    
    #welcometext {
        font-size: 20px;
        width: 94%;
        margin-left: auto;
        margin-right: auto;
    }
    
}

#scrollhint {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    width: 100%;
    text-align: center;
}

@media (max-width:600px) {
    
    #scrollhint {
        font-size: 10px;
        margin-left: 5px;
        margin-right: 5px;
    }
    
}

#scrollicon {
    height: 10vh;
    width: 100%;
    background-image: url(https://handicap-international.fr/sn_uploads/vies-brisees/downarrow.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width:600px) {
    
    #scrollicon {
        height: 12vh;
    }
    
}

/* -- Info -- */

#info {
    background-color: #C12B23;
}

#openhours {
    color: white;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
}

#emptyrowwidth {
    width: 20px;
}

.infotext {
    text-align: center;
    color: white;
    font-size: 20px;
}

#googlemaps {
    margin-left: auto;
    margin-right: auto;
    color: white;
    width: 400px;
    height: 300px;
}

@media (max-width:600px) {
    #googlemaps {
        width: 80%;
    }
}

#facebooktext {
    
}

@media (max-width:600px) {
    #facebooktext {
        display: none;
    }
}

#socialmedia {
    display: none;
}

@media (max-width:600px) {
    #socialmedia {
        display: block;
    }
}

#clicktextfacebook {
    text-align: center;
    font-size: 14px !important;
    color:white;
    font-family: 'Montserrat', sans-serif; 
    width: 100%;    
}

@media (max-width:600px) {
    #clicktextfacebook {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        font-size: 12px;
    }
}

#facebookpic {
    width: 300px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(./pictures/fb.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #3C5A99;
    border-radius: 10px;
}

#facebookpic:hover {
    cursor: pointer;
}

/* -- Calendar -- */

#calendar {
    min-height: 100vh;
    background-color: gray;
    width: 100%;
}

.calendaralign {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:1000px) {
    
    .calendaralign {
        width: 100%;
    }
    
}

#calendarsection1 {
    background-color: gray;
    width: 100%;
}

#calendarsection2 {
    background-color: darkgray;
    width: 100%;
}

/* Footer */

.footer {
    width: 100%;
    height: 50px;
    background-color: white;
    color: black;
    font-family: 'Montserrat', sans-serif; 
    border-top: 2px solid black;
}

.footer a:visited {
    color: black;
    text-decoration: none;    
}

.footer a:link {
    text-decoration: none;
    color: black;
}

#footercontent {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 14px;
}

@media (max-width:1000px) {
    
    #footercontent {
        width: 100%;
    }
    
}