
/* ==========================================================================
GoogleFontsAPI
========================================================================== */

@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,700);


/* ==========================================================================
General Body
========================================================================== */

body {
    position: relative;
	font-family: "Open Sans", sans-serif;
	font-size: 17px;
    font-weight: 400;
	color: #000;
	direction: ltr;
	margin: 0;
	padding: 0;
	padding-top: 80px;
}



/* ==========================================================================
Reset
========================================================================== */

/*
Internet Explorer 10 doesn't differentiate device width from viewport width,
and thus doesn't properly apply the media queries in Bootstrap's CSS.
To address this, you can optionally include the following CSS and JavaScript
to work around this problem until Microsoft issues a fix.
*/
@-webkit-viewport { width: device-width; }
@-moz-viewport    { width: device-width; }
@-ms-viewport     { width: device-width; }
@-o-viewport      { width: device-width; }
@viewport         { width: device-width; }


/*
Internet Explorer 10 doesn't differentiate device width from viewport width,
and thus doesn't properly apply the media queries in Bootstrap's CSS.
To address this, following CSS code applied.
*/
@-ms-viewport     { width: auto !important; }


/* Round corners */
div, span, img, table, label, td, th, p, a, button, ul, code, pre, li { border-radius: 0; }
.img-circle  { border-radius: 50% !important; }
.img-rounded { border-radius: 6px !important; }


/* Input-Shadows auf iPad entfernen */
input:not([type="radio"]):not([type="checkbox"]), textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
}

/* Global */
* { outline: none !important; }




/* ==========================================================================
Utilities
========================================================================== */

.display-none, .display-hide {
	display: none !important;
}

.bold {
	font-weight: 700 !important;
}

.no-border {
	border: none !important;
}

.inline {
	display: inline;
}

.no-break {
	white-space: nowrap;
}

.img-responsive {
	width: 100%;
}

.no-margin {
	margin: 0 !important;
}

.margin-top-25    { margin-top: 25px; }
.margin-top-15    { margin-top: 15px; }
.margin-bottom-15 { margin-bottom: 15px; }
.margin-bottom-25 { margin-bottom: 25px; }
.margin-bottom-50 { margin-bottom: 50px; }

/* IE8 & IE9 Mode */
.visible-ie8      { display: none; }
.ie8 .visible-ie8 { display: inherit !important; }
.hidden-ie8       { display: inherit; }
.ie8 .hidden-ie8  { display: none !important; }

.visible-ie9      { display: none; }
.ie9 .visible-ie9 { display: inherit !important; }
.hidden-ie9       { display: inherit; }
.ie9 .hidden-ie9  { display: none !important; }




/* ==========================================================================
Colors
========================================================================== */

/* Font */
.black  { color: #000000 !important; }
.blue   { color: #428bca !important; }
.brown  { color: #a37343 !important; }
.green  { color: #5cb85c !important; }
.grey   { color: #aaaaaa !important; }
.orange { color: #ea863b !important; }
.pink   { color: #f277bd !important; }
.red    { color: #d9534f !important; }
.white  { color: #ffffff !important; }
.yellow { color: #F9E132 !important; }




/* ==========================================================================
Typography
========================================================================== */

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	margin: 0;
	color: #000;
}

h1 {
    font-size: 42px;
	margin-bottom: 40px;
    color: #0075be;
}

h2 {
    font-size: 36px;
    font-weight: 700;
	margin-bottom: 30px;
    color: #0075be;
}

h3 {
	font-size: 20px;
    font-weight: 700;
	margin-bottom: 15px;
}

h4 {
	font-size: 20px;
}

p {
	line-height: 25px;
	margin-bottom: 20px;
}

p.lead {
	font-size: 22px;
	line-height: 34px;
}

p:last-child {
	margin-bottom: 0;
}

a {
	color: #0075be;
	text-decoration: none;
	text-shadow: none;
}

a:hover {
	color: #005182;
	text-decoration: none;
}

b, strong, .bold {
    /*font-family: "nerisblack", sans-serif;*/
    font-weight: 700;
}

ul {
    padding-left: 20px;
}



/* ==========================================================================
Containers
========================================================================== */

.block {
	padding: 50px 0;
    position: relative;
}

.block-info {
    background: #fff;
    border: 1px solid #ddd;
    padding: 22px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 15px;
    text-align: center;
}
.block-info .icon i {
    font-size: 60px;
    color: #0075be;
    margin-top: 10px;
    margin-bottom: 25px;
}

.slider {
	position: relative;
	background: #f9f9f9;
}

.parallax {
    height: 550px;
    /*background: #333;*/
    background: transparent;
    color: #fff;
    font-size: 52px;
    line-height: 1.2;
    text-align: center;
    padding: 20px;
}
.parallax > div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#start {
    /*padding-bottom: 80px;*/
}

#infos {
    background: #f8f8f8;
}
/*
#infos:before {
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    width: 100%;
    height: 15px;
    background:
        linear-gradient(
          45deg, transparent 33.333%,
          #f8f8f8 33.333%, #f8f8f8 66.667%,
          transparent 66.667%
        ),
        linear-gradient(
          -45deg, transparent 33.333%,
          #f8f8f8 33.333%, #f8f8f8 66.667%,
          transparent 66.667%
        );
    background-size: 30px 60px;
}
*/

#testimonials {
    padding: 70px 0;
    /*border-top: 10px solid #eee;*/
    /*border-bottom: 10px solid #eee;*/
    background: #111;
    /*background-image: url('/assets/images/backgrounds/3.jpg');*/
    background-position: center;
    background-size: cover;
    color: #fff;
    text-align: center;
    font-size: 20px;
}
#testimonials p {
    line-height: 30px;
}
#testimonials h4 {
    color: #ccc;
    font-weight: 700;
}

#preise {
    background: #f8f8f8;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

#ueberuns {
	background: #fff;
}

#kontakt {
	background: #f5f5f5;
}

#footer {
	padding: 24px 0;
	background: #005182;
	color: #fff;
	font-size: 13px;
    /*border-top: 10px solid #0075be;*/
}
#footer a {
    color: #ddd;
}

