/* Font */
@import url('./font.css?family=Ubuntu+Mono|Ubuntu:300,700');

body, .tooltip, .popover {
    font-family: 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

code, kbd, pre, samp {
    font-family: 'Ubuntu Mono', Menlo, Monaco, Consolas, "Courier New", monospace;
}

* {
    transition: all ease-out .2s;
}

body {
    position: relative;
    background-color:#F5F5F5;
    height: 100%;
    width: 100%;
}

.wrapper {
	width:auto;
	max-width:1024px;
	margin:auto auto;
	background-color:#FFF;
}

.logo img {
	height: 30px;
    padding: 0px;
    margin: 7px 15px;
}

.wrapper2 {
	width:auto;
	max-width:750px;
	margin:auto auto;
	padding:0px;
}

.brandDiv {
	position:relative;
	float:left;
	width:97px;
	height:60px;
	margin:5px;
	padding:10px 5px;
	border:1px solid #999999;
	border-radius:10px;
	display: flex;
  	justify-content: center;
  	align-items: center;
	background-color:#F5F5F5;
	cursor:pointer;
}

.brandDiv:hover {
	background-color:#1199BB;
}

.brandDiv .active {
	background-color:#22AACC;
}

.brandDiv img {
	display:block;
	width:100%;
	height:auto;
}

@media (min-width: 992px) {  
    .logo img {
        height: 45px;
        padding: 0px;
        margin: 16px 20px;
    }
}

input {
	width:100%;
}

table {
	font-size:24px; 
	font-weight:bold; 
	color:#7F7F7F;	
}

table td {
	height:70px; 	
	padding:25px 20px;
	padding-top:25px;
	padding-bottom:25px; 
	
}

#prices h1,h2 {
    color: #1356a3;
}

#about h1,h3 {
    color: #1356a3;	
}

#cycler {
	position:relative;
	display:block;
	height:auto;
	min-height:400px;
	width:100%;	
	opacity:1;
}
#cycler img {position:absolute;z-index:1;}
#cycler img.active {z-index:3;opacity:1;}

#cycler2 {
	position:relative;
	display:block;
	height:auto;
	min-height:400px;
	width:100%;
	opacity:1;
}
#cycler2 img {position:absolute;z-index:1;}
#cycler2 img.active {z-index:3;opacity:1;}

#cycler3 {
	position:relative;
	display:block;
	height:auto;
	min-height:300px;
	width:100%;	
	opacity:1;
}
#cycler3 img {position:absolute;z-index:1;}
#cycler3 img.active {z-index:3;opacity:1;}

#cycler4 {
	position:relative;
	display:block;
	height:auto;
	min-height:300px;
	width:100%;	
	opacity:1;
}
#cycler4 img {position:absolute;z-index:1;}
#cycler4 img.active {z-index:3;opacity:1;}

.textbox {
	padding-left:70px;	
}

.gmap {
	height:450px; 
	margin-top:-45px; 
	margin-bottom:45px;
}

.grecaptcha-badge {
	opacity:0;
}

@media (min-width: 768px) {
    body {
        font-size: 16px;
    }
}

/* Backgrounds */
.noBg {
    background: none;
}

.nwtBg {
	background-color: #22AACC;	
}

.nwtCol {
	color: #22AACC;	
}

.blueBg {
    /*background-color: #1356a3;*/
    background-color: #505050;
}

.greyBg {   
    background-color: #9E9E9E;
}

.whiteBg {
    background-color: #FFF;
}

.darkblueBg {
    background-color: #0d3c72;
}

/* Font Colors */
.noBg, .blueBg, .darkblueBg {
    color: #FFF;
}

/* Navigation */
.navbar-fixed-top {
    border-width: 0;
}

.navbar-default {
    background-color: rgba(34, 170, 204, 0.9);
}

.navbar-default .navbar-toggle {
    border-color: #FFF;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #FFF;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: rgba(34, 170, 204, 0.6);
}

