/* Custom page CSS */


/* basic styles */

pre {
    background: #eee; padding: 0.5em;
    border:  1px solid #ccc;
}

a {
    text-decoration: none;
    color: #00883A;
}

a:hover {
    text-decoration: underline;
    color: #00883A;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.4rem;
}

h3 {
    font-size: 1.2rem;
}

h4 {
    font-size: 1.05rem;
}

p.pagination-info {
    color: #6c757d;
    font-size: .875rem;
    text-align: right;
    margin-top: -10px !important;

}

.redback {
    background-color: red;
}

.redborder {
    border: 2px solid red;
}


table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}

/* Header */

.fe_header {
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    clear: both;
    z-index: 10000;
 }

.fe_header_image {
    float: left;
    width: 90px;
}

.fe_header_image img {
    /*height: 67px;*/
    height: 40px;
}

.fe_header_title {
    float: left;
    color: #232323;
    text-transform: uppercase;
    font-size: 0.55rem;
    font-family: Roboto-bold,sans-serif;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    line-height: 1.1em;
}

.fe_header_link {
    color: #000 !important;
    font-weight: 500;
}

.fe_header_link:hover {
    color: #00883A !important;
}

.shrink .fe_header_image {
    width: 70px;
}

.shrink .fe_header_image img {
    height: 32px;
 }

.shrink .fe_header_title {
        font-size: .45rem;
}

@media (min-width: 768px) {

    .fe_header_image {
        float: left;
        width: 220px;
    }

    .fe_header_image img {
        height: 100px;
    }

    .fe_header_title {
        float: left;
        color: #232323;
        text-transform: uppercase;
        font-size: 1rem;
        font-family: Roboto-bold,sans-serif;
        font-weight: 700;
        -webkit-font-smoothing: antialiased;
        line-height: 1.3em;
    }

    .shrink .fe_header_image {
        width: 132px;
    }

    .shrink .fe_header_image img {
        height: 60px;
    }

    .shrink .fe_header_title {
        font-size: .7rem;
    }

}


/* Main content */

main > .container-fluid {
    padding: 70px 15px 0;
    font-size: 0.9rem;
}

main > .container {
    padding: 220px 15px 0;
}

main.img {
    max-width: 90%;
}

/* Footer */

.fe_footer {
    font-size: 1rem;
    color: #c0c1c3;
    background: #232323 url(footer-bg.svg) -45% no-repeat;
    background-size: 150% 150%;
}

.fe_footer a {
    text-decoration: none;
    color: #c0c1c3;
}

.fe_footer a:hover {
    text-decoration: underline;
}


/* Additional css styles for ak friess website */

.fr-custom {
    /*background-image: url('/pb/aks/friess/site/assets/files/1096/background2.png');
    background-size:cover;*/
}

.fr-custom a {
    text-decoration-line: underline;
    text-decoration-style: dotted;
    color: #000000;
}

.fr-custom a:link {
    color: #000000;
}

.fr-custom a:visited {
    color:#000000;
}

.fr-custom a:hover {
    color: #000000;
    text-decoration: underline;
}

.bildcenter {
    opacity: 1;
    border-radius: 5%;
}

.bildcenter:hover {
  opacity: 1;
}

.links {
    float:left;
    margin-right: 10px;
}

.bildlinks {
    float:left;
    margin-right: 20px;
    opacity: 0.9;
    border-radius: 10%;
}

.bildlinks:hover {
  opacity: 1;
}

.rechts {
float: right;
margin-left: 10px;

}

.bildrechts {
    float: right;
    margin-left: 20px;
    border-radius: 10%;
    opacity: 0.9;
}

.bildrechts:hover {
    opacity: 1;
}

.image-container img {
    opacity: 1;
    border-radius: 10%;
    cursor: pointer;
}

.image-container img:hover {
    opacity: 0.1;
}

.image-container {
    position: relative;
    width: 300px;
    height: 200px;
    border-radius: 25px;
    text-align: center;
}

.image-container .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    vertical-align: middle;
    line-height: 150px;
    font-family: Roboto;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 1s ease-out;
}

.image-container:hover .after {
    display: block;
    background-color:rgba(255,255,255, 0.99);
    border-radius: 0%;
    opacity: 0.9;
    visibility: visible;
}

.image-container-large img {
    opacity: 1;
    border-radius: 10%;
    cursor: pointer;
}

.image-container-large img:hover {
    opacity: 0.1;
}

.image-container-large {
    position: relative;
    width: 700px;
    height: 550px;
    border-radius: 25px;
    text-align: center;
}

.image-container-large .after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    vertical-align: middle;
    line-height: 1.5em;
    font-family: Roboto;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 1s ease-out;
}

.image-container-large:hover .after {
    display: block;
    background-color:rgba(255,255,255, 0.99);
    border-radius: 0%;
    opacity: 0.9;
    visibility: visible;
}