.go2top, .go2top:focus {
    position: fixed;
    right: 20px;
    bottom: 20px;
    color: #aaa;
    width: 34px;
    height: 34px;
    border: 1px solid #aaa;
    border-radius: 50% !important;
    text-align: center;
    padding: 8px 0px 0px 1px;
    z-index: 1025;
    font-size: 14px;
    line-height: 1;
    opacity: 0.6;
}
a.go2top:hover {
    color: #fff;
    background: #0075be;
    border: 1px solid #0075be;
    opacity: 1.0;
}

.table {
    background: #fff;
}


/* ==========================================================================
Bootstrap Customize
========================================================================== */

.close {
    position: absolute;
    top: 2px;
    right: 12px;
    font-size: 36px;
    color: #666;
}

.modal-body {
    padding: 40px;
}

.btn-primary {
	background: #0075be;
	border-color: #0075be;
    border: none;
    /*background-image: linear-gradient(#fc8112, #fcae17);*/
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	background: #005182;
	border-color: #005182;
}

.form-control:focus {
    border-color: #0075be;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,117,190,.25);
}

.bootstrap-select .btn {
    background: #fff;
    border: 1px solid #ced4da;
}
.bootstrap-select .btn:focus {
    border-color: #0075be;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,117,190,.25);
}


/* ==========================================================================
Navigation
========================================================================== */

.navbar {
    /*height: 80px;*/
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 0;
}

.navbar-light .navbar-nav {
    background: #fff;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus {
    font-size: 18px;
    color: #333;
    padding: 14px;
    border-radius: .25rem;
}

.navbar-light .navbar-nav .nav-link:hover {
/*.navbar-light .navbar-nav .nav-link:focus {*/
    color: #222;
    background-color: #f5f5f5;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.active:hover,
.navbar-light .navbar-nav .nav-link.active:focus {
    color: #fff;
    background-color: #0075be;
    /*background-image: linear-gradient(#fc8112, #fcae17);*/
}

.navbar-light .navbar-toggler {
    margin-right: 10px;
}

.navbar-brand {
    padding: 10px 0;
}
.navbar-brand img {
	height: 60px;
}




/* ==========================================================================
Portfolio
========================================================================== */

.mix-filter {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}
.mix-filter li {
	color: #555;
	cursor: pointer;
	padding: 6px 15px;
	margin-right: 2px;
	margin-bottom: 5px;
	background: #eee;
	display: inline-block;
}
.mix-filter li:hover,
.mix-filter li.active {
	color: #fff;
	background: #97ba40;
}

.mix-grid .mix {
	display: none;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}
.mix-grid .mix .mix-inner {
	position: relative;
	width: 100%;
}

.mix-grid .mix a {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #333;
	opacity: 0;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.mix-grid .mix:hover a {
	opacity: 0.4;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.mix-grid .mix a i {
	color: #fff;
	font-size: 98px;
	padding-top: 50%;
	margin-top: -50px;
}




/* ==========================================================================
Media Queries
========================================================================== */

@media (max-width: 991px) {

    .parallax {
        font-size: 44px;
    }

    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:focus {
        padding: 19px 9px;
        font-size: 15px;
    }

}

@media (min-width: 768px) {


}

@media (max-width: 767px) {

    body {
        font-size: 15px;
    }

    h1 {
        font-size: 26px;
        margin-bottom: 16px;
    }

    h2 {
        font-size: 26px;
        margin-bottom: 16px;
    }

    h3 {
        font-size: 18px;
    }

    p {
        line-height: 20px;
        margin-bottom: 15px;
    }

	p.lead {
		font-size: 16px;
		line-height: 23px;
	}

    .block {
        padding: 25px 0;
    }

    #testimonials {
        padding: 25px 0;
    }
    #testimonials p {
        font-size: 16px;
        line-height: 24px;
    }

    .block-info {
        padding: 15px;
        margin-top: 15px;
    }
    .block-info .icon i {
        font-size: 50px;
        margin-top: 5px;
        margin-bottom: 20px;
    }

	.parallax {
		/*background-position: center center;
		background-size: cover;*/
		height: 300px;
        font-size: 28px;
	}

    #start {
        padding-bottom: 25px;
    }

    .modal-body {
        padding: 20px;
    }

    .navbar-brand img {
        margin-left: 15px;
    }

    .navbar-light .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link:focus {
        padding: 10px;
        border-top: 1px solid #ddd;
        border-radius: 0;
    }

	.margin-bottom-xs {
		margin-bottom: 25px;
	}

}

@media (max-width: 580px) {


	small {
		display: block;
	}

}

@media print {

	.hidden-print {
		display: none;
	}
	.no-page-break {
		page-break-after: avoid;
	}
	a {
		border-bottom: none !important;
	}
	a[href]:after {
		content: "";
	}

	body {
		background-color: #fff !important;
	}
	header {
		display: none;
	}

	footer {
		display: none;
	}

}
