/*****************************************************************************************
    CSS Style Sheet
    PCM BAU

    Autor: NixIsFix
    Date:14.05.2021
 ****************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Raleway);

body {
    font-family: Arial, Helvetica, sans-serif;
    background-size: 100% auto;
    -webkit-animation-fill-mode: forwards;
}

#section1 {
    padding: 20px;
    /*width: 95%;*/
    height: auto;
    /*background: linear-gradient(180deg, #FFFFFF 0%, #275D65 100%);*/
    background-color: #FFFFFF;
    /*border-top: 10px solid #1b1e21;*/
    border-bottom: 10px solid #275D65;
    /*border-radius: 15px;*/
    /*box-shadow: 2px 2px 8px #0000007F;*/
}

#section2 {
    padding: 10px;
    /*width: 95%;*/
    height: auto;
    background-color: #FFFFFF;
    /*border-top: 10px solid #1b1e21;*/
    border-bottom: 10px solid #275D65;
    /*border-radius: 15px;*/
    /*box-shadow: 2px 2px 8px #0000007F;*/
}

#section3 {
    padding: 10px;
    /*width: 95%;*/
    height: auto;
    background-color: white;
    /*border-top: 10px solid #1b1e21;*/
    border-bottom: 10px solid #275D65;
    /*border-radius: 15px;*/
    /*box-shadow: 2px 2px 8px #0000007F;*/
}

#section4 {
    padding: 10px;
    /*width: 95%;*/
    height: auto;
    background-color: white;
    /*border-top: 10px solid #1b1e21;*/
    border-bottom: 10px solid #275D65;
    /*border-radius: 15px;*/
    /*box-shadow: 2px 2px 8px #0000007F;*/
}




.arrow-bg {
    clip-path: polygon(60% 15%, 90% 50%, 60% 85%, 0 85%, 10% 50%, 0 15%);
}

.inset-bg {
    /*clip-path: circle(25% at 25% 50%);*/
    /*clip-path: polygon(15% 10%, 100% 10%, 85% 90%, 0% 90%);*/
    clip-path: inset(15% 5% 15% 5%);

}

.kreis {
    border:10px solid #0000007F;
    background-color: darkcyan;
    background-image: url("/media/zaun.jpg");
    background-size: cover;
    position: relative;
    height: 150px;
    border-radius: 90%;
    -moz-border-radius: 90%;
    -webkit-border-radius: 90%;
    width: 250px;
    box-shadow: 2px 2px 8px #0000007F;

}



#nav-3 {
    /*background: #4c9e7f;*/
    background-color: #FFFFFF;
    margin-top: 40px;
    padding: 10px;
    text-align: center;
    font-family: Raleway;
    border-left-color: #FFFFFF;
    box-shadow: 2px 2px 8px #0000007F;
}

.link-3 {
    font-size: 16px;
    transition: 0.6s;
    text-decoration: none;
    padding: 0 10px;
    margin: 0 40px;
}
.link-3:hover {
    /*background-color: #8fceb9;*/
    color: #FFFFFF;
    background-color: #275D65;
    /*padding: 24px 10px;*/
    padding: 10px 40px ;
    text-align: center;
}


.box-shadow {
    box-shadow: 3px 4px 8px #0000007F;
}

.div-color {
    background-color: MediumSeaGreen;
}

.div-color-black {
    background-color: black;
    color: #FFFFFF;
    writing-mode: vertical-lr;
    text-orientation: upright;
    letter-spacing: 5px;
    text-transform: uppercase;

}

.footer-color {
    background-color: black;
}

.text-color-darkgreen {
    color: #275D65;
}

.badge-darkgreen {
    color: white;
    background: #275D65;
}

.text-size-4 {
    /*font-size: 4rem;*/
    font-size: clamp(2.5rem, 3.5vw, 4rem);
}

.text-size-3 {
    /*font-size: 3rem;*/
    font-size: clamp(1.5rem, 2.5vw, 3rem);
}


.text-size-2 {
    /*font-size: 2rem;*/
    font-size: clamp(1.3rem, 1.5vw, 2rem);
}

.text-size-1-3 {
    /*font-size: 1.3rem;*/
    font-size: clamp(1.0rem, 1.0vw, 1.3rem);
}

.text-size-1-5 {
    /*font-size: 1.5rem;*/
    font-size: clamp(1.3rem, 1.3vw, 1.5rem);
}
.text-size-1 {
    /*font-size: 1rem;*/
    font-size: clamp(0.5rem, 0.7vw, 1rem);
}

.navbar-light:hover {
    color: white;
}

.text-size-lg-4 {
    font-size: 2rem;
}

.bg-greenblue {
    background-color: #275D65;
    color: #FFFFFF;
}

.bg-dunkel {
    background-color: #212529;
}

.bg-lightgreen {
    background-color: #e6ece6;
}

.border-bottom-darkgreen {
    border-bottom: 5px #275D65;
}

.border-bottom-dg {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #275D65;
}

.text-align-just {
    text-align: justify;
}
.border-radius-all {
    border-radius: 15px;
    border-style: solid;
    border-width: 5px;
    border-color: #212529;
}

.round-tumpnails {
    /*border: 30px solid #275D65;*/
    border: 30px solid #212529;
    border-radius: 10px 100px;
    /*-moz-border-radius: 10px 100px;
    -webkit-border-radius: 10px 100px;*/
}

.gradient-title {
    background: linear-gradient(180deg, #212529 0%, #275D65 100%);
}


.btn-xl {
    width: 10%;
}


/******************************************************************************************************************

******************************************************************************************************************/
.box{
    background: linear-gradient(180deg, #275D65 0%, #212529 100%);
    font-family: 'Nanum Gothic', sans-serif;
    border-radius: 25px 0;
    position: relative;
    overflow: hidden;
    border: 10px solid #275D65;
}
.box:before,
.box:after,
.box .box-content:before,
.box .box-content:after{
    content: "";
    background: #fff;
    width: 50%;
    height: 4px;
    transform: scaleX(0);
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    transition: all 600ms ease;
}
.box:after{
    top: auto;
    bottom: 15px;
    left: auto;
    right: 15px;
}
.box .box-content:before,
.box .box-content:after{
    width: 4px;
    height: 50%;
    transform: scaleY(0);
}
.box .box-content:after{
    left: auto;
    right: 15px;
    top: auto;
    bottom: 15px;
}
.box:hover:before,
.box:hover:after,
.box:hover .box-content:before,
.box:hover .box-content:after{
    transform: scale(1);
}
.box img{
    width: 100%;
    height: auto;
    transform: scale3d(1.1, 1.1, 1);
    transition: all 0.25s linear;
}




.box:hover img{
    opacity: 0.25;
    transform: scale(1.25);
}
.box .inner-content{
    color: #fff;
    text-align: center;
    width: 70%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 70%;
    left: 50%;
    transition: all 600ms ease;
}
.box:hover .inner-content{
    opacity: 1;
    top: 50%;
}
.box .title{
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 3px;
}
.box .post{
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 12px;
    display: block;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.box .icon li{
    display: inline-block;
    margin: 0 4px;
}
.box .icon li a{
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    height: 35px;
    width: 35px;
    border: 2px solid #fff;
    border-radius: 10px 0 10px 0;
    display: block;
    transition: all 0.3s;
}
.box .icon li a:hover{
    /*color: #b31217;*/
    color: #212529;
    background: #fff;
    border-radius: 0 10px 0 10px;
}
@media only screen and (max-width:990px){
    .box { margin: 0 0 30px; }
}
/******************************************************************************************************************
hover tabs
******************************************************************************************************************/












