body, html {
	font-family: "roboto",sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #555555;
	width: 100% !important;
	height: 100% !important;
	background: rgba(247,250,240,1);
	font-weight: 300;
	position: relative;
	font-size: 16px;
}
.close-fix .close-fix{
	position: fixed;
	padding-top: 0px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 15px;
	bottom: 0;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	right: 5%;
	margin-right: 20px;
	color: #fff;
	font-size: 28px;
	background-color: rgba(0,0,0,0.3);
	font-weight: bold;
	cursor: pointer;
}
.item blockquote .clientslogo {
	height: 75px;
	margin-bottom: 50px;
	margin-top: 25px;
}
.close-fix .close-fix:hover {
	background-color: rgba(0,0,0,1);
	transition: 0.5s;
}
.alert-success {
	border: none;
	background-color: #7cc902;
	color: #fff;
	border-radius: 4px;
}
h1 {
	font-weight: 600;
	margin-top: 80px;
	margin-bottom: 80px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 4px 3px 0 #004386, 8px 6px 0 rgba(0, 0, 0, 0.2);
	font-size: 60px;
	letter-spacing: 0.075em;
	opacity: 0.9;
}
h1 strong {
	font-weight: 900;
}
h2 {
	text-transform: uppercase;
	line-height: 1.25em;
	font-weight: 900;
	margin-top: 30px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 35px;
	color: #555;
	letter-spacing: 0.075em;
	text-align: center;
}
.well {
	min-height: 20px;
	padding-top: 85px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-left: 0 solid #eaba37;
	border-right: 2px solid #eaba37;
	border-bottom: 2px solid #eaba37;
	border-top: 0 solid #eaba37;
	border-radius: 4px;
	background-image: url(), -webkit-linear-gradient(315deg,rgba(240,208,121,0.00) 0%,rgba(240,208,121,1.00) 100%);
	background-image: url(), -moz-linear-gradient(315deg,rgba(240,208,121,0.00) 0%,rgba(240,208,121,1.00) 100%);
	background-image: url(), -o-linear-gradient(315deg,rgba(240,208,121,0.00) 0%,rgba(240,208,121,1.00) 100%);
	background-image: url(), linear-gradient(135deg,rgba(240,208,121,0.00) 0%,rgba(240,208,121,1.00) 100%);
	margin-top: 25px;
	color: #555;
	background-color: rgba(247,250,240,1);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.impressum h2 {
	margin-bottom: 50px;
}
.modal-container.imp .text {
	margin-bottom: 50px;
}
.vita .modal-body h2 {
	margin-top: 60px;
}
.vita .modal-body h4 {
	text-align: center;
	margin-bottom: 45px;
	line-height: 1.25em;
}
.modalBox h2  {
	text-align: center;
	margin-bottom: 30px;
}
.impressum .col-12 h2 {
	margin-top: 50px;
}
h3 {
	font-size: 20px;
	font-weight: 400;
	color: #555;
	text-transform: none;
	line-height: 1.25em;
}
h4 {
	font-weight: 400;
	color: #555;
	text-transform: uppercase;
	font-size: 16px;
}
.overlay-content .overlay-text h4  {
	color: inherit;
	margin-bottom: 4%;
}
.impressum h3 {
	margin-top: 30px;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
}
.autor {
	font-style: italic;
	color: #fff;
}
.headline {
	font-size: 36px;
	font-weight: 100;
	text-transform: uppercase;
	color: rgba(91,90,90,0.80);
}
.headline span {
	color: rgba(255,255,255,0.9);
	font-weight: 600;
	letter-spacing: 0.05em;
	text-shadow: 2px 2px 0 #004386;
}
div #tohash p {
	position: absolute;
	bottom: 10px;
	width: 100%;
	color: rgba(255,255,255,0.5);
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}
div #tohash p:hover {
	color: #fff;
}
a {
	color: #af1023;
}
a:hover, a:focus {
	text-decoration: none;
	color: #999;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ddd;
	z-index: 99999;
	height: 100%;
}

.scene {
  width: 100%;
  height: 100%;
  perspective: 600;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  }
svg{
  width: 200px;
  height: 200px;  
  }


@keyframes arrow-spin {
  50% {
    transform: rotateY(360deg);
  }
}
.loader {
	font-size: 16px;
	font-weight: 600;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 3px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #af1023;
	margin: 0 auto;
	margin-bottom: 30px;
	border-radius: 10px;
	border: 1px solid #af1023;
}
#locations  hr {
	width: 100%;
	height: 1px;
	border: 0;
	margin: 10px 0;
	background-color: #777;
}
/* Navigation */
.navbar-custom {
	padding: 0;
	border-bottom: 0;
	letter-spacing: 0.075em;
	background: #004386;
	text-transform: uppercase;
	text-align: right;
}
.navbar-custom .navbar-brand {
	font-weight: 600;
}
.navbar-custom .navbar-brand i.fa {
	color: #E75926;
}
.navbar-custom .navbar-brand:focus {
	outline: 0;
}
.navbar-custom .navbar-toggle {
	color: #eee;
	padding: 0;
	margin-right: 30px;
}
.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
	color: #ffffff;
}
#visible .navbar-toggle {
	display: block;
	margin-right: 0;
}
#visible .navbar-header {
	width: 100%;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}