.navbar-default .navbar-collapse {
    border-color: rgba(0, 0, 0, 0.4);
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: rgba(24, 140, 164, 0.40);
    color: #FFF;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background: rgba(54, 200, 244, 0.6);
    color: #FFF;
}

.navbar-brand > img {
    margin-right: 0;
}

@media (min-width: 768px) {
    .navbar {
        min-height: 50px;
    }

    .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }

    .navbar-brand {
        height: 35px;
        padding: 0;
        margin-top: 5px;
    }

    .navbar-nav > li > a {
        font-size: 14px;
        padding: 15px 7px;
    }
}

@media (min-width: 992px) {
    .navbar {
        min-height: 70px;
    }

    .navbar > .container-fluid .navbar-brand {
        margin-left: 15px;
    }

    .navbar-brand {
        height: 45px;
        padding: 0;
        margin-top: 18px;
    }

    .navbar-nav > li > a {
        font-size: 15px;
        padding: 40px 11px 10px;
    }

    .navbar.affix {
        min-height: 50px;
    }

    .navbar.affix > .container-fluid .navbar-brand {
        margin-left: 0;
    }

    .affix .navbar-brand {
        height: 30px;
        margin-top: 12px;
    }

    .affix .navbar-nav > li > a {
        font-size: 14px;
        padding: 15px;
    }
}

@media (min-width: 1200px) {
    .navbar-nav > li > a {
        font-size: 16px;
        padding: 40px 15px 10px;
    }
}

.jumbotron2 {
	padding:30px;
}

.jumbotron {
    margin-bottom: 0;
}

.jumbotron ul {
    padding-left: 20px;
}

@media (min-width: 768px) {
    .jumbotron ul {
        margin-bottom: 34px;
    }
}

.jumbotron .row {
    margin-bottom: 30px;
}


/* Headlines */
.jumbotron h1 {
    margin-bottom: 50px;
}

h2 {
	font-size: 40px;	
}

.jumbotron h2 {
    font-size: 40px;
}

.jumbotron h3 {
    font-size: 20px;
}

.landing h1 {
    font-size: 44px;
    text-shadow: 2px 2px 6px #444;
    margin-top: 80px;
    margin-bottom: 40px;
}

#contacts h3 {
    margin-bottom: 15px;
}

.whiteBg h1, .whiteBg h2 {
    color: #1356a3;
}

#references h5 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 14px;
}

@media (max-width: 767px) {
	.wrapper2 {
		padding:15px;
	}	
	.textbox {
		padding-left:30px;	
	}	
	.divider {
    	margin-top: 10px;
    	margin-bottom: 10px;
    	padding-bottom: 0px;
	}
	.gmap {
		margin-top:-45px; 
		margin-bottom:30px;
	}	
	h2 {
		font-size: 25px;	
	}	
	.jumbotron h2 {
    	font-size: 25px;
	}
	table {
		font-size:14px; 
		font-weight:bold; 
		color:#7F7F7F;	
	}
	table td {
		height:50px;
		padding:20px 5px;
		padding-top:20px;
		padding-bottom:20px; 
	}
}
	
@media (min-width: 768px) {
    .landing h1 {
        font-size: 62px;
        margin-top: 160px;
    }

    #contacts h3 {
        margin-bottom: 10px;
    }

    .jumbotron h3 {
        font-size: 22px;
    }

    .row.valignCenter h2 {
        margin-top: 0;
    }
}


.copyright {
    font-size: 14px;
}

.arrowDown {
    display: block;
    font-size: 34px;
    text-align: center;
    text-shadow: 2px 2px 6px #444;
    margin-top: 100px;
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    .arrowDown {
        font-size: 40px;
        margin-top: 50px;
        margin-bottom: 30px;
    }
}

.jumbotron p.info {
	margin-top:150px;
	margin-bottom:-150px;	
	padding:0px 10px 0px 20px;	
    font-size: 16px;
    text-align: justify;    
    width:100%;
}

.jumbotron p.info2 {
	padding:0px 10px 0px 20px;	
    font-size: 16px;
    text-align: justify;    
    width:100%;
}

