/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 01.09.2020, 12:57:40
    Author     : Frank Schiplock
*/

.zoom:hover{
    transform: scale(1.2);
}

.my-ul-item{
    /*font-family: Open Sans;*/
    /*font-weight: 600;*/
    text-transform: uppercase;
    font-size: .9em;
    /*line-height: 1.5em;*/
    /*letter-spacing: 0px;*/
    /*color: #FFFFFF;*/
}

.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.delay{
    animation:fadein 3.0s;
    -moz-animation:fadein 3.0s;
    -webkit-animation:fadein 3.0s; 
}

a{
    cursor: pointer;               
    color: #2A5A8E !important;
}

a.active {
    font-weight: bold;
    /*text-transform: uppercase;*/
    /*color: #CC0000;*/

}

h2{
    font-size: 1.5em; margin: .75em 0 !important; 
}  

h3{
    font-size: 1.17em; margin: .75em 0 !important; 
} 

h4 { 
    font-size: 1em; margin: 1.33em 0 !important; 
}

input.ng-invalid {
    border-color: #860000;
    /*background-color: #860000;*/
    /*background-color: rgba(0, 185, 225, 0.1);*/
}

input.ng-invalid {
    background-color: #fefefe;          
}

input.ng-valid {               
    background-color: #fff;
}

hr{
    color: #2A5A8E;
}

li a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #2C5B8F; /*#A60400*/
    transform-origin: right top;
    transform: scale(0, 1);
    transition: color 0.1s,transform 0.2s ease-out;
}

li a:hover::before, a:focus::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

li a{
    position: relative;
    display: block;
    padding: 16px 0;
    margin: 0 2px;
    letter-spacing: 1px;
    /*font-size: 1.2em;*/
    line-height: normal;
    font-weight: 300;
    /*text-transform: uppercase;*/
    transition: color 0.1s,background-color 0.1s,padding 0.2s ease-in;
    color: #000;                
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
    }

    @media (max-width:600px) {
        h2.responsive {
            font-size:1.12em;;
        }

        h3.responsive {
            font-size:0.95em;;
        }

        .logo {
            width:30px !important;                   
        }
        .navbar-toggler{
            font-size:1rem !important;
            margin-top: 5px;
        }

        a {
            font-size:0.95em;;
        }

        li a{
            font-size: 1em;
        }
    }
}
