﻿body {
    font-family: 'Segoe UI', sans-serif !important;
    font-size: 150% !important;
}

.terminabsprache{
	font-size: 150%;
}

.form-group{
	display: flex;
}

input[name=privacy] {
    width: unset !important;
    margin-right: 6px !important;
}

.hint-group{
	display: flex;
	color: var(--theme-color);
}

.hint-group i{
	font-size: 400%;
	margin-right: 12px;
}

.hint-group h3{
	text-align: left;
	color: var(--theme-color) !important;
	margin: 0;
	margin-bottom: 24px;
	padding: 0;
}

.flex-container{
	display: flex;
}

.center{
	margin: 0 auto;
	text-align: center;
}

.cyber-img{
	background-image: url('images/shutterstock_1115252555_edit_web.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 600px;
    height: 400px;
}

.aktuell-img{
	background-image: url('images/shutterstock_744297028_web.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 600px;
    height: 400px;
}

.app-img{
	background-image: url('images/Logo_ServiceApp_web.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 600px;
    height: 400px;
}

@media (max-width: 768px) {
    .cyber-img,
	.aktuell-img,
	.app-img{
		width: 400px;
	}
}

.come-in {
  transform: translateX(500px);
  animation: come-in 1s ease forwards;
  animation-delay: 250ms;
}
.come-in:nth-child(odd) {
  animation-duration: 0.8s; /* So they look staggered */
}

@keyframes come-in {
  to { transform: translateY(0); }
}

h1 {
    color: #005fad !important;
    font-size: 300% !important;
    font-weight: 100 !important;
    margin-top: 0px !important;
    margin-bottom: 60px !important;
}

h2 {
    color: #333 !important;
    font-size: 200% !important;
    font-weight: 100 !important;
    margin-top: 0px !important;
    margin-bottom: 50px !important;
}

@media (max-width: 1375px) {
    h2 {
        font-size: 150% !important;
    }
}
@media (max-width: 1200px) {
    h2 {
        font-size: 100% !important;
    }
}

@media (max-width: 991px) {
    h2 {
        font-size: 150% !important;
        margin-bottom: 40px !important;
    }
}

.profile {
    margin: 12px 0;
    border-radius: 12px;
}

ul.clean { list-style-type: none; }

.logo {
    background-image: url(images/AKK_Logo.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 150px;
}

.logo-landing {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 255px;
    transition: bottom 250ms ease-out;
}

.bg-akk {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.bg-akk::after {
    background-image: url(images/background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.25;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

@media (max-width: 768px) {
    .bg-akk::after {
		position: fixed;
	}
}

.button-default {
    padding: 12px 26px;
    border-radius: 6px;
    background-color: #005fad;
    color: #ffffff;
    transition: 150ms linear all;
    text-decoration: none !important;
}

.button-default:hover {
    background-color: #629dce;
    color: #ffffff;
}

.btn-news {
    font-size: 150%;
}

.panel {
    border-radius: 0px !important;
    border: none !important;
    box-shadow: 0.5px 0.5px 12px #999 !important;
}

.panel-heading {
    background-color: #efefef !important;
    background-image: none !important;
}

.panel-title a {
    color: #005fad !important;
    text-decoration: none !important;
}


.panel-title:hover a {
    color: #333 !important;
}

/* Landing page */

#landing-page {
    height: 100vh;
    background-image: url(images/background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
}

#landing-page .center {
    max-width: 1000px;
    margin: 64px auto;
}

#landing-page .center .welcome {
    margin: 32px auto;
    font-size: 250%;
    text-align: center;
    line-height: 100%;
    color: #d3ded8;
    font-weight: normal;
    width: 65%;
}

#landing-page .center .slogan {
    font-size: 250%;
    text-align: center;
    color: #d3ded8;
    font-weight: 100;
}

@media (max-width: 768px) {
    #landing-page .center .welcome {
        margin: 16px auto;
        font-size: 150%;
        text-align: center;
        line-height: 100%;
        color: #005fad;
        font-weight: normal;
        width: 100%;
    }

    #landing-page .center .slogan {
        font-size: 200%;
        text-align: center;
        font-weight: normal;
    }
}

.map {
    width: 600px;
    margin: 12px 0;
}

@media (max-width: 1600px) {
    .map {
        width: 500px;
    }
}

@media (max-width: 1500px) {
    .map {
        width: 400px;
    }
}

@media (max-width: 1200px) {
    .map {
        width: 300px;
    }
}

@media (max-width: 991px) {
    .map {
        width: 400px;
    }
}

@media (max-width: 768px) {
    .map {
        width: 400px;
    }
}

.scroll-down {
    position: absolute;
    left: calc(50% - 36px);
    bottom: 72px;
    color: #005fad;
    cursor: pointer;
    border: 3px solid #005fad;
    border-radius: 100%;
    width: 72px;
    height: 72px;
    display: flex;
}

.scroll-down i {
    font-size: 220%;
    margin: 0 auto;
    line-height: 64px;
    transition: all 100ms ease-in;
}

.scroll-down:hover i { font-size: 270%; }

/* Sidebar */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled { padding-left: 255px; }

#sidebar-wrapper {
    top: 0px;
    z-index: 1000;
    position: absolute;
    left: 255px;
    width: 0;
    height: 100%;
    margin-left: -255px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #FFF;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper { width: 255px; }

#page-content-wrapper {
    width: 100%;
    min-height: 100vh;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -255px;
}

.container-fluid {
    background-color: rgba(255, 255, 255, 0);
    padding: 24px 24px 48px 24px;
}

.container-fluid h1, .container-fluid h2 { text-align: center; }

.hamburger { padding: 40px 15px !important; }

ul.list-checks li {
    list-style-type: none;
    margin: 24px 0;
}

ul.list-checks li:before {
    content: "✔";
    color: #005fad;
}

.flex-container {
    width: 100%;
    display: flex;
}

.flex-center {
    margin: 0 auto;
    text-align: center;
}

.font-size-sm { font-size: 75%; }

.font-size-rg { font-size: 100%; }

.font-size-lg { font-size: 125%; }

.font-style-bold {
    font-weight: bold;
    font-style: normal;
}

.margin-bottom { margin-bottom: 24px; }

.margin-null {
    margin: 0 !important;
    padding: 0 !important;
}

.margin-video {
    margin: 0 !important;
    padding: 12px !important;
}

.margin-video div {
    box-shadow: 0.5px 0.5px 12px #999;
}

.padding-24 { padding: 24px; }

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 255px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    /*margin-left: 20px;*/
    line-height: 40px;
    list-style-type: none;
}

