/*
 Theme Name: Zeitreise Child
 Theme URI:
 Description: Zeitreise Child Theme
 Author: Your Name
 Author URI: http://www.yourdomain.com/
 Template: zeitreise
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: Zeitreise Child Theme
*/

/*
You can start adding your own styles here. Use !important to overwrite styles if needed. */

.hidden {
    opacity: 1 !important;
}
.section-title {
	font-size: 32px;
	font-size: 2rem;
}
.section-title:after {
	content: '';
}
.tel-fixed {
    position: fixed;
    bottom: 5%;
    right: 60px;
    border-radius: 100%;
    background: #7cbc21;
    color: #fff;
    width: 100px;
    height: 100px;
    line-height: 1.05;
    font-size: 14px;
    text-align: center;
    z-index: 8888;
    display: table;
    text-decoration: none;
}
.tel-fixed:hover {
    background: #99e62e;
    text-decoration: none;
}
.tel-fixed b{
    color: #262626;
}
.tel-fixed span{
    font-size: 16px;
}
p.slide-text {
    position: absolute;
    bottom: 30px;
    left: 20px;
    right: 20px;
    z-index: 1000000;
    margin: 0;
    display: block;
    line-height: 1.5;
    text-align: center;
}
.widget_zeitreise_team {
    display: block;
    padding-bottom: 30px;
}

.portfolio-text-wrap {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}
@media screen and (min-width: 767px) {
    p.slide-text {
        position: absolute;
        bottom: 30px;
        left: 20px;
        right: auto;
        max-width: 400px;
        text-align: left;
    }
}