﻿


body {
    font-size: 15px;
    line-height: 20px;
	color: #666;
	font-family: 'Cantarell', sans-serif;

}
#page {
   background: #5a5a5a; 
}
#content {
    background: #fafafa;   
}
#content section {
    padding-top: 20px;
}


/* ================================== Fonts ================================== */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Fjalla One';
    font-weight: 400;
}





/* ================================== Tags ================================== */
h1 {
    line-height: 40px;
}
h2 {
    padding: 10px 0;
    line-height: 36px;
}
h3 {
    font-size: 24px;
    line-height: 36px;
}
a {
    color: #08c;
    text-decoration: none;
}
img {
    margin: 0;
}


/* ================================== Header ================================== */
.header {
    background-color: transparent !important;
}
.header .wrapper {
	position: relative;
}
#header-img {
	width: 100%;
}
.header h1 {
	position: absolute;
	top: -80px;
	z-index: 99;
}
.header nav {
	position: absolute;
	top: -90px;
	right: 0;
    max-width: 710px;
}
.header nav li a {
    color: #3C3C3C;
    text-shadow: 0 0px 5px rgba(255, 255, 255, 0.48);
    padding: 20px 10px;
}
nav ul li a, #main-menu .active > a {
	background: transparent;
}
.header nav li .submenu {
	background: #fff;
	border-radius: 7px;
    border: 1px solid #dedede;
    box-shadow: 0 0px 4px 0px #b5b5b5;
}
.header nav li .submenu li a {
    padding: 8px;
}
.submenu li a:hover {
	border-radius: 7px;
	background: #f7f7f7;
}
.header nav li a .fa-caret-down {
	color: #fff;
}
.header nav li a:hover .fa-caret-down {
	color: #333;
}
.header nav li a {
    padding-bottom: 0;
}


/* ================================== Startseite ================================== */

#content {
	margin-top: -2px;
}



/* ================================== Hover Buttons ================================== */
.ul_hover_buttons li {
	text-align: center;
	position: relative;
}

.ul_hover_buttons li:hover {

}



.max-button {
position: relative;
    text-decoration: none;
    display: inline-block;
    width: 200px;
    border-color: #0f2557;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-style: solid;
    border-width: 1px;
    background: rgba(0, 136, 204, 1);
    -pie-background: linear-gradient(rgba(0, 136, 204, 1) 45%, rgba(0, 85, 128, 1));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(0, 136, 204, 1)), color-stop(1, rgba(0, 85, 128, 1)));
    background: -moz-linear-gradient(rgba(0, 136, 204, 1) 45%, rgba(0, 85, 128, 1));
    background: -o-linear-gradient(rgba(0, 136, 204, 1) 45%, rgba(0, 85, 128, 1));
    background: linear-gradient(rgba(0, 136, 204, 1) 45%, rgba(0, 85, 128, 1));
    -webkit-box-shadow: 0px 0px 2px #333;
    -moz-box-shadow: 0px 0px 2px #333;
    box-shadow: 0px 0px 2px #333;

    font-family: Arial;
    font-size: 16px;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    line-height: 1em;
    box-sizing: border-box;
    display: block;
    color: #fff;
}
.max-button:hover  {
    text-decoration: none;
    border-color: #0f2557;
    background: rgba(0, 85, 128, 1);
    -pie-background: linear-gradient(rgba(0, 85, 128, 1) 45%, rgba(0, 85, 128, 1));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(0, 85, 128, 1)), color-stop(1, rgba(0, 85, 128, 1)));
    background: -moz-linear-gradient(rgba(0, 85, 128, 1) 45%, rgba(0, 85, 128, 1));
    background: -o-linear-gradient(rgba(0, 85, 128, 1) 45%, rgba(0, 85, 128, 1));
    background: linear-gradient(rgba(0, 85, 128, 1) 45%, rgba(0, 85, 128, 1));
    -webkit-box-shadow: 0px 0px 2px #333;
    -moz-box-shadow: 0px 0px 2px #333;
    box-shadow: 0px 0px 2px #333;
}


.center-max-buttons {
    text-align: center;
}
.center-max-buttons .max-button {
    display: inline-block;
}

