/*
Hauser Main Color: #8f5765
*/

.scrollToTop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    display: none;
    z-index: 9999;
}

a, a:link, a:visited, a:active {
	color: #8f5765;
}
.navbar-nav li.active a {
	color: #000000;
}

.btn-teamviewer {
	color: #fff ! important;
    background-color: #038ff4;
    border-color: #038ff4;
	background-image: url('/assets/image/logo-fernwartung.svg');
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: auto;
}
.btn-primary {
	color: #ffffff ! important;
	background-color: #8f5765 !important;
	border-color: #8f5765 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color: #7a4856 !important;
	border-color: #7a4856 !important;
}

.btn-outline-primary {
	color: #8f5765 !important;
	border-color: #8f5765 !important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
	background-color: #8f5765 !important;
	border-color: #8f5765 !important;
	color: #ffffff !important;
}

.index .jumbotron {
    background-image: url('/assets/images/smoke03.webp');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: auto;
    -webkit-box-shadow: 0 4px 8px 2px rgba(0,0,0,0.2);
    box-shadow: 0 4px 8px 2px rgba(0,0,0,0.2);
}
.sub-page .jumbotron {
    /* background-image: url('/assets/images/smoke03.png');
	background-position: 50% 20%;
	background-repeat: no-repeat;
	background-size: auto;
    background-color:rgba(0, 0, 0, 0.5); */
    -webkit-box-shadow: 0 4px 8px 2px rgba(0,0,0,0.2);
    box-shadow: 0 4px 8px 2px rgba(0,0,0,0.2);
}

.aktuelles {
    -webkit-box-shadow: 0 4px 8px 2px rgba(0,0,0,0.2);
    box-shadow: 0 4px 8px 2px rgba(0,0,0,0.2);
}

.text-edvhauser {
	color: #8f5765 ! important;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #8f5765;
    border-color: #8f5765;
}

.alert-top-bar {
	color: #606060;
    background-color: #e9ecef;
    border-color: #bee5eb;
}

.navbar-main a {
	color: #909090;
	font-size: 1.2em;
}

.navbar-main a:hover {
	color: #202020;
}

.nobr { white-space: nowrap; }

footer.pagefooter {
	background: #1c2024;
}

.btn-scrollToTop, .btn-scrollToTop:hover {
    background-color: #e1e5e7;
    border-color: #fff;
    color: #697c85;
}

#flyout {
    display: none;
}

/*
####################################################
M E D I A  Q U E R I E S
####################################################
*/
 
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
 
/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/

.display-4 {
    font-size: 2.5rem;
}
 
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  
    
}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {  
    .display-4 {
        font-size: 3.5rem;
    }

    .container-main {
        min-height: 400px;
    }
    #flyout {
        display: block;
    }

    #flyout a {
        position: fixed;
        right: -150px;
        transition: 0.3s;
        padding: 8px;
        width: 180px;
        text-decoration: none;
        font-size: 15px;
        color: white;
        border-radius: 5px 0 0 5px;
        z-index: 8000;
    }

    #flyout a:hover {
        right: -20px;
    }

    #flyout i {
            padding-right: 15px;
    }
    #flyout i.fa {
            font-weight: 400;
    }

    #support {
        bottom: 150px;
        background-color: #007bff;
    }
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
 
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
    
}
 
 
 
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Custom media queries
*/
 
/* Set width to make card deck cards 100% width */
@media (max-width: 950px) { 
 
}
