/*
 Theme Name:     Akropolis
 Theme URI:      http://www.elegantthemes.com
 Description:    Child Theme for Divi Theme by Elegant Themes
 Author:         Florian Wimmer
 Author URI:     
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* --- Include Font --- */
@font-face {
    font-family: alger;
    src: url(./fonts/ALGER.TTF);
}

h1 {
    font-family: alger, 'Sanchez',Georgia,"Times New Roman",serif !important;
    font-size: 50px;
}


.header h2 {
font-size: 36px;
}

.header h2:after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    background-color: #0081c7;
    background-size: contain;
    margin: 15px auto 0;
}


/* --- Main Header / Menü --- */

#main-header {
    border-bottom: solid 7px #0081C7;
}

#top-menu a {
   text-transform: uppercase;
}

#top-menu li li a, .nav li ul {
    width: auto !important;
}

/* --- Bounce Pfeil Header --- */
.et_pb_fullwidth_header_scroll a {
   animation: bounce 1s linear infinite;
}

@keyframes bounce {
    0% {
        margin-bottom: 0px;
    }
    60% {
        margin-bottom: 10px;
    }
    100% {
        margin-bottom: 0px;
    }
}

/* --- Infos im Header --- */
.infos_home_header {
    margin-top: -600px !important;
    background: #fff;
    padding: 25px 20px !important;
    box-shadow: 0px 0px 150px 20px rgba(109, 109, 109, 0.2);
    font-size: 18px !important;
    z-index: 99;
}

.infos_home_header h3 {
    font-family: 'Sanchez',Georgia,"Times New Roman",serif !important;
    font-size: 30px;
}

#offen_zeit {
    float: left;
    margin-left: 10px;
}

.infos_home_header_times table, .infos_home_header_times tbody, .infos_home_header_times tr, .infos_home_header_times td {
    border: none !important;
    padding: 0px;
    margin: 0px;
}

.infos_home_header_times tr {
    vertical-align: top;
}

.infos_home_header_times td {
    width: 50%;
    align-content: center;
}

.infos_home_header_times td:first-child {
    padding-left: 0 !important;
}

.infos_home_header_times td:last-child {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.infos_home_header a.button_header {
    padding: 0;
    color: #ffffff;
    border: solid thin #0081c7;
    background-color: #0081c7;
    border-radius: 10px;
    width: 80%;
    text-align: center;
    display: block;
    margin-top: 5px;
}

.infos_home_header a.button_header:hover {
    color: #0081c7;
    background-color: transparent;
}

/* --- Leistungen Home Blurbs --- */

.leistungen_home_blurb {
    cursor: default;
}

.leistungen_home_blurb .et_pb_blurb_container {
    padding: 15px;
    position: absolute;
    top: 0;
    width: 100%;
}

.leistungen_home_blurb .et_pb_blurb_content .et_pb_blurb_container h4 {
    text-align: center;
	text-shadow: 0 0 5px #666666;
}

.leistungen_home_blurb .et_pb_blurb_content .et_pb_blurb_container p {
    opacity: 0;
}

.leistungen_home_blurb .et_pb_blurb_content .et_pb_blurb_container h4, .leistungen_home_blurb .et_pb_blurb_content .et_pb_blurb_container p, .leistungen_home_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
    transition: all 1s;
}

.leistungen_home_blurb .et_pb_blurb_content .et_pb_blurb_container a {
    color: #ffffff;
    border: solid thin #0081c7;
    background-color: #0081c7;
    border-radius: 10px;
	padding: 3px 12px;
    margin-top: 5px;
}

.leistungen_home_blurb .et_pb_blurb_content .et_pb_blurb_container a:hover {
    color: #0081c7;
    background-color: transparent;
}

.leistungen_home_blurb .et_pb_blurb_content .et_pb_blurb_container p:last-child {
    text-align: center;
}

.leistungen_home_blurb .et_pb_blurb_content:hover .et_pb_blurb_container p {
    opacity: 1;
}

.leistungen_home_blurb .et_pb_blurb_content:hover .et_pb_blurb_container h4 {
    color: #0081c7 !important;
	text-shadow: 0 0 0;
}

.leistungen_home_blurb .et_pb_blurb_content:hover .et_pb_main_blurb_image {
    opacity: 0.2;
}