/* ================================== Contents ================================== */
.content-5 .wrapper {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.content-2 img {
    max-width: 300px;
}

/* Slider */
#content .content-4, #content  .content-4 section {
    padding: 0;
}

.content-4 .flexslider {
    margin-top: -4px;
}


.ul_hover_buttons {

}

/* Circle */
.ul_hover_buttons figure {
    position: relative;
    overflow:hidden;
}
.ul_hover_buttons figure::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.ul_hover_buttons figure:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}




/* Kontakt */
.content-9 li {

}
.content-9 img {
    position: relative;
    top: 6px;
    margin: 0;
}

/* Wissens */
#disclaimer {
    padding: 5px;
    border: 2px solid #D1D1D1;
    font-style: italic;
    margin: 40px 0;
}

/* impressum images */
.impressum .tel {
    width: 150px;
}
.impressum  .email {
    width: 200px;
    position: relative;
    top: 3px;
}



/* ================================== Footer ================================== */
#footer-details {
    color: #fafafa!important;
    border-top: 10px solid #5a5a5a;
    background: #5a5a5a;
    padding: 0;
}
#footer-details h2 {
    font-size: 22px;
}
.content-27 img { 
    position: relative;
    top: 6px;
}
#footer-details .max-button {
    font-size: 14px;
    display: inline-block;
}

/* ================================== Footer ================================== */
footer {
    background-color: #fafafa;
    color: #444;
}
footer a {
    color: #444;
}

/*
.round-box {
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    width: 170px;
    height: 170px;
    z-index: 99;
    -webkit-border-radius: 60px;
    -moz-border-radius: 500px;
    border-radius: 900px;
    border: 104px solid #fafafa;
    border-image: none;
    top: -66px;
    left: -54px;

        -webkit-transition-property: border,background,color;
    transition-property: border,background,color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.round-box:hover {

}

.tc-fade-hover-links a:not([class*=round-div]), 
.tc-fade-hover-links a:visited, 
.tc-fade-hover-links button, 
.tc-fade-hover-links input[type=button], 
.tc-fade-hover-links input[type=submit] {
    -webkit-transition-property: border,background,color;
    transition-property: border,background,color;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
.round-div {
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    width: 170px;
    height: 170px;
    z-index: 99;
    -webkit-border-radius: 60px;
    -moz-border-radius: 500px;
    border-radius: 900px;
    border: 104px solid #fafafa;
    border-image: none;
    top: -66px;
    left: -54px;
}*/

/* ================================== SOMETHING ================================== */


/* ================================== RESPONSIVE ================================== */
@media (max-width: 1280px) {

}
@media (max-width: 1024px) {

}
/* =========== Tablets =========== */
@media(max-width: 980px) {
    .header h1 {
        top: -60px;
    }
    .header nav li .submenu {
        border: 0px solid #dedede;
        box-shadow: 0 0px 0px 0px #b5b5b5;
    }
    #main-nav-toggle {
        top: 40px;
    }
    #main-nav ul li a:hover {
        background: #4d88ab;
    }
    #main-menu .active > a {
        background: #4d88ab;
    }
    #main-nav ul {
        right: 0;
        width: 320px;
        background: #f9f9f9;
    }
    #main-nav .submenu {
        left: 20px;
        width: 280px;
    }
    .ul_layout li {
        float: none;
        width: 100% !important;
        text-align: center;
        margin: 0;
    }
    .ul_layout li iframe {
        width: 100%;
    }
    .ul_layout li p {
        text-align: center !important;
    }
}
/* =========== Smarphones =========== */
@media(max-width: 760px) {
    .header h1 {
        top: -42px;
    }
    .header h1 img {
        max-height: 41px;
    }
    #main-nav-toggle {
        top: 56px;
        font-size: 32px;
    }


}
@media(max-width: 480px) {

    #page section img {
        width: 100%;
    }
    .content-4 {
        display: none;
    }
    #header-img {
        width: 200%;
        height: 43px;
    }
    .header h1 {
        top: -47px;
    }
    #main-nav-toggle {
        top: 50px;
    }
    /* impressum images */
    .impressum .tel {
        width: 150px;
        max-width: 150px;
    }
    .impressum  .email {
        width: 200px;
        max-width: 200px;
    }
}
@media(max-width: 320px) {

}