.navbar-custom a {
	color: #fff;
}
.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover {
	outline: 0;
	color: #5896e0;
	background-color: transparent;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
	color: #5896e0;
}
.dropdown a.dropbtn.page-scroll {
	padding: 15px;
}
.navbar-custom .nav li.active {
	outline: 0;
}
.navbar-custom .nav li.active a {
	background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li.active a:hover {
	color: #fff;
}
/* Home Section */
#intro {
	display: table;
	width: 100%;
	height: auto;
	text-align: center;
	color: #fff;
	background: url(../img/intro-bg.jpg) no-repeat center center fixed;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#intro .intro-body {
	display: table-cell;
	vertical-align: middle;
}
#intro .intro-body H1 {
	font-size: 76px;
	font-weight: 700;
	color: rgba(255,255,255,0.8);
	text-transform: uppercase;
}
#intro .intro-body .brand-heading {
	color: #E75926;
	text-shadow: 0 4px #a13e1a;
}
#intro .intro-body .intro-text {
	font-size: 18px;
	line-height: 1.25em;
	letter-spacing: 0.05em;
	font-family: "roboto";
	text-transform: inherit;
	font-weight: 300;
}
div .daten h2 {
	margin-bottom: 50px;
	line-height: normal;
}
.alert-danger {
	border-radius: 4px;
	border: none;
	background-color: #4A4A4A;
	color: white;
}
button.close {
	padding: 0 0 0 10px;
}
.modalButton {
	background: none;
	border: none;
	color: #fff;
	padding-bottom: 0;
	padding-top: 0;
	font-family: roboto-condensed;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}
.modalButton:hover {
	color: #999;
}
.modal-container.imp .modal-header img {
	margin-left: 15px;
	margin-right: 0;
	margin-top: 10px;
}
.modal-container .close, .modal-container .close-fix {
	font-family: inherit;
	font-weight: 100;
	font-size: 50px;
	margin-top: 0px;
	text-shadow: none;
}
.modal-container.imp .close {
	margin-top: -15px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.modal-header {
	background-color: none;
	padding-top: 15px;
	padding-bottom: 5px;
	position: fixed;
	width: 90%;
	z-index: 2001;
	border: none;
	left: 5%;
	right: 5%;
}
#contactForm .row .col-md-6.col-sm-12 {
	height: 40px;
}
.navbar.navbar-custom.navbar-fixed-top .container.nav .collapse.navbar-collapse.navbar-right.navbar-main-collapse {
	overflow: hidden;
}
#page-top .navbar.navbar-custom.navbar-fixed-top .container.nav {
	font-family: "roboto-condensed";
}
.modal-content.animated.fadeInUpBig .impressum .row {
	margin-bottom: 50px;
}
#page-top #testimonials .container {
	padding: 0;
	width: 100%;
}
blockquote .clients-name .name {
	font-weight: 800;
}
blockquote .clients-name .firma {
	font-style: italic;
}
.modalBox .modalButton {
	width: auto;
}
.impressum .nomargin {
	margin-bottom: 0;
}
.impressum .row .col-md-6 {
	margin-top: 30px;
}
.col-md-8.col-md-offset-2.wow.fadeInUp #contactForm .form-group {
	margin-bottom: 0;
	margin-top: 0;
}
.container .img-circle.img-responsive  {
	border: 4px solid #004386;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#testimonials .container .fadecontrol {
	font-size: 30px;
	width: 50px;
	position: absolute;
	margin-top: -52px;
	height: 50px;
	background-color: rgba(169,185,41,0.7);
}
#testimonials .container .fadecontrol:hover   {
	transition: all 0.5s;
	background-color: #004386;
}
.leftarrow {
	right: 54px;
}
.rightarrow {
	right: 2px;
}
img.arrow {
	height: 25px;
	opacity: 1;
	width: 50px;
}
.fadecontrol.rightarrow .right span {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: inline-block;
	vertical-align: middle;
}
.fadecontrol.leftarrow .left span {
	content: '';
	display: inline-block;
	vertical-align: middle;
}
#footer .container {
    width: 100%;
    height: 40px;
    background: #000;
}
#footer-nav {
	margin-top: -35px;
	text-align: center;
}
#about .container {
}
blockquote .clients-name .kunden-item  {
	width: 208px;
	margin-top: 25px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 35px;
	border: 4px solid #004386;
	border-radius: 50%;
	height: 208px;
	background-color: #fff;
	overflow: hidden;
}
.overlay-text .kunden-info .text-center {
	font-size: 0.8em;
	font-family: inherit;
}
.inhalt {
	padding: 0 15px;
}
.col-md-6.col-sm-6.orange.no-padding .col-12.grey .inhalt {
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	padding-top: 30px;
}
.green {
	background-color: rgba(247,250,240,1);
}
#about .row .col-md-6.col-sm-6.green {
	margin-bottom: -9999px;
	padding-bottom: 9999px;
}
.no-padding {
	padding: 0;
}
.orange {
    color: #da9732;
}
blockquote.orange {
}
#about blockquote i.fa {
	color: #004386;
	text-shadow: none;
}
#locations .container.orange {
	padding-top: 30px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
}
#services .row .col-md-6.col-sm-6.no-padding.orange {
	margin-bottom: -9999px;
	padding-bottom: 9999px;
}
.row .col-md-6.col-sm-6.no-padding.orange .ffs, 
.row .col-md-6.col-sm-6.no-padding.orange .reha,
.row .col-md-6.col-sm-6.no-padding.orange .figur{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
}
.figur.ffs {
	background-color: rgba(76,119,176,1);
}
.grey {
	background-color: #e8e8e8;
}
.col-md-6.col-sm-6.orange.no-padding .col-12 .inhalt {
	padding: 0 30px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.ffs {
	background-color: #004386;
	width: 100%;
	overflow: hidden;
}
.ffs:hover .overlay, .reha:hover .overlay, .about-img:hover .overlay, .filtr-item:hover .overlay {
	opacity: 0.8;
	left: auto;
	right: auto;
	top: auto;
	bottom: 0;
	position: absolute;
	z-index: 2;
}
.reha {
	background-color: #eaba37;
	overflow: hidden;
}
#services .row .col-md-6.col-sm-6.green {
	margin-bottom: -9999px;
	padding-bottom: 9999px;
}
.ffs .overlay, .reha .overlay, .about-img .overlay, .filtr-item .overlay {
	background-color: #000;
	color: #fff;
	right: auto;
	height: 100%;
	position: absolute;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	width: 100%;
	top: auto;
	left: auto;
	bottom: -100%;
	padding: 0 10%;
	align-items: center;
}
.overlay .overlay-content .overlay-link.bottom {
	margin-left: -500px;
	margin-top: -500px;
	transition: all 0.5s ease-in-out;
}
.ffs:hover .overlay .overlay-content .overlay-link.bottom,
.reha:hover .overlay .overlay-content .overlay-link.bottom{
	margin-left: 0px;
	margin-top: 0px;
}
.overlay .overlay-content .overlay-link.top {
	margin-right: -250px;
	margin-bottom: -250px;
	transition: all 0.5s ease-in-out;
}
.ffs:hover .overlay .overlay-content .overlay-link.top,
.reha:hover .overlay .overlay-content .overlay-link.top{
	margin-right: 0px;
	margin-bottom: 0px;
}
.about-img .overlay .overlay-content .overlay-text i.fa,
.filtr-item .overlay .overlay-content .overlay-text i.fa{
	padding-top: 750px;
	transition: all 0.5s ease-in-out;
}
.about-img:hover .overlay .overlay-content .overlay-text i.fa, .filtr-item:hover .overlay .overlay-content .overlay-text i.fa {
	padding-top: 0px;
}
.about-img {
	overflow: hidden;
}