.jumbotron p.description, .description {
    font-size: 16px;
    text-align: justify;
}

@media (min-width: 768px) {
    .jumbotron p.description, .description {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    body#page_index .description {
        margin-left: 66px;
        margin-right: 66px;
    }
}

.sR .reveal {
    visibility: hidden;
}

.form-control {
    border-radius: 0;
}

.form-group {
	color:#666666;
}

form button {
    margin-top: 30px;
}

form input[type="checkbox"] {
    float: left;
    margin-right: 10px;
}

form #data-protection-notice-label {
    width: 75%;
    font-weight: normal;
    display: inline-block;
}

form #data-protection-notice-label button {
    margin: 0;
    font-size: 16px !important;
    vertical-align: top;
}

#references a.btn {
    width: 100%;
}

@media (min-width: 768px) {
    .form-control {
        width: 80%;
    }

    #references a.btn {
        width: 80%;
    }
}

/* Buttons */
.btn {
    border: 0;
    border-radius: 0;
}

.btn:active, .btn.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .3);
}

.btn-default {
    background-color: #22AACC;
    color: #ffffff;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus,
.btn-default:active, .btn-default.active, .btn-default:active:hover, .btn-default.active:hover,
.btn-default:active:focus, .btn-default:active.focus, .btn-default.active:focus, .btn-default.active.focus {
    background-color: #F5F5F5;
    color: #1356a3;
}

.btn-primary {
    background-color: #999999;
    color: #FFF;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus,
.btn-primary:active, .btn-primary.active, .btn-primary:active:hover, .btn-primary.active:hover,
.btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:focus, .btn-primary.active.focus {
    background-color: #B2B2B2;
    color: #FFF;
}

.btn-link {
    background-color: transparent;
    color: #7db9ff;
}

.btn-link:hover, .btn-link:focus, .btn-link.focus,
.btn-link:active, .btn-link.active, .btn-link:active:hover, .btn-link.active:hover,
.btn-link:active:focus, .btn-link:active.focus, .btn-link.active:focus, .btn-link.active.focus {
    background-color: transparent;
    color: #FFF;
}

.btn-link:active, .btn-link.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btnDSE {
	position:relative;
    padding:2px;   
    cursor:pointer; 
}

.btnImprint {
	position:relative;
	float:left;
    font-size: 14px;
    font-weight: 500;
    padding: 0;   
    margin-right:30px;
    cursor:pointer; 
}

.btnTop {
    background-color: #CCC;
    color: #FFF;
    display: none;
    position: fixed;
    bottom: 12px;
    right: 12px;
}

.btnTop:hover, .btnTop:focus, .btnTop.focus,
.btnTop:active, .btnTop.active, .btnTop:active:hover, .btnTop.active:hover,
.btnTop:active:focus, .btnTop:active.focus, .btnTop.active:focus, .btnTop.active.focus {
    background-color: #999;
    color: #FFF;
}

.jumbotron .btn {
    font-size: 16px;
    font-weight: bold;
    padding: 12px 40px;
}

.jumbotron .btn-lg {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 16px 56px;
}

#btnSubmit {
    width: calc(100% - 62px);
    float: left;
}

#btnReset {
    border: 1px solid;
    width: 62px;
    padding: 16px 21px 14px;
}

.landing button[data-toggle="collapse"] > span {
    margin-left: 6px;
    font-size: 14px;
}

@media (min-width: 768px) {
    .btnTop {
        bottom: 40px;
        right: 40px;
    }

    .jumbotron .btn-lg {
        font-size: 20px;
        padding: 20px 66px;
    }

    .landing button[data-toggle="collapse"] > span {
        font-size: 16px;
    }

    #btnSubmit {
        width: 70%;
    }

    #btnReset {
        width: 10%;
        padding: 21px 24px 17px;
    }
}

@media (min-width: 992px) {
    #btnSubmit {
        width: 65%;
    }

    #btnReset {
        width: 15%;
        padding: 21px 22px 17px;
    }
}