.leistungen_home_blurb .et_pb_blurb_content:hover .et_pb_blurb_container h4, .leistungen_home_blurb .et_pb_blurb_content:hover .et_pb_blurb_container p, .leistungen_home_blurb .et_pb_blurb_content:hover .et_pb_main_blurb_image {
    transition: all 0.5s;
} 


/* --- Kontakt Home Blurbs --- */
.kontakt_home_blurb .et_pb_blurb_content {
    padding: 20px;
    border-radius: 30px;
    /*border: solid thin #333333;*/
    transition: all .5s ease;
}

.kontakt_home_blurb .et_pb_blurb_content .et_pb_blurb_container h4 {
    font-size: 26px;
}

.kontakt_home_blurb .et_pb_blurb_content .et_pb_main_blurb_image .et-pb-icon {
	color: #0081c7 !important;
}

.kontakt_home_blurb .et_pb_blurb_content:hover {

}

.kontakt_home_blurb .et_pb_blurb_content:hover .et_pb_blurb_container h4 {

}

.special_menu {
	padding: 40px 10px;
    background-color: rgba(238,238,238,0.8);
}

.special_menu h3 {
	font-size: 30px;
	font-weight: 500;
	color: #0081c7;
}



/* --- SPEISEKARTE --- */

.speisekarte_main p {
	line-height: 1.3em !important;
    margin-top: -1em;
    padding-bottom: 1em;
}

.speisekarte_main h3 {
    font-size: 30px;
    font-weight: 700;
    margin-top: 15px;
    border-bottom: solid 2px #333333;
}

.speisekarte_main h4 {
    font-size: 24px;
    font-weight: 700;
    border-bottom: solid thin #333333;
    margin-bottom: 15px;
}

.speisekarte_main h5 {
    font-size: 20px;
	font-weight: 700;
	padding-bottom: 1em !important;
}

.speisekarte_main h5 span{
    line-height: 1.3em !important;
    margin-top: -1em;
    padding-bottom: 1em;
    color: #666;
    font-size: 18px;
    font-weight: 500;
}


/* --- Bereich Reservierung --- */
.area_reservation h3 {
	font-weight: 500;
}

.area_reservation p {
	padding: 0;
	line-height: 2.4;
	margin: 15px 0;
}

.area_reservation a {
	font-size: 28px;
	color: #666;
	margin-top: 10px;
}

/* --- FOOTER --- */

.footer_section {
    border-top: solid 7px #0081C7;
}
.footer_headline {
    font-weight: 600;
    margin-bottom: 10px !important;
}


.footer_headline:after {
    content: "";
    display: block;
    border-radius: 5px;
    width: auto;
    height: 2px;
    background-color: #0081c7;
    background-size: contain;
    margin: 10px auto 0;
}
.main_footer {
    padding: 0px !important;    
}

#footer-bottom {
    font-size: 16px;
}

#footer-info a {
    font-weight: 500 !important;
}


/*** Responsive Styles Large Desktop And Above ***/
@media all and (min-width: 1405px) {
  
}
 
/*** Responsive Styles Standard Desktop Only ***/
@media all and (min-width: 1100px) and (max-width: 1405px) {
 
}
 
/*** Responsive Styles Tablet And Below ***/
@media all and (max-width: 980px) {
 
}
 
/*** Responsive Styles Tablet Only ***/
@media all and (min-width: 768px) and (max-width: 980px) {
  h1 {
    font-size: 34px;
}

 .leistungen_home_blurb .et_pb_blurb_content .et_pb_blurb_container h4 {
    font-size: 22px;
}

.header h2 {
font-size: 28px !important;
}

.infos_home_header {
    margin-top: -500px !important;
    padding: 15px 10px !important;
}

.infos_home_header a.button_header {
    width: 100%;
}

}
 
/*** Responsive Styles Smartphone Only ***/
@media all and (max-width: 767px) {
 
}
 
/*** Responsive Styles Smartphone Portrait ***/
@media all and (max-width: 479px) {

 h1 {
    font-size: 32px;
}

 .leistungen_home_blurb .et_pb_blurb_content .et_pb_blurb_container h4 {
    font-size: 20px;
}

.header h2 {
font-size: 24px !important;
}

.infos_home_header {
    margin-top: -500px !important;
    padding: 15px 10px !important;
}

.infos_home_header a.button_header {
    width: 100%;
}

}

/* ---  --- */


/* ---  --- */


/* ---  --- */


/* ---  --- */


/* ---  --- */


/* ---  --- */


/* ---  --- */


/* ---  --- */


/* ---  --- */