/* CSS Style für KAKTUS Webseite */

html{
    height:100%;
    scroll-behavior: smooth;
}

body {
    margin:0px;
    height: 100%;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}

main, header, .logo{
    width: 80%;
    margin:0 auto;
    background-color: white;
    opacity:1;
    font-family:Verdana, Geneva, Tahoma, sans-serif !important;
}
.row{
  max-width: 100%;	
}
.col-12{
  max-width: 90% !important; 	
}

/* main Style für footer */
main{
    min-height: calc(100vh - 210px - 10px);
}

/* Bei Logo grüner Balken erweitern */
.logo{
    background-image: url(../img/Background_logo.png);
}

/* Style navigation */
.nav-color{
    color: white !important;
    width:100%;
}

/* Style Navigation beim drüberfahren */
.nav-color:hover{
    color:#6C9 !important;
    background-color:black;
}

/* Dropdownmenu Style Navigation */
.dropdown-color{
    color: white !important;
    width:100%;
}

/* Dropdownmenu Style Navigation beim drüberfahren */
.dropdown-color:hover{
    color:#6C9 !important;
    background-color: black !important;
}

/* Senden-Button Style */
.button-senden:hover{
    color:#6C9 !important;
    background-color: black !important;
}

/* Button Style */
.btn-kaktusprimary:hover{
    color:#6C9 !important;
    background-color: black !important;
}

/* Back Button cursor */
#BackButton:hover{
  	cursor: pointer;
}


/* anchor bei Dienstleistungen */
a.anchor{
    display:block;
    position:relative;
    top:-80px;
    visibility: hidden;
    margin-top:40px;
}

/* Schrift Style */
.schriftart{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
}

/* shortLinks Index Style */
#shortlinks {
    width: 100%;
    height:200px;
    margin:0 auto;
    margin-bottom:10px !important;
    display:flex;
    justify-content: center;
    align-content: center;
}

/* shortLinks Index Style */
.button {
    /* Geschwindigkeit Animation */
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

    width:200px;
     height:200px; 
     float:left;
     margin-right:30px;
     cursor:pointer;
}

/* shortLinks Index Style grösser machen beim drüberfahren */
.button:hover{
    width:250px;
    height:250px;
}

#pcvisit {
    background:url(../img/pcvisit.png); 
    background-position:center; 
    background-repeat:no-repeat; 
    background-size:contain;
}

#email {
    background:url(../img/outlook.png); 
    background-position:center; 
    background-repeat:no-repeat; 
    background-size:contain;
}
#kiwanis {
    background:url(../img/kiwanis.png); 
    background-color: white;
    background-position:center; 
    background-repeat:no-repeat; 
    background-size:contain;
}

/* Label Style ShortLinks Index */
.label {
    /* Geschwindigkeit Animation */
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

    position:absolute;
    bottom:0px;
    width:200px; 
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size:20px;
    background:rgba(0,0,0); 
    color:#fff; 
    padding:3px 0px; 
    text-align:center; 
    cursor:pointer;
}

/* Label Shortlinks grösser machen beim drüberfahren */
.button:hover .label{
    width: 250px;
}

/* zentrieren Label */
.label_richten{
    text-align:center; 
    width: 100%;
}

/* Abstand von Oben */
.richten{
    margin-top: 30px;
}

/* Grösse Titel Index */
.titelgroesse{
    font-size: 40px;
}

.vertical-richten{
    margin-left: 8%;
}

/* responsive Desing Short Links */
.shortlinks_visibility2{
    display:none;
    visibility: hidden;
}

/* Responsive Design Standort */
.standort2_visibility{
    display:none;
    visibility:hidden;
}

/* Responsive Design Abstand */
.abstand2_visibility{
    display:none;
    visibility:hidden;
}

/* Standort Style */
.mapouter{
    text-align:right;
    height:500px;
    width:100%;
}

/* Standort Style */
.map {
    overflow:hidden;
    background:none!important;
    height:500px;
    width:100%;
}

/* Standort Style */
.box{
    width: 100%;
    height: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Meldung erfolgreich Style Kontaktformular */
#kontaktmeldung{
    padding-right:10px;
    padding-left:10px;
    width:600px;
    border:solid;
    border-color:green;
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    background-color:rgb(206, 198, 198);
}

/* Höhe Slider */
.sliderheight{
    height: 200px;
}

/* text auf Seite richten */
.text-richten{
    margin-right: 30px !important;
    margin-left:30px !important;
}

/* Tabelle Style */
.zebrarow{
    margin-right: 30px !important;
    margin-left:30px !important;
}

.zebrarow, .zebrarow .row, .zebrarow .row .col {
	background:#ebebeb;
	border-bottom:solid 1px #bbb;
}

.zebrarow:nth-child(odd), .zebrarow:nth-child(odd) .row, .zebrarow:nth-child(odd) .row .col {
	background:#f4f4f4;
}

.zebrarow:last-child, .zebrarow:last-child .row, .zebrarow:nth-child(odd) .row .col {
	border-bottom:solid 1px #bbb;
}

/* Style Footer */
footer{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    margin:0 auto;
    width:80%;
}

/* Responsive Design */
@media screen and (max-width: 1638px){
    body {
        background-color:white;
        background-image: none;
    }   
    
    main, header, .logo{
        width: 100% !important;
    }

    .abstand_visibility{
        display:none;
        visibility: hidden;
    }

    .map{
        margin-left: 120px;
        margin-right:20px;
    }

    .untertitel{
        margin-left: 20px;
    }

    #standort{
        margin-left:140px;
    }

    #kontaktform{
        padding-right:30px;
        padding-left:30px;
    }

    footer{
        margin:0 auto;
        width:100%;
    }
}

/* Responsive Design */
@media screen and (max-width: 991px){
    .abstand2_visibility{
        display:inline-block;
        visibility: visible;
    }

    .standort_visibility{
        display:none;
        visibility: hidden;
    }

    .shortlinks_visibility{
        display:none;
        visibility: hidden;
    }

    .shortlinks_visibility2{
        display:flex;
        visibility: visible;
    }

    .standort2_visibility{
        display:inline-block;
        visibility: visible;
    }

    .map{
        margin:0;
        padding-left: 20px;
        padding-right: 20px;
    }

    #standort2{
        margin-left: 20px;
    }

    .sliderheight{
        height: 130px;
    }
}

/* Responsive Design */
@media screen and (max-width: 767px){
    .googlebild{
        display:flex;
        justify-content: center;
    }
}

/* Responsive Design */
@media screen and (max-width: 738px){
    .titelgroesse{
        font-size: 30px;
    }
}
/*.align-right{
	margin-left:100%;	
}*/