@media (min-width: 1200px) {
    #btnSubmit {
        width: 68%;
    }

    #btnReset {
        width: 12%;
    }
}

.dividerM {
    border-top: none;
    border-left: 70px solid #D9D9D9;
    border-right: 70px solid #7db9ff;
    width: 0;
    height: 4px;
    margin-top: -20px;
    margin-bottom: 40px;
}

.divider {
    border-top: none;
    border-left: 42px solid #FFF;
    border-right: 42px solid #7db9ff;
    width: 0;
    height: 3px;
    margin-top: 0;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .even {
        background-color: #f3f3f3;
    }

    .even > div:first-child {
        padding-top: 22px;
    }

    .even > div:last-child {
        padding-bottom: 12px;
    }
}

@media (min-width: 768px) {
    .valignCenter {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

a {
    color: #7db9ff;
}

a:hover, a:focus {
    color: #1356a3;
}

.blueBg a:hover, .blueBg a:focus, .darkblueBg a:hover, .darkblueBg a:focus {
    color: #FFF;
}

li {
    color: #22AACC;
}

li span {
    color: #333;
}

#references h2 {
    color: #f37a1f;
    text-align: center;
    margin-top: 20px;
}

@media (min-width: 768px) {
    #references h2 {
        text-align: left;
        margin-top: 0;
    }

}

@media (min-width: 992px) {
    .col-md-2-4 {
        width: 20%;
    }
}

.siteButton {
    text-align: center;
}

@media (min-width: 768px) {
    .siteButton {
        text-align: left;
    }
}

#map.jumbotron {
    width: 100%;
    height: 450px;
    padding: 0;
}

#mapClick {
    width: 100%;
    height: 450px;
    background: transparent;
    position: absolute;
}

@media screen and (max-height: 575px){
    #rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
}

.tooltip-inner {
    font-size: 14px;
    max-width: 300px;
}

#frMore > .well {
    color: #333;
    margin-top: 10px;
}

/* CSS used here will be applied after bootstrap.css - http://www.bootply.com/q11Y8M2A0c */
.thumbnail_container {
    position: relative;
    width: 100%;
}

.thumbnail {
    border: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.jumbotron .thumbnail {
    background-color: transparent;
}

.thumbnail img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

img {
    max-height: 100%;
    max-width: 100%;
}

.iconCircle {
    background-color: #FFF;
    border-radius: 50%;
    width: 210px;
    height: 210px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.iconCircle2 {
    background-color: #FFF;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.doc1 {
    padding: 25px 0;
}

.doc2 {
    padding: 20px 0;
}

.doc3 {
    padding: 10px 0;
}

.modal-body {
	padding-left:50px;
	padding-right:50px;	
}

/* Fullscreen Modal by http://www.minimit.com/articles/solutions-tutorials/bootstrap-3-transparent-and-fullscreen-modals */
.modal-open, .modal-open .modal {
    padding-right: 0 !important;
}

.modal-open .modal {
    overflow: auto;
}

.modal-fullscreen {
    color: #333;
}

.modal-fullscreen .modal-content {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-backdrop.modal-backdrop-fullscreen {
    background: #ffffff;
}

.modal-backdrop.modal-backdrop-fullscreen.in {
    opacity: 0.6;
    filter: alpha(opacity=0.6);
}

.modal-fullscreen .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.modal-header {
    position: absolute;
    right: 0;
    z-index: 1000;
    border-bottom: 0;
}

.modal-header .close {
    color: #333;
    font-size: 60px;
    font-weight: 500;
    text-shadow: none;
    margin-top: 0;
    opacity: 1;
}

.close:hover, .close:focus {
    color: #CCC;
}

.modal a:hover, .modal a:focus {
    color: #FFF;
}

.modal p {
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .modal-fullscreen .modal-dialog {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .modal-fullscreen .modal-dialog {
        width: 970px;
    }

    .modal .col-md-6 {
        padding-right: 130px;
    }
}

@media (min-width: 1200px) {
    .modal-fullscreen .modal-dialog {
        width: 1170px;
    }
}