/* CSS Document */
/* eukbasic.css */

* {
    box-sizing: border-box;
}

html{
    position: relative;
    min-height: 100%;
}

body {
    /*position: relative;
    min-height: 100%;
    height: 100%;*/
    font-family: 'Roboto', 'Source Sans Pro', sans-serif;
    font-size: 100%;
    color: black;
    margin: 0;
    padding: 0;
    border: 0;
}


p, table, th, td,
ol, ul {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
    margin: 0;
    padding: 0;
}

.img-kukac {
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
}

.text-bigger {
    font-size: 1.3em;
}

.text-justify {
    text-align: justify;
}

p.text-int {
    padding: 0 1rem 1rem 1.8rem;
    text-indent: -0.6rem;
}

p.text-normal {
    padding: 0 1rem 1rem 1rem;
}

/* Gradient color1 - color2 - color1 */
hr.style-gradient {
    border: 0;
    height: 1px;
    width: 90%;
    background: #333333;
    background-image: linear-gradient(to right, #cccccc, #333333, #cccccc);
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

.element-relative {
    position: relative;
}

.element-absolute {
    position: absolute;
    top: 0;
    left: 0;
}

.list-padding {
    padding: 1rem 2rem;
}

.default-margin-padding {
    margin: 0;
    padding: 1rem 1.5rem;
}

.block-horizontally-centered {
    width: 80%;
    margin: 0 auto;
    padding: 2rem 0;
}

.element-overlapped {
    z-index: -1;
}

.animated-underlined {
    position: relative;
}

.animated-underlined > a {
    text-decoration: none;
    color: black;
    z-index: 1;
}

.animated-underlined > a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: black;
    visibility: hidden;
    border-radius: 5px;
    transform: scaleX(0);
    -ms-transform: scaleX(0);
    transition: .25s linear;
}

.animated-underlined > a:hover::after,
.animated-underlined > a:focus::after {
    visibility: visible;
    transform: scaleX(1);
    -ms-transform: scaleX(1);
}
/*
a:link,
a:visited,
a:active {
    color: black;
}
a:hover {
    color: white;
    background: rgb(225, 97, 35);
}
*/
.text-light {
    color: #808080;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.site-container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    border: 0;
}

.content-container {
    border: 1px solid black;
}

.full-height {
    height: 100%;
}

.border-top-yellow {
    border-top: 6px solid rgb(255, 204, 51);
}

.contentbox {
    background: rgb(255, 255, 255);
    /*border-top: 6px solid rgb(255, 204, 51);*/
    padding: 0 1.5rem 1rem;
    margin: 2.5rem 1.5rem;
}

/* home page services list*/
.contentbox.srv-listbox {
    min-width: 180px;
    max-width: 280px;
}

.contentbox.srv-listbox ul.services-list {
    list-style-type: none;
    /*list-style-position: inside;*/
    font-size: 1.4em;
    font-variant: small-caps;
}

li {
    padding: 0.2rem 0;
}

li:first-child {
    padding-top: 0;
}


.contentbox.srv-listbox ul.services-list > li {
    padding: 0.5rem 0;
}

.contentbox.srv-listbox ul.services-list > li:first-child {
    padding-top: 0;
}

.contentbox.guidelinebox {
    font-size: 1.1em;
    min-width: 180px;
    max-width: 600px;
}

.background-transparent {
    background: rgb(255, 255, 255); /* Fallback color */
    background: rgba(255, 255, 255, 0.8); /* Background color with opacity */
}

.link-to-home {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.black-white-title {
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 1rem 1.5rem;
}

.standard-shadow {
    box-shadow: 3px 6px 10px #888888;
}

[class*="bg-"] {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-home {
    background-image: url("../images/img_home_640.jpg");
}

[class*="img-box"] {
    padding: 0 0 1rem 1rem;
    float: right;
}

[class*="col-"] {
    float: left;
    padding: 15px;
}

/* Extra small devices (phones, 360px and down) */
[class*="col-"] {
    width: 100%;
}

@media only screen and (max-width: 360px) {
    .img-box-xs {width: 40%;}
}

/* Extra small devices (phones, 361px and up) */
@media only screen and (min-width: 361px) {
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
    .img-box-s {width: 40%;}
    .bg-home {background-image: url("../images/img_home_640.jpg");}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
    .img-box {width: 30%;}
    .bg-home {background-image: url("../images/img_home_980.jpg");}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .col-l-1 {width: 8.33%;}
    .col-l-2 {width: 16.66%;}
    .col-l-3 {width: 25%;}
    .col-l-4 {width: 33.33%;}
    .col-l-5 {width: 41.66%;}
    .col-l-6 {width: 50%;}
    .col-l-7 {width: 58.33%;}
    .col-l-8 {width: 66.66%;}
    .col-l-9 {width: 75%;}
    .col-l-10 {width: 83.33%;}
    .col-l-11 {width: 91.66%;}
    .col-l-12 {width: 100%;}
    .bg-home {background-image: url("../images/img_home_980.jpg");}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .col-xl-1 {width: 8.33%;}
    .col-xl-2 {width: 16.66%;}
    .col-xl-3 {width: 25%;}
    .col-xl-4 {width: 33.33%;}
    .col-xl-5 {width: 41.66%;}
    .col-xl-6 {width: 50%;}
    .col-xl-7 {width: 58.33%;}
    .col-xl-8 {width: 66.66%;}
    .col-xl-9 {width: 75%;}
    .col-xl-10 {width: 83.33%;}
    .col-xl-11 {width: 91.66%;}
    .col-xl-12 {width: 100%;}
    .site-container {
        width: 90%;
    }
    .bg-home {background-image: url("../images/img_home_1280.jpg");}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
    .site-container {
        width: 80%;
    }
    .bg-home {background-image: url("../images/img_home_1920.jpg");}
}

#backtotop {
    width: 50px;
    height: 50px;
    background: url("../images/scrolltotop.png");
    background-repeat: no-repeat;
    opacity: 0.7;
    position: fixed;
    bottom: 25%;
    right: 25px;
    cursor: pointer;
    z-index: 99;
}

#backtotop:hover {
    background: url("../images/scrolltotop_hover.png");
    opacity: 1;
}

footer {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    font-style: italic;
    font-size: 0.8em;
    font-weight: 200;
    text-align: center;
    padding: 1rem;
}