#intro {
	height: 100%;
	padding: 0;
}
#intro .intro-body .intro-text {
	font-size: 18px;
}
.second-row {
	margin-top: 100px;
}
.btn-default {
	color: #777;
	background:#AD342B;
	border: 2px solid #004386;
	padding: 12px 24px;
	margin: 0 8px;
    background-image: linear-gradient(155deg, #ad342b, #ad342b 60.5%, #ad342b);
    transform: scale3d(1,1,1);
    transition: all .7s cubic-bezier(0.38, 0.08, 0.4, 1.2);
}
.fadecontrol .right, .fadecontrol .left {
	color: #fff;
	padding-bottom: 10px;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
    color: #fff;
    background-image: linear-gradient(155deg, #99160d, #ad342b 60.5%, #f6a43f);
    transform: scale3d(1.3,1.3,1.3);
    transition: all .7s cubic-bezier(0.38, 0.08, 0.4, 1.2);
}
.btn.btn-default:hover .prof.fa.fa-smile-o {
	color: #fff;
}
.section-title h2, .section-title.center h2 {
	margin-bottom: 30px;
}
#about .about-text {
	margin-left: 10px;
}
#about li {
	margin-bottom: 3px;
	list-style: none;
	padding: 0;
}
#about li:before {
	content: "✓";
	font-weight: 800;
	padding-right: 10px;
	color: #004386;
}
#about i.fa {
	float: none;
	display: block;
	color: #fff;
	font-size: 55px;
	text-shadow: 0 0 1px #666;
}
#about img , #locations img{
	margin-left: auto;
	border-radius: 4px;
	margin-right: auto;
}
#about .right-colum .img-responsive {
	margin-bottom: 2px;
}
.doppel {
	-o-column-count: 2;
	-o-column-gap: 60px;
	-o-column-rule-width: 1px solid;
	-o-column-rule-color: #004386;
	-o-column-rule-style: solid;
	-moz-column-count: 2;
	-moz-column-gap: 60px;
	-moz-column-rule-width: 1px solid;
	-moz-column-rule-color: #004386;
	-moz-column-rule-style: solid;
	-webkit-column-count: 2;
	-webkit-column-gap: 60px;
	-webkit-column-rule-width: 1px solid;
	-webkit-column-rule-color: #004386;
	-webkit-column-rule-style: solid;
	column-count: 2;
	column-gap: 60px;
	column-rule-width: 1px solid;
	column-rule-color: #004386;
	column-rule-style: solid;
}
p    {
	margin-top: 20px;
	margin-bottom: 30px;
}
p.frage {
	margin-top: 15px;
	color: #333;
	margin-bottom: 15px;
	font-size: 1.2em;
}
.teaser {
	color: #fff;
	margin-bottom: 0;
	font-size: 1.2em;
}
#contactForm .kontaktcheck {
	margin-left: 15px;
	margin-bottom: 15px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 400;
}
#contactForm .form-group #message {
	margin-top: 5px;
}
.well ul {
	margin-top: 20px;
}
.top-bg p {
	margin-top: -2px;
	margin-bottom: 0;
	padding-bottom: 2px;
}
.dropdown-content .dropdown a.page-scroll {
	padding: 0;
	width: 1px;
}
button.top-bg {
	border-left: 2px solid #CAD955;
	border-right: 2px solid #CAD955;
	border-bottom: 0px solid #CAD955;
	border-top: 0px solid #004386;
	padding: 15px;
	line-height: 20px;
	text-transform: uppercase;
}
.dropdown-headline {
	font-size: 20px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CAD955;
	font-weight: 400;
	color: #fff;
	text-align: center;
	padding-bottom: 10px;
}
#services .overlay-content .overlay-text p {
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 0px;
}
#about .container .row.first-row {
	margin-bottom: 60px;
	border-bottom: 5px solid #DFDFDF;
}
/* Services Section */
#services {
	overflow: hidden;
}
#services .service {
	padding: 20px 10px;
}
p.frage.space  {
    margin-bottom: 25px;
}
.bg  {
	overflow: hidden;
}
#services i.fa {
	font-size: 70px;
	color: #004386;
	transition: all 0.5s;
}
#about .right-colum {
	padding-top: 20px;
}
/* Gallery Section */
#works {
	padding: 120px 0;
	background: #f6f6f6;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	color: #777;
	padding: 8px 16px;
	border: 1px solid #ccc;
	border-radius: 2px;
}
ol.type li a.active {
	color: #f6f6f6;
	border: 1px solid #cf5022;
	background: #cf5022;
}
ol.type li a:hover {
	color: #f6f6f6;
	border: 1px solid #cf5022;
	background: #cf5022;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item .hover-bg {
	max-height: 190px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: rgba(255,255,255,0.6);
	background: rgba(0, 0, 0, 0.66);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	color: #fff;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>p {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>p {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#works i.fa {
	font-size: 20px;
	padding: 5px;
	color: #F4D03F;
}
/* Team Section */
#team {
	padding: 140px 0;
	background: #e6e6e6;
}
img.img-thumbnail.team-img {
	width: 200px;
	height: 200px;
	border: 0;
	border-radius: 0;
	background-color: #fff;
}
#team .thumbnail {
	background: transparent;
	border: 0;
}
#team .thumbnail .caption {
	padding: 9px;
	color: #777;
}
/* Testimonials Section */
#testimonials {
	background-size: cover;
	background-attachment: fixed;
	padding-top: 50px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0px;
}
#testimonials h2 {
}
#testimonials blockquote {
	position: relative;
	margin-top: 20px;
	border: 0;
	text-align: center;
}
#testimonials .clients-name {
	display: inline-block;
	padding: 20px 0;
	margin-top: 10px;
}
/* Contact Section */
#contact {
	background-color: rgba(247,250,240,1);
	background-image: url(../img/bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	color: rgba(255,255,255,0.8);
	min-height: 100%;
	padding-top: 42vw;
}
#contact .contact-item {
	padding: 10px;
	margin: 10px;
	border-radius: 4px;
}
#contact h3 {
	font-size: 25px;
	margin-top: 40px;
	color: #000;
    margin-bottom: 20px;
}
#contact form {
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 80px;
	font-family: inherit;
}
#contact i.fa {
	font-size: 10em;
	color: #fff;
	padding-top: 0px;
	text-align: center;
}
#contact .fa.fa-angle-double-down {
	font-size: 50px;
	color: #AD342B;
	padding-top: 50px;
	text-align: center;
}
i.normal {
	font-size: 16px;
}
h2.danger  , h2.success{
	font-size: 3em;
	margin-top: 0px;
	color: #fff;
	opacity: 0.4;
}
#contact .text-danger {
	text-align: left;
	opacity: 0,4;
}
.inhalt.kurs-bg .note {
	padding-bottom: 10px;
	color: #C93C3B;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: "roboto";
	float: left;
}
#contact .form-control, #locations .filtr-search {
    display: block;
    width: 100%;
    padding: 9px 12px;
    font-size: 1.2em;
    line-height: 1.42857143;
    color: #AD342B;
    background-color: rgba(255,255,255,0.95);
    background-image: none;
    border: 2px solid #dfdfdf;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    font-weight: 400;
}
#contact .form-control:focus, #contact .form-control:hover, #locations .filtr-search:focus {
    border: 2px solid #AD342B;
    outline: 0;
    -webkit-box-shadow: transparent 0px;
    box-shadow: transparent 0px;
}
#contact .btn-default {
    color: #fff;
    margin-top: 15px;
    border-color: #AD342B;
    font-weight: 400;
    transform: scale(1);
    transition: all .7s cubic-bezier(0.38, 0.08, 0.4, 1.2);
}
#about .btn-default {
	color: #555;
}
#contact .btn-default:hover, #contact .btn-default:focus,
#about .btn-default:hover, #about .btn-default:focus{
    color: #fff;
    border-color: #fcd474;
    transform: scale(1.15);
    transition: all .7s cubic-bezier(0.38, 0.08, 0.4, 1.2);
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
.btn.btn-default.btn-kurs {
	background-color: rgba(255,255,255,0.8);
	color: #777;
}
.btn.btn-default.btn-kurs:hover {
	background-color: #004386;
	color: #fff;
}
.kurs .zeit span  {
	width: 100%;
	color: #C93C3B;
}
.kurs .zeit {
	background-color: rgba(255,255,255,0.8);
	padding-top: 20px;
	margin-top: -20px;
	padding-bottom: 10px;
}
.overlay-link .btn.btn-default {
	margin-top: 2%;
	width: 100%;
	font: inherit;
	color: #004386;
}
.overlay-link .btn.btn-default:hover  {
	color: #fff;
}
#page-top .btn.btn-default.page-scroll.animated.fadeInUpBig {
	font-size: 16px;
	border: none;
	padding: 0;
	color: rgba(255,255,255,0.4);
	position: absolute;
	left: 50%;
	bottom: 50px;
}
#page-top .btn.btn-default.page-scroll.animated.fadeInUpBig:hover {
	padding: 10px 15px;
	color: #fff;
}
#contact .social ul {
	margin-top: 30px;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 24px;
	padding-top: 8px;
	color: #004386;
	border-radius: 4px;
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: #879D0C;
}
/* Footer Section*/
#footer {
    background: #000;
    color: #777;
    font-weight: 400;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 20px;
    text-align: center;
    padding-top: 20px;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}