.sidebar-nav li ul { padding-left: 0; }

.sidebar-nav li ul li { line-height: 30px; }

.sidebar-nav li ul li a { padding-left: 32px; }

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #005fad;
    line-height: 120%;
    padding: 6px 0;
    padding-left: 16px;
    /*text-indent: 18px;*/
    word-wrap: break-word;
    transition: box-shadow 150ms linear;
}

.sidebar-nav li:not(:first-child) a:hover, .sidebar-nav li:not(:first-child) a.jqhover {
    text-decoration: none;
    color: #333333;
    box-shadow: inset 6px 0 0 #005fad;
}

.sidebar-nav li a:active, .sidebar-nav li a:focus { text-decoration: none; }

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a { color: #999999; }

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

@media (min-width: 768px) {
    #wrapper { padding-left: 0; }

    #wrapper.toggled { padding-left: 255px; }

    #sidebar-wrapper { width: 0; }

    #wrapper.toggled #sidebar-wrapper { width: 255px; }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}





.col-md-4 div span {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 1;
    display: block;
    width: calc(100% - 24px);
    margin: 12px;
    padding: 6px;
    color: #FFF;
    font-size: 18px;
    text-decoration: none !important;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: 250ms ease-in-out;
    transition: 250ms ease-in-out;
    opacity: 0;
}

.col-md-4 div span.video {
    position: relative;
    opacity: 1;
    width: 100% !important;
    margin: 0 !important;
}

.container-fluid .themes .col-md-4 {
    margin: 12px !important;
    width: calc(33.3333% - 24px) !important;
}

@media (max-width: 991px) {
    .container-fluid .themes .col-md-4 {
        width: 100% !important;
    }
}

.container-fluid .themes .col-md-4 figure {
    margin: 0 !important;
}


figure {
    /*width: 300px;*/
    height: 200px;
    margin: 0 12px 32px 12px !important;
    padding: 0;
    background: #fff;
    overflow: hidden;
    box-shadow: 0.5px 0.5px 12px #999;
}

figure + span {
    bottom: 20px !important;
    opacity: 1 !important;
}

figure:hover {
    text-decoration: none !important;}

figure.inner-text, figure.inner-text:hover {
    padding: 12px !important;
    text-decoration: none !important;
}


/* Shine */

.hover14 { overflow: hidden; }

.hover14:hover { cursor: pointer; }

.hover14 figure {
    position: relative;
    opacity: 1;
    transition: all 250ms linear;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.hover14 figure::before {
    position: absolute;
    top: 0;
    left: 90%;
    z-index: 2;
    display: block;
    content: '';
    width: 150%;
    height: 100%;
    /*background: linear-gradient(to right, rgba(255,255,255, 1) -25%, rgba(255,255,255, 1) 0%, rgba(255,255,255, 0) 0%, rgba(255,255,255, 0) 10%, rgba(255,255,255, 1) 25%);*/
    background: linear-gradient(to right, #ffffff 20%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 85%, #ffffff 85%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-15deg);
    transition: all 250ms linear;
}

.hover14 figure:hover::before { left: -20%; }

.col-md-4 div span {
    pointer-events: none;
    min-height: 64px;
}

.hover14 figure:hover {
    opacity: 0.8;
    -webkit-filter: grayscale(75%); /* Safari 6.0 - 9.0 */
    filter: grayscale(75%);
}

@-webkit-keyframes shine {
    100% { left: -20%; }
}

@keyframes shine {
    100% { left: -20%; }
}



/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 66.6%;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,95,173,0.40) 80%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,95,173,0.40) 80%);
    content: '';
    opacity: 1;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #484c61;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    color: #333;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
    transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before{
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}




/* Form */

.kontakt form { width: 100% !important; }

.kontakt input {
    width: 100%;
    padding: 10px;
    padding-right: 0;
    border: none;
    /*font-family: 'Helvetica_Thin', Fallback, sans-serif;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    transition: 150ms linear all;
}

.kontakt input:focus { border-bottom: #005fad solid 2px; }

.kontakt button {
    width: 100%;
    padding: 10px;
    border: none;
    /*font-family: 'Helvetica_Thin', Fallback, sans-serif;*/
    outline: none;
    transition: 150ms linear all;
}

.kontakt button:focus { border-bottom: #005fad solid 2px; }

.kontakt textarea {
    width: 100%;
    min-height: 180px;
    padding: 10px;
    padding-right: 0;
    border: none;
    /*font-family: 'Helvetica_Thin', Fallback, sans-serif;*/
    resize: vertical;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: 150ms linear all;
}

.kontakt textarea:focus { border-bottom: #005fad solid 2px; }

.kontakt .form_success {
    width: 100%;
    transition: 200ms ease-in-out;
}

.kontakt .form_success span {
    vertical-align: middle;
    margin: auto 0;
}

.kontakt a { color: #333; }

.kontakt a:hover { color: #0096ff; }

.gm-opt-in{
	background-image: url('images/gm-opt-in.JPG');
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	height: 450px;
    /* min-width: 1000px; */
    margin: auto;
}

.gm-opt-in:hover{
	cursor: pointer;
}