/*
    colors: logo color: #f2d280

*/

body {
    padding-top: 70px;
    background-color: dimgrey;
    font-family: 'Roboto', sans-serif;
}

.ssection {
    padding-top: 90px;    
    min-height: 100vh;
}

.firstsection {
    padding-top: 50px;    
    min-height: 100vh;
}

.lastsection {
    padding-top: 90px;
    min-height: 100vh;
}

#laser {
    padding-bottom: 100px;
}

.welcome-text {    
    font-family: 'Anonymous Pro', monospace;
    font-weight: bold;
}

.imglogo {
    height: auto;
} 

.gallery-heading {
    padding-bottom: 35px;    
    color: #f2d280;
}
/*
#software {
    background-image: url(assets/img/backgrounds/software.jpg);
}
*/

.ssbox-container {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    /*margin-top: 50px;
    margin-bottom: 50px;*/
    
}
.ssbox {
    /* 
    über media querys gesteuert
    width: 250px;
    height: 250px; */
    position: relative;    
    border-radius: 25px;
    background-color: dimgray;
    margin: 20px;
    box-shadow: 0px 0px 15px background;
    transition: 0.3s all ease-in-out;    
}

.ssbox .ssbox-content .title{
    /* über media querys gesteuert
    padding-top: 25px;
    padding-bottom: 25px; */
    color: #f2d280;
    font-weight: bold;    
    font-family: 'Poppins', sans-serif;
}

a , .nav-link {
    text-decoration: none;
    color: #f2d280;
}

a:visited {
    color: #f2d280;
}

a:hover {
    text-decoration: underline;
    color: #f2d280;
}




@media (min-width: 768px) {
    .ssbox {
        width: 250px;
        height: 250px;
    }
    .ssbox .ssbox-content .title{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .welcome-text {    
        font-size: 3.0rem;
    }
}

@media (max-width: 767px) {
    .ssbox {
        width: 200px;
        height: 200px;
        }
    .ssbox .ssbox-content .title{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .welcome-text {    
        font-size: 2.0rem;
    }
}

@media (max-width: 576px) {
    .ssbox {
        width: 250px;
        height: 80px;
    }
    .ssbox .ssbox-content .title{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .welcome-text {    
        font-size: 1.8rem;
    }

    /* Cookie Button kleiner machen auf mobile device */
    .cc-revoke {
        font-size: 11px;
    }

    .gallery-heading {
        padding-bottom: 5px;
    }

}

.ssbox-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px;
}
.ssbox .ssbox-content a{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}

.section-descr {
    font-size: larger;
    font-weight: 400;
}

.section-descr-last {
    padding-bottom: 25px;
}

.ssbox .ssbox-content .ssboxtext {
    color: #2E2E2E;
    padding-top: 8px;
    
}

.ssbox:hover {
    /*background: linear-gradient(125deg, #843A3A 0%,  #B23E3E  100%);*/
    background: linear-gradient(125deg, #843A3A 0%,  #ad5757  100%);
    box-shadow: none;
    transition: .3s all ease-in-out;

}

.ssbox:hover .boxtext {
    color: white;
}
.ssbox-icon {
    height: 60px;
    width: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;    
}



.gallery-foot-heading {
    padding-top: 25px;
}

.img-fluid {
    margin-bottom: 10px;
    
}


.gal-pic {
    border: 5px solid #555;
    border-radius: 50%;
    transition: border-radius ease 0.5s;
}

.gal-pic:hover {
    transition: border-radius ease 0.5s;
    border-radius: 10%;
}


h1, h2, h3, h4, h5 {
    font-family: 'Poppins', sans-serif;
}

.imgcenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.btn-default {
    border: 1px solid #843A3A;
    color: #843A3A;
    background-color: transparent;
}

.btn-default:hover, .btn-default:focus{
    border: 1px solid #843A3A;
    outline: none;
    color: white;
    background-color: #843A3A;
}

.btn-sendsuccess {
    border: 1px solid #8bed4f;
    color: black;
    background-color: #8bed4f;
}

/*
OVerwriting Bootstrap 
*/
.nav-link {
    font-size: x-large !important;
    font-family: 'Poppins', sans-serif;
}

.nav-link:hover {
    color: #f2d280;
}

.navbar-nav > li{
    padding-left:10px;
    padding-right:10px;
}

.navbar-nav .nav-link.active  {
    color: #f2d280;
    font-weight: bold;
}

.card, .card-header {
    background-color: transparent;
    border: none;
}

.form-check-input:checked {
    background-color: #843A3A;
    border-color: #843A3A;
}

.form-check-input:focus {
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
    border-color: #843A3A;
}

#msg {
    height: 200px;
}

.showcookiedialog {
    text-decoration: underline;
}

.showcookiedialog:hover {
    cursor: pointer;
}

/*Kontakt*/
.contact-links {
    height: 60px;
}
.contact-links a, .contact-links a:visited {
    color: #f2d280;
    text-decoration: none;
    font-size: 36px;
}

.contact-links a:hover {
    /*font-size: 48px;  wackelt zu sehr -> andere Farbe*/ 
    text-decoration: none;
    color: #a99154;
}


/*Impressum und Co */
.bxi-imp {
    font-size: 48px;
    font-weight: bolder;
}

.collapsed-content {
    padding:  1rem;
}

.collapsed-content a {
    color: #a99154;
}


.tooltip-inner {
    background-color: dimgrey;
    box-shadow: 0px 0px 4px black;
    opacity: 1 !important;
    color: #f2d280;
}


.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after, .bs-popover-top>.popover-arrow:after {
    border-top-color: red;
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after, .bs-popover-bottom>.popover-arrow:after {
    border-bottom-color: blue;
}