#footer a {
	color: #999999;
}
#footer a:hover, a:focus {
	color: #004386;
}
a.vita-link {
}
#about a.vita-link .img-responsive   {
}
.col-12 p a {
	color: #004386;
}
.col-12 p a:hover  , .col-12 p a:focus{
	color: #879D0C;
}

#map {
	height: 350px;
	border: 2px solid #dfdfdf;
	margin-bottom: 2px;
}
.header #map img {
	border: none;
}
.header .border {
	border-left: 2px solid #dfdfdf;
	border-right: 2px solid #dfdfdf;
	border-bottom: 2px solid #dfdfdf;
	border-top: 0 solid #dfdfdf;
}
#footer p {
	margin-bottom: 5px;
	margin-top: 0px;
	color: #AD342B;
}

div.filtr-container {
	height: 1000px;
}
.col-md-6.col-sm-6.orange.no-padding .row .col-md-4.col-sm-4 {
	padding: 0;
}
.about-img {
	width: 33.333%;
	float: left;
	margin-bottom: 30px;
	position: relative;
	max-width: 600px;
}
.bg .row .col-md-6 {
	margin-bottom: -9999px;
	padding-bottom: 9999px;
}
.bg-single #single  {
	margin-top: 50px;
}
#page-top .bg-single  {
	background-image: url(../img/bg.jpg);
	background-size: cover;
	background-attachment: fixed;
}
.bg-single #single .container {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 60px;
	background-color: rgba(247,250,240,1);
}
#single .container.kurs-container {
	padding-bottom: 2px;
}
#single h2 {
	margin: 30px 0;
}
.header img {
	width: 100%;
	border-left: 2px solid #dfdfdf;
	border-right: 2px solid #dfdfdf;
	border-bottom: 2px solid #dfdfdf;
	border-top: 0 solid #dfdfdf;
	height: auto;
}
.header {
	padding: 0 15px;
}
.row #myScrollspy .nav.nav-pills.nav-stacked {
	position: fixed;
	top: 55px;
	padding-top: 10px;
	border-radius: 4px;
	margin-left: -25px;
	left: auto;
}
ul#doppel {
	column-count: 2;
	column-gap: 2px;
	-webkit-column-gap: 2px;
	-webkit-column-count: 2;
	-moz-column-gap: 2px;
	-moz-column-count: 2;
	-webkit-box-shadow: 0 0 10px rgba(119,119,119,0.71);
	box-shadow: 0 0 10px rgba(119,119,119,0.71);
	background-color: rgba(247,250,240,1);
	font-size: 14px;
	background-image: url(../img/bg-satz.svg);
}
ul#doppel li {
	display: block;
}
#myScrollspy .nav >li > a {
	border-radius: 0;
	padding-top: 7px;
	padding-right: 5px;
	padding-left: 15px;
	padding-bottom: 7px;
	color: #777;
	line-height: 2em;
}
#myScrollspy .nav >li > a:hover,
#myScrollspy .nav >li > a:active,
#myScrollspy .nav >li > a:focus,
#myScrollspy .nav-pills > li.active > a,
#myScrollspy .nav-pills > li.active > a:hover,
#myScrollspy .nav-pills > li.active > a:focus {
	background-color: #004386;
		color: #fff;
}
.fixed {
	position: fixed;
	top: 500px;
	width: 350px;
}
#page-top #footer-nav span .modalBox.modal-content .modal-header .logo-nav.img-circle {
	margin-left: 15px;
}
bold {
	font-weight: 600;
}
.vita .modal-body {
	background-color: #fefefe;
	padding-top: 0;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}
.vita .modal-body p {
	margin-top: 10px;
	margin-bottom: 10px;
}
.vita .modal-header {
	position: absolute;
	background-color: transparent;
	border: none;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}
.img-vita {
	width: 100%;
	height: auto;
}
.modal-container.vita {
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	width: 50%;
	background-color: #fefefe;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.9);
	box-shadow: 0 0 15px rgba(0,0,0,0.9);
	max-width: 600px;
}
.vita .modal-header .close {
	font-family: inherit;
	font-weight: 100;
	margin-top: -15px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	font-size: 50px;
	text-shadow: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
.vita .modal-header .close:hover,
.modal-container .close:hover {
	-webkit-transform:  scale(1.5);
	-moz-transform: scale(1.5);
	transform: scale(1.5);
	margin-right: 5px;
}
.modal-container .close-fix:hover span {
	right: 17%;
}
#standortlogo img {
	width: 100%;
	height: auto;
}
.tag {
	padding: 10px;
	text-align: center;
	background-color: #C93C3B;
	opacity: 0.9;
	color: #fff;
	margin-bottom: 5px;
}
.col-md-2.col-sm-2.first {
	padding-left: 0;
	padding-right: 7px;
}
.inhalt .row.week .col-md-2.col-sm-2 {
	padding-left: 7px;
	padding-right: 7px;
}
.inhalt .row.week .col-md-2.col-sm-2.last {
}
.inhalt .row.week h4 {
	margin-bottom: 20px;
	margin-left: 15px;
}
.row.week {
	margin-top: 80px;
	padding-bottom: 50px;
}
.link {
	text-align: right;
	vertical-align: bottom;
}
.kurs img {
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 5px;
	max-width: 250px;
}
.last {
	padding-right: 0;
}
.kursbild img {
	width: 100%;
	border-left: 2px solid #dfdfdf;
	border-right: 2px solid #dfdfdf;
	border-bottom: 0 solid #dfdfdf;
	border-top: 2px solid #dfdfdf;
	margin-bottom: -64px;
	margin-top: 30px;
}
#contactForm #success {
	padding: 0 15px;
}
#standortlogo.layer {
	position: absolute;
	top: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	background-color: rgba(246,246,246,0.9);
	right: 15px;
	width: 200px;
	line-height: 0;
}
.navbar-header .navbar-toggle .fa.fa-bars {
	font-size: 30px;
}
.check:before {
	content: "\f05d";
	font-family: 'FontAwesome';
	display: inline-block;
	padding-right: 10px;
	margin-left: -25px;
	color: #004386;
}
.quote-icon {
	width: 50px;
	margin-top: 20px;
}
blockquote {
	background-color: rgba(247, 250, 240,1);
	font-size: inherit;
	margin-top: 20px;
	margin-bottom: 30px;
	background-image: url(), -webkit-linear-gradient(303deg,rgba(136,195,255,0.00) 0%,rgba(136,195,255,0.00) 30.66%,rgba(136,195,255,1.00) 100%);
	background-image: url(), -moz-linear-gradient(303deg,rgba(136,195,255,0.00) 0%,rgba(136,195,255,0.00) 30.66%,rgba(136,195,255,1.00) 100%);
	background-image: url(), -o-linear-gradient(303deg,rgba(136,195,255,0.00) 0%,rgba(136,195,255,0.00) 30.66%,rgba(136,195,255,1.00) 100%);
	background-image: url(), linear-gradient(147deg,rgba(136,195,255,0.00) 0%,rgba(136,195,255,0.00) 30.66%,rgba(136,195,255,1.00) 100%);
	padding-right: 15px;
	border-radius: 4px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 15px;
}
blockquote.orange {
	background-color: rgba(247, 250, 240,1);
	font-size: inherit;
	margin-top: 20px;
	margin-bottom: 30px;
	background-image: url(), -webkit-linear-gradient(303deg,rgba(238,200,97,0.00) 0%,rgba(238,200,97,0.00) 30.66%,rgba(238,200,97,1.00) 100%);
	background-image: url(), -moz-linear-gradient(303deg,rgba(238,200,97,0.00) 0%,rgba(238,200,97,0.00) 30.66%,rgba(238,200,97,1.00) 100%);
	background-image: url(), -o-linear-gradient(303deg,rgba(238,200,97,0.00) 0%,rgba(238,200,97,0.00) 30.66%,rgba(238,200,97,1.00) 100%);
	background-image: url(), linear-gradient(147deg,rgba(238,200,97,0.00) 0%,rgba(238,200,97,0.00) 30.66%,rgba(238,200,97,1.00) 100%);
	padding-right: 15px;
	border-radius: 4px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 15px;
}
#testimonials blockquote {
	background-color: transparent;
}
#contact button.close {
	font-family: inherit;
	font-size: 50px;
	font-weight: 100;
	margin-top: -20px;
	position: absolute;
	right: 50px;
	box-shadow: none;
	color: #fff;
}
#contact button.close:hover {
	opacity: 1;
}
.nw {
	white-space: nowrap;
}
.dropdown-img {
	width: 40px;
	margin-right: 15px;
	vertical-align: middle;
	transition: all 0.5s;
}
.dropdown-left, .dropdown-right {
	width: 50%;
	float: left;
}
.dropdown-left {
	padding-left: 15px;
	padding-right: 0;
}
.prof.fa.fa-smile-o:before {
	position: absolute;
	margin-top: -22px;
	margin-left: 10px;
}
.prof-btn {
	padding-right: 25px;
	line-height: 30px;
}
.dropdown-right {
	padding-left: 0;
	padding-right: 15px;
}
ul.simplefilter {
	margin-bottom: 30px;
}
.sort.wow.fadeInUp p {
	column-count: 2;
	column-gap: 60px;
	-webkit-column-count: 2;
	-webkit-column-gap: 60px;
	-moz-column-count: 2;
	-moz-column-gap: 60px;
	column-rule: 1px solid #004386;
	-webkit-column-rule: 1px solid #004386;
	-moz-column-rule: 1px solid #004386;
}
.dropdown .top-bg {
	position: absolute;
	top: -52px;
    left: 247px;
	background-color: #004386;
	padding-top: 17px;
}
.well:before {
	content: "\f05a";
	font-family: 'FontAwesome';
	/* [disabled]left: 5px; */
	position: absolute;
	font-size: 60px;
	color: #eaba37;
	margin-top: -75px;
	margin-left: 5px;
}
.inhalt .well h3 {
	margin-top: 80px;
	margin-left: 5px;
}
.dropdown .row {
	margin-left: 15px;
}
#testimonials blockquote {
	background-image: none;
}
.container.pdg {
	background-color: #fff;
	width: 100%;
	height: 2px;
}
.kurs-bg p {
	color: #555;
}
p.danger, p.success {
	margin-bottom: 30px;
}
.prof.fa.fa-smile-o {
	font-size: 2em;
	color: #004386;
	transition: all 0.5s;
}
#contact a {
	color: #555;
}
.btn-default:hover prof.fa.fa-smile-o {
	color: #fff;
}
img.buch {
	margin-top: 30px;
	margin-left: -15px;
}
.help-block.text-danger {
	width: 220px;
	text-align: center;
}
.help-block.text-danger li:before {
	content: "\f0d8";
	font-family: 'FontAwesome';
	position: absolute;
	margin-top: -19px;
	color: #af1023;
}
.help-block.text-danger ul {
	background-color: #af1023;
	padding: 5px 10px;
	border-radius: 4px;
	color: #fff;
	text-align: center;
}
.service-item {
	padding: 15px;
	border-radius: 4px;
	margin: 20px 0;
	border: 2px solid #004386;
	text-align: center;
	transition: all 0.5s;
	cursor: pointer;
}
.service-item:hover {
	margin: 0;
	padding: 35px 15px;
	background-color: rgba(136,195,255,1.00);
}
.service-item i.fa {
	color: #004386;
}
.triple {
	-moz-column-gap: 30px;
	-moz-column-count: 3;
	-webkit-column-gap: 30px;
	-webkit-column-count: 3;
	column-gap: 30px;
	column-count: 3;
	padding: 0 15px;
}
#contactForm .row.block {
	border-radius: 4px;
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	border: 2px solid #dfdfdf;
	background-color: rgba(255,255,255,0.95);
}
#contactForm .border-hover:hover {
    border-color: #AD342B;
}
h3 span {
	font-size: 1.8em;
}
#contactForm .row.block #sport {
	margin-bottom: 10px;
}
.question ul {
    color: #333;
    font-size: 1.2em;
    margin-left: 1.2em;
    margin-bottom: 20px;
}
.question li::before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    width: 1.8em;
    color: #DA9732;
}
/* Nur Firefox */
@-moz-document url-prefix() {
	.dropdown .top-bg {
    left: 235px;
    }
}

@media (max-width: 768px) {
.hover-bg .hover-text {
	padding: 20%;
	}
.container.nav {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	}
}

@media (max-width: 640px) {
#intro .intro-body H1 {
	font-size: 5em;
}
}
.satzung {
	padding-top: 50px;
}
ul.satz {
	margin-left: 20px;
}
ul.satz li {
	padding-left: 10px;
}
.well .check:before {
	color: #eaba37;
}
.row.doppel {
	margin-top: -15px;
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: -15px;
}
#contactForm .form-group.message {
	padding: 0 15px;
}
#contact .form-group {
	margin: 0;
}
img.kontakt {
	height: 40px;
	width: auto;
	margin-bottom: 15px;
}
img.quote {
	height: 25px;
	width: 100%;
	margin-bottom: 15px;
}
.impressum, .daten {
	padding-top: 45px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 50px;
}
#page-top div .impressum.container {
	padding-left: 15px;
	padding-right: 15px;
}
#page-top div .daten.container {
	padding-left: 15px;
	padding-right: 15px;
}

div .impressum .back, div .daten .back {
	text-align: center;
	margin-top: 50px;
}

#intro .fa-angle-down {
	position: absolute;
	left: 50%;
	bottom: 50px;
	color: #fff;
	display: inline-block;
	width: 24px;
	margin-left: -12px;
	font-size: 24px;
	line-height: 24px;
	z-index: 999;
	-webkit-animation: bounce 3000ms infinite;
	animation: bounce 3000ms infinite;
}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
	z-index: 2100;
}

/* Modal Content/Box */
.modal-content {
	background-color: #fefefe;
	margin-top: 15%;
	margin-right: 5%;
	margin-left: 5%;
	padding-bottom: 20px;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	border-bottom: 0px;
	border-top: 1px solid #888;
	position: fixed;
	overflow: auto;
	height: 95%;
	border-radius: 6px 6px 0px 0px;
}

/* The Close Button */
.modalCloseTop {
	color: #efefef;
	float: right;
	font-size: 28px;
	line-height: 14px;
	font-weight: bold;
	margin-top: -5px;
	cursor: pointer;
	z-index: 2002;
	position: fixed;
	margin-right: 20px;
	right: 5%;
	padding: 7px 7px 10px 7px;
	border-radius: 4px;
	background-color: transparent;
}

.modalCloseTop:hover {
	color: #fff;
	text-decoration: none;
	background-color: rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.fa.fa-angle-double-down {
animation: bounce 3000ms infinite;
text-align: center;
font-size: 40px;
color: #AD342B;
width: 100%;
-webkit-animation: bounce 3000ms infinite;
margin-bottom: -20px;
}
/* remove standard-styles */
input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border:none;
  border-radius: 0;
  font-size: 1em;
  width: 100%
} 

/* graceful degradation for ie8 */
input[type='checkbox'],
input[type='radio'] {
	width: auto;
	float: left;
	margin-right: .75em;
	background: transparent;
	border: none;
}

input[type='checkbox']:checked,
input[type='checkbox']:not(:checked),
input[type='radio']:checked,
input[type='radio']:not(:checked) {
	background: transparent;
	position: relative;
	visibility: hidden;
	margin: 0;
	padding: 0;
	width: 0;
	display: none;
}

input[type='checkbox'] + label,
input[type='radio'] + label {
	cursor: pointer;
	font: inherit;
	margin-bottom: 22px;
	margin-top: -7px;
	color: #da9732;
	margin-right: 15px;
	text-transform: uppercase;
	line-height: 30px;
	text-align: left;
    font-weight: 400;
    font-size: 1.2em;
}
.gold {
    color: #da9732;
    font-weight: 600;
}
.red {
    color: #AD342B;
    font-weight: 600;
}
.col-md-6 .form-group label {
    color: #AD342B;
    font-family: inherit;
}
input[type='checkbox']:checked + label::before,
input[type='checkbox']:not(:checked) + label::before,
input[type='radio']:checked + label::before,
input[type='radio']:not(:checked) + label::before {
	content: ' ';
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	top: 10px;
	border: 2px solid #DFDFDF;
	border-radius: 4px;
	background: white;
	margin-right: 1em;
	-webkit-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
}

input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
  border-radius: 30px;
}

input[type='checkbox']:hover  + label::before,
input[type='radio']:hover  + label::before {
  background:#DFDFDF;
  box-shadow: inset 0 0 0 3px white;
}

input[type='checkbox']:checked  + label::before,
input[type='radio']:checked  + label::before {
  background:#AD342B;
  box-shadow: inset 0 0 0 4px white;
  border-color: #AD342B;
}

@media (max-width: 767px) {
	#about, #locations.text-center, #testimonials, #services {
	}
	#intro .intro-body .intro-text {
		margin-bottom: 50px;
		color: rgba(255,255,255,0.8);
	}
.impressum.container  {
	padding-left: 15px;
	padding-right: 15px;
}

img.leistungen.right {
	width: 33.333%;
	float: right;
	padding-left: 25px;
}
.col-container.right {
	text-align: right;
	margin-right: 33.333%;
}
img.leistungen.left {
	width: 33.333%;
	float: left;
	padding-right: 25px;
	}
.col-container.left {
	text-align: left;
	margin-left: 33.333%;
}
#services .service.last {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}
#page-top #testimonials {
	padding-bottom: 0;
	background-size: cover;
}
.col-md-4.col-sm-4 .inhalt.no-padding .img-responsive.img-circle {
	max-height: 250px;
	max-width: 250px;
}
.container.nav .navbar-header .navbar-brand.page-scroll .logo-nav.img-circle {
	margin-left: 15px;
}
.vita .modal-header {
	width: 90%;
}
.modal-container.vita .modal-header .close {
	margin-top: -20px;
	margin-right: -5px;
}
h2.vorstand {
	margin-top: 0;
	padding-top: 60px;
}
#about .container .col-md-6.col-sm-6.green.visible-phone {
	padding-bottom: 30px;
}
#services .container .row .col-md-6 .col-sm-6.green {
	padding-bottom: 20px;
}
#page-top .bg #about {
	padding-top: 0;
}
.sort.wow.fadeInUp p {
	column-rule: 1;
	-webkit-column-count: 1;
	-moz-column-count: 1;
}
.col-md-6.col-sm-6 .form-group label {
	width: 100%;
	text-align: left;
}
.triple {
	-o-column-gap: 0px;
	-o-column-count: 1;
	-moz-column-gap: 0px;
	-moz-column-count: 1;
	-webkit-column-gap: 0px;
	-webkit-column-count: 1;
	column-gap: 0px;
	column-count: 1;
	padding: 0 15px;
}
}
div .modalBox {
	position: fixed;
	bottom: 0;
	height: 95%;
	background-color: #fefefe;
	margin-left: 5%;
	margin-right: 5%;
	display: none;
	z-index: 2000;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	overflow: auto;
	text-align: left;
	-webkit-box-shadow: inset;
	box-shadow: inset;
}
.modal-container.imp {
	position: fixed;
	bottom: 0;
	height: 95%;
	background-color: #fefefe;
	margin-left: 5%;
	margin-right: 5%;
	z-index: 2000;
	overflow: auto;
	text-align: left;
	-webkit-box-shadow: inset;
	box-shadow: inset;
}
#Modal {
	position: fixed;
	display: none;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: auto;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1999;
	clear: both;
}

@media (max-width:767px){
	.row .col-md-10.col-md-offset-1 .headline {
		font-size: 24px;
	}
	.leftarrow {
		left: 2px;
	}
.hidden-phone , li.hidden-phone{
		display: none;
	}
}

@media (max-width:374px){
.row .col-md-10.col-md-offset-1 .headline {
	font-size: 20px;
	}
h1 {
	font-size: 40px;
}
}
@media (max-width:475px){
.question li::before {
    margin-left: -1.2em;
    width: 1.2em;
}
}
.blur {
	-webkit-filter: blur(2px);
	filter: blur(2px);
}
#about, #services, #locations, #testimonials, #footer {
	font-size: 16px;
	/* [disabled]color: #fff; */
}
#about, #services, #locations {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (min-width:992px){

.container .row .col-sm-6.wow.fadeInUp.hidden-phone.col-md-offset-1 {
	margin-left: 0;
	margin-right: 8.333%;
}
	#contact .contact-item {
	height: 100px;
}
}
#about, #services {
	overflow: hidden;
	background-color: transparent;
}
#testimonials .overlay {
	background-color: #000;
	color: #fff;
	right: auto;
	height: 0;
	position: absolute;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	border-radius: 50%;
	transition: all 0.5s ease-in-out;
	width: 0;
	top: auto;
	left: auto;
	bottom: 50%;
	overflow: hidden;
}

.overlay .overlay-content {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
}
#testimonials .overlay .overlay-content {
	margin-top: 50px;
}
.zentriert  {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

.overlay .overlay-text {
	align-content: center;
}

.overlay .kunden-info {
	opacity: 0;
	margin-bottom: 75px;
	margin-top: -75px;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.overlay .kunden-info h3 {
  margin-top: 0;
  color: #fff;
}

.kunden-overview a {
	font-size: 18px;
	color: #004386;
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	background-color: #fff;
	display: inline-block;
	margin-top: 20px;
}

.kunden-overview a:hover {
	color: #fff;
	background-color: #004386;
	transition: all 0.5s;
	-webkit-transition: all 0.5;
}

.kunden-overview .kunden-expand {
  margin-top: -500px;
  margin-left: -500px;
}

.kunden-logo, .kunden-overview .kunden-expand {
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

#testimonials .kunden-item:hover .kunden-logo {
	-webkit-transform: scale(2) rotate(-15deg);
	transform: scale(2) rotate(-15deg);
	margin-left: 0;
	margin-top: 0;
	border-radius: 50%;
	overflow: hidden;
}
.kunden-item .kunden-logo {
	border-radius: 50%;
	overflow: hidden;
}

.kunden-logo img {
	width: 150px;
	height: 150px;
	margin-top: 25px;
	margin-left: 25px;
}

#testimonials .kunden-item:hover .overlay {
	opacity: 0.8;
	bottom: 0px;
	width: 200px;
	height: 200px;
	left: auto;
	right: auto;
	top: auto;
}

#testimonials .kunden-item:hover .kunden-overview .kunden-expand {
  margin-top: 0;
  margin-left:0;
}

#testimonials .kunden-item:hover .overlay .kunden-info {
  opacity: 1;  
  margin-bottom:0;
  margin-top:0;
}

@media (max-width:767px){
.modal-container.vita {
	width: 90%;
}
}

@media (max-width:767px){
h1   {
	margin: 50px 0;
	font-size: 45px;
	overflow: hidden;
}
}

@media (max-width:767px){
.about-img .img-responsive {
	width: 100%;
}
}

@media (min-width:768px){
.visible-phone , li.visible-phone{
	display: none;
}
.modal-container.imp {
	margin-left: 15%;
	margin-right: 15%;
}
}

@media (min-width:768px){
.modal-header {
	left: 15%;
	right: 15%;
	width: 70%;
}
.close-fix .close-fix {
	right: 15%;
}
}

.dropbtn {
	background-color: #004386;
	color: white;
	padding: 15px;
	font-size: inherit;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	line-height: 20px;
	border-left: 2px solid #004386;
	border-right: 2px solid #004386;
	position: relative;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #004386;
	min-width: 160px;
	-webkit-box-shadow: 0px 11px 13px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 11px 13px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 11px 13px 0px rgba(0,0,0,0.1);
	z-index: 1;
	width: 600px;
	right: -235px;
	text-align: left;
	text-transform: uppercase;
	border: 2px solid #CAD955;
	top: 50px;
	padding-bottom: 10px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:focus,
.dropdown-content a:active,
button.top-bg:focus,
button.top-bg:active,
.dropdown-content:hover button.top-bg {
	color: #555;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #f1f1f1;
	color: #CAD955;
}
.dropdown-content a:hover img {
	opacity: 1;
	-webkit-transform: rotate(-360deg) scale(1.5);
	-moz-transform: rotate(-360deg) scale(1.5);
	transform: rotate(-360deg) scale(1.5);
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn,
.dropdown:active .dropbtn {
    background-color: #004386;
	color: #555;
}
button.dropbtn:focus,
input.modalButton:focus,
input.modalButton:active,
button.top-bg:focus,
.dropdown:focus {
	outline: none;
}
button.top-bg:active {
	color: #555;
}.kurs-bg {
	background-size: cover;
	background-image: url(../img/header/kurs-bg.jpg);
	padding-top: 15px;
}
.kurs-header {
	padding: 0;
}

@media (max-width:374px){
.item-desc {
	font-size: 12px;
}
.hidden-phone {
    visibility: hidden;
}
}
#about i.normal.fa.fa-file-text-o,
#contact i.normal.fa.fa-paper-plane-o {
	font-size: 20px;
	display: inline;
	margin-left: 10px;
	opacity: 1;
	box-shadow: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
#about .btn-default:hover i.normal.fa.fa-file-text-o,
#contact .btn-default:hover i.normal.fa.fa-paper-plane-o {
	color: #fff;
}

@media (max-width:640px){
#page-top #contact {
	background-image: url(../img/bg-sm.jpg);
    padding-top: 52vw;
}
}
input + label.sex {
    padding-top: 15px;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 15px;
}
