@charset "utf-8";
/* CSS Document */


body {background:url(../img/kgd-background.jpg) no-repeat fixed center; background-size: cover; font-family:'Open Sans';}
.introtext {    font-weight: 500;
    line-height: 1.1; font-size:36px;}
.maincon{box-shadow:2px 2px 2px 2px rgba(0,0,0,0.40); background-color:white; padding: 0 0 0 0px; margin-bottom:30px;}
.mainrow{ margin-top:30px; }
.leftcol { border-right: 1px solid #6f6e6e;}
.abstand {margin-top:50px;}
.callbackbox{background-color:white; padding-top:8px;   margin-bottom:10px; padding-bottom:5px; border: 2px dotted black; border-radius: 10px; color:#333; padding:15px;}
.contact-box{background-color:#29327f; padding-top:8px;  margin-left:10px; margin-right:10px; margin-bottom:10px; padding-bottom:5px; border-radius: 10px;}
.cbheader{ color:white; margin-bottom:0px;}
.cb-form { padding-left:10px; padding-right:10px;}
.contact-box input {  margin-right: 10px;}
#myCarousel { border-bottom: 1px solid #6f6e6e; border-top: 1px solid #6f6e6e;  }
.dotted {border: none; border-top: 1px dotted #FFFFFF;  height: 1px;}
.dottedblue {border: none; border-top: 1px dotted #29327f;  height: 1px;}
.small {color:white; }
.footer {background-color: #1a1a1a; min-height:400px; margin-top:50px; border-top: 4px solid #999 ; color:white; padding-left:30px; padding-right: 30px;}
.copyright{ background-color:#000; padding-top:10px; padding-bottom:10px; color:white;}
.footer {color: #666666;}
.footer ul { padding-left:0px; margin: 0px auto;}
.footer ul li { list-style:none; border-bottom: #666666 1px solid;} 
.footer ul li a { color: #666666; transition:color 300ms ease-out;  line-height: 30px !important; }
.footer ul li a:hover { color: #fff; text-decoration:none;}
.footer h3 {color: #999999}
.servicerow {margin-right:0px; margin-left:0px;}
.service-box{background-color:#074e9e; padding-top:8px;  margin-left:0px; margin-right:0px; margin-bottom:10px; padding-bottom:20px; border-radius: 10px; box-shadow:2px 2px 2px 2px rgba(0,0,0,0.40)}
.phoneicon{ margin-right: 30px; margin-left:30px;}
.subhead {margin-top:0px;}
.btn-kgd {
	background-color: #29327f;
	font-family : 'Open Sans' ;
color : #ffffff ;
font-size : 24px ;
font-weight : 700 ;
padding-left:25px; padding-right:25px;
transition: background-color 0.5s ease;
	}
.btn-kgd:hover{color:white !important; background-color:#074e9e;}
.info-bar .container {

    font-weight: 400;
    color: #a3a3a3;
    font-size: 12px;
    line-height: 32px;
}
.info-bar .container .info-adress i {
    line-height: 32px;
    font-size: 24px;
    color: #45555f;
	margin-right: 10px;
}


.navbar { margin-bottom: 0px;}
.navbar-nav{ float: right;}
.navbar-nav li a {line-height: 60px; font-size:18px;}
.navbar-brand{ line-height:60px;     height: 90px;}
.navbar { min-height:60px;}
.navbar-default .navbar-brand:hover, .navbar-brand:focus, .navbar-default .navbar-brand {
    color: black;
	background-color:none;
	font-family:'Open Sans';
	font-size:24px;
}
 
.navbar-default {

    background-color: rgba(255, 255, 255, 1);
    border-width: 0px;
    border-radius: 0px;
	font-family:'Open Sans';
	border-top: 1px solid #29327f;
	box-shadow: 0 1px 10px rgba(31, 50, 63, 0.25);
	font-weight: 300;
}

.navbar-default .navbar-nav>li>a {
    color: #6f6e6e;
    background-color: rgba(0, 0, 0, 0.0);
		font-family:'Open Sans';

		transition: color 0.5s ease;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color:#29327f;
 
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(0, 0, 0,0.6);
    background-color: rgba(255, 255, 255, 1);
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {background-color:#29327f; color:white;}

.navbar-default .navbar-toggle {
    border-color: #ffffff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #000000;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a { background-color: #29327f; background-image:none; color:white; transition: background-color 0.5s ease;}


/* Preloader */

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:99; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:75%; /* centers the loading animation vertically one the screen */
    background-image:url(../img/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}
.img-list{ 
  min-height:480px;
}

/* BACK TO TOP SCRIPT */
.back-to-top {
background: none;
margin: 0;
position: fixed;
bottom: 0;
right: 0;
width: 70px;
height: 70px;
z-index: 100000000;
display: none;
text-decoration: none;
color: #FFFFFF;
background-color:transparent;
transition: color 0.3s linear;
}

.back-to-top i {
  font-size: 60px;
}
.back-to-top:hover{ color: black; }




/**
 * ========================================
 * FORMS
 * ========================================
 */
.form-heading {
	position: relative;
	padding-bottom: 20px;
	margin: 0 0 30px;
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.form-heading:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	height: 2px;
	width: 60px;
	background-color: rgba(0,0,0,0.1);
}
.form-heading.text-center:after {
	left: 50%;
	margin-left: -30px;
}
.section-dark .form-heading:after,
.section-accent .form-heading:after {
	background-color: rgba(255,255,255,0.2);
}
.form-group {
	margin: 20px 0;
}
.form-group-submit {
	margin-top: 30px;
}
.form-group > label {
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.form-control {
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control::-webkit-input-placeholder {
	color: #888;
}
.form-control:-moz-placeholder {
	color: #888;  
}
.form-control::-moz-placeholder {
	color: #888;  
}
.form-control:-ms-input-placeholder {
	color: #888;  
}
.form-control {
	font-size: inherit;
	line-height: inherit;
	height: 40px;
	padding: 6px 12px;
	color: #444;
	border-color: #ccc;
	background-color: rgba(255,255,255,0.85);
}
.section-dark .form-control {
	border-color: #aaa;
}
.section-accent .form-control {
	border-color: rgba(0,0,0,0.05);
}
.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #aaa;
	background-color: #fff;
}
.section-dark .form-control:focus {
	border-color: #ccc;
}
.section-accent .form-control:focus {
	border-color: rgba(0,0,0,0.1);
}
.form-control-lg {
	font-size: 17px;
	line-height: 30px;
	height: 60px;
	padding: 14px 24px;
}
.form-validation {
	display: none;
	padding: 11.5px 17px;
	border-radius: 0;
}
.form-validation:empty {
	display: none !important;
}
.form-validation.alert-danger {
	color: #fff;
	background-color: #a94442;
	background-color: rgba(169,68,66,0.8);
	border-color: #a94442;
}
.form-validation.alert-success {
	color: #fff;
	background-color: #3c763d;
	background-color: rgba(60,118,61,0.8);
	border-color: #3c763d;
}

.subscription-form {
	margin-top: 30px;
}
@media ( max-width: 767px ) {
	.subscription-form-input > * {
		text-align: center;
	}
	.subscription-form-submit {
		display: block;
		margin-top: 15px;
	}
	.subscription-form-submit > * {
		width: 100%;
	}
}
@media ( min-width: 768px ) {
	.subscription-form-wrapper {
		display: table;
		width: 100%;
		margin: 0;
	}
	.subscription-form-submit {
		display: table-cell;
		vertical-align: middle;
		padding-left: 15px;
	}
	.subscription-form-input {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}
}