body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #343a40;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #023e84;
	transition-property: background,box-shadow,border,color,opacity,transform;
    transition-duration: 0.3s;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
header {position: fixed;width: 100%;z-index:9;padding-top: 15px;color:#fff}
header.affix {background: #fff;color:#343a40}
.hbottom {display: none;}
/* logo */
#logo {
	margin: 0 0 10px 0;
	filter: invert(1);
}
header.affix #logo {filter: invert(0);}
.kontakt {
    display: flex;
    justify-content: end;
}
.kontakt .oneblock {
    padding: 0 15px;
    margin-bottom: 15px;
    text-align: right;
}
.kontakt .oneblock + .oneblock {
    border-left: 1px solid #fff;
}
header.affix .kontakt .oneblock + .oneblock {
    border-left: 1px solid #343a40;
}
.kontakt .oneblock .top a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition-duration: 0s;
}
header.affix .kontakt .oneblock .top a {color: #343a40;}
.kontakt .oneblock .bottom {
    font-size: 12px;
    font-weight: 300;
}
.kontakt .oneblock .top a img {
    max-width: 16px;
    vertical-align: middle;
    margin-right: 4px;
    filter: invert(1);
}
header.affix .kontakt .oneblock .top a img {filter: invert(0);}
.social img {
    max-width: 32px;
    filter: invert(1);
}
header.affix .social img {filter: invert(0);}
.social a {
    display: inline-block;
    margin-right: 7px;
    margin-top: 4px;
}
/* menu */
#menu {
    background: #023e84;
    background-repeat: repeat-x;
    border: 0;
    min-height: 60px;
    margin: 0;
    border-radius: 0;
}
#menu .nav > li > a {
	color: #fff;
	padding: 20px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
      	min-height:auto;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
.block_with_feedback {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
}
.block_with_feedback:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    top: 0;
}
.block_with_feedback .info {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -146px;
}
#homevideo {
    max-width: 100%;
}
.herotext {
    color: #a2a2a2;
    text-align: center;
}
.herotext .subtitle {
    margin: 30px 0 0 0;
    text-transform: uppercase;
    color: #fff;
}
.herotext h1 {
    color: #fff;
    font-weight: 800;
    font-size: 50px;
    margin-top: 0;
}
.plannung {
    margin: 30px 0;
}
.elementor-star-rating__wrapper {
    margin-top: 20px;
}
.ratingsubtext {
    margin: 0;
    color: #fff;
    font-size: 12px;
}
.elementor-star-rating i {
    color: #ffedbd;
}
.elementor-star-rating i {
    display: inline-block;
    position: relative;
    font-style: normal;
    cursor: default;
}
.elementor-star-rating i:before {
    content: "\e934";
    display: block;
    font-size: inherit;
    font-family: inherit;
    position: absolute;
    overflow: hidden;
    color: #f0ad4e;
    top: 0;
    left: 0;
}
.elementor-star-rating i:not(.elementor-star-empty):before {
    content: "★";
}
.elementor-star-rating i:before {
    color: #eac357;
}
.elementor-star-rating .elementor-star-6:before {
    width: 60%;
}
.formblock {
    background: rgba(255, 255, 255, 0.3);
    padding: 30px;
    color: #fff;
}
.formblock .txt {
    font-size: 16px;
}
.formblock .txt .ttl {
    font-size: 26px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 10px;
}
.formblock .input-group {
    margin-top: 15px;
}
.formblock input {
    border: 0;
}
.formblock .input-group-addon {
    background: #fff;
    border: 0;
    color: #343a40;
}
#scroll-down-animation {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%,-50%);
}
.mouse {
  margin: 0 auto;
  display: block;
  border-radius: 30px;
  border: 2px solid #fff;
  height: 60px;
  width: 30px;
  position: relative;
}

.move {
  position: absolute;
  background-color: #fff;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  animation: move 2s linear infinite;
}

@keyframes move {
  0% {
    transform: translate(-50%,5px);
    opacity: 0;
  }
  50% {
    transform: translate(-50%,20px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%,50px);
    opacity: 0;
  }
}
#leistunger {
    margin: 50px 0;
}
.catmod {
    text-align: center;
    margin-bottom: 50px;
}
.catmod h2 {
    font-size: 32px;
    font-weight: 900;
}
.catmod h2 span {
    color: #023e84;
}
.beratung {
    color: #343a40;
    padding: 50px 30px 25px 30px;
    display: block;
    margin-bottom: 30px;
  	transition-duration: 0.5s;
}
.beratung:hover {
    color: #343a40;
}
.beratung .title {
    font-size: 32px;
    font-weight: 800;
    max-width: 170px;
    line-height: 1;
    margin-bottom: 20px;
}
.beratung:hover .title {
    color: #023e84;
}
.beratung .text {
    margin-bottom: 20px;
}
.beratung .btn {
    background: transparent;
    color: #023e84;
    border: 1px solid #023e84;
}
.beratung:hover .btn {
    background: #023e84;
    color: #fff;
    border: 1px solid #023e84;
}
.onecat {
    display: block;
    position: relative;
    background: #f8f9fa;
    padding: 50px 30px;
    margin-bottom: 30px;
  	text-decoration:none;
  	transition-duration: 0.5s;
}
.onecat:hover {
    background: #023e84;
}
.onecat .image {
    text-align: center;
    margin: 16px 0;
}
.onecat img {
    max-width: 50px;
}
.onecat:hover img {
    filter: brightness(0) invert(1);
}
.onecat .name {
    text-align: center;
    color: #343a40;
  	min-height: 151px;
}
.onecat .name .title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
  	margin-bottom:10px;
}
.onecat:hover .name, .onecat:hover .name .title {
    color: #fff;
}
#ueberuns {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
    background: url(../image/ueberuns.jpg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.ueberuns {
    position: relative;
    z-index: 3;
    background: #fff;
    padding: 30px;
}
.ueberuns h2 {
    font-size: 32px;
    font-weight: 900;
  	margin-bottom:20px;
}
.ueberuns p {
  	margin-bottom:20px;
}
.ueberuns .sttl {
    font-style: italic;
    font-weight: 600;
}
.warum {
    margin: 50px 0;
}
.warum h2 {
    font-size: 32px;
    font-weight: 900;
  	margin-bottom: 50px;
}
.warum h2 span {
    color: #023e84;
}
.oneben {
    margin-bottom: 30px;
}
.oneben .ttl {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.oneben .ttl .icon {
    margin-right: 15px;
}
.oneben .ttl .icon img {
    max-width: 36px;
}
.oneben .ttl h3 {
    margin: 0;
    color: #343a41;
}
.oneben .text {
    min-height: 60px;
}
.schritt {
    background: #444;
    padding: 50px 0;
}
.schritt h2 {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 50px;
    color: #fff;
}
.oneschritt {
    margin: 20px 0 50px 0;
    background: #fff;
    border-radius: 8px;
}
.oneschritt .image {
    border-radius: 8px 0 0 8px;
}
.oneschritt .image img {
    border-radius: 8px 0 0 8px;
    max-width: 100%;
}
.schritt .nav-tabs {
    background: #fff;
    border-radius: 50px;
    display: flex;
    border: 0;
    padding: 5px;
}
.schritt .nav-tabs>li {
    float: none;
    display: block;
    width: 25%;
    text-align: center;
}
.schritt .nav-tabs>li>a {
    color: #343a40;
    border-radius: 50px;
    border: 0;
    margin: 0;
}
.schritt .nav-tabs>li.active>a, .schritt .nav-tabs>li.active>a:focus, .schritt .nav-tabs>li.active>a:hover {
    background: #023e84;
    color: #fff;
    border: 0;
}
.schritt .nav>li>a:focus, .schritt .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.faq {
    margin: 50px 0;
}
.faq h2 {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 50px;
}
#faq {
    border: 1px solid #dddede;
    border-radius: 0;
}
#faq .panel-default {
    border-radius: 0;
    border: 0;
    background-color: #fff;
}
#faq .panel-default>.panel-heading {
    color: #3c3e44;
    background-color: #fff;
	padding: 0;
}
#faq .panel-default>.panel-heading>.panel-title>a {
    padding: 24px 60px 24px 40px;
    display: block;
}
#faq .panel+.panel {border-top: 1px solid #dddede;margin-top: 0;}
#faq .panel-body {padding: 0 40px 24px 40px;border-top: 0;}
#faq .panel-default>.panel-heading>.panel-title>a:after {
	content:'';
	width: 16px;
    height: 16px;
    position: absolute;
    right: 56px;
	background-size: 16px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgY2xhc3M9IiI+PGcgdHJhbnNmb3JtPSJtYXRyaXgoLTEgLTEuMjI0NjVlLTE2IDEuMjI0NjVlLTE2IC0xIDEyOSAxMjkpIj48Zz4KICAgIDxwYXRoIGQ9Im0xMjEuMywzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44LDBsLTUxLDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44LDAtMS42LDEuNi0xLjYsNC4yIDAsNS44bDUzLjksNTMuOWMwLjgsMC44IDEuOCwxLjIgMi45LDEuMiAxLDAgMi4xLTAuNCAyLjktMS4ybDUzLjktNTMuOWMxLjctMS42IDEuNy00LjIgMC4xLTUuOHoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6IzNDM0U0NCIgZGF0YS1vbGRfY29sb3I9IiMzYzNlNDQiPjwvcGF0aD4KICA8L2c+PC9nPiA8L3N2Zz4=);
}
#faq .panel-default>.panel-heading>.panel-title>a:hover:after {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgY2xhc3M9IiI+PGcgdHJhbnNmb3JtPSJtYXRyaXgoLTEgLTEuMjI0NjVlLTE2IDEuMjI0NjVlLTE2IC0xIDEyOSAxMjkpIj48Zz4KICAgIDxwYXRoIGQ9Im0xMjEuMywzNC42Yy0xLjYtMS42LTQuMi0xLjYtNS44LDBsLTUxLDUxLjEtNTEuMS01MS4xYy0xLjYtMS42LTQuMi0xLjYtNS44LDAtMS42LDEuNi0xLjYsNC4yIDAsNS44bDUzLjksNTMuOWMwLjgsMC44IDEuOCwxLjIgMi45LDEuMiAxLDAgMi4xLTAuNCAyLjktMS4ybDUzLjktNTMuOWMxLjctMS42IDEuNy00LjIgMC4xLTUuOHoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6IzAwQUZGRiIgZGF0YS1vbGRfY29sb3I9IiMwMGFmZmYiPjwvcGF0aD4KICA8L2c+PC9nPiA8L3N2Zz4=);}
#faq .panel-default>.panel-heading>.panel-title>a.collapsed:after {
	content:'';
	width: 16px;
    height: 16px;
    position: absolute;
    right: 56px;
	background-size: 16px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgY2xhc3M9IiI+PGc+PGc+CiAgICA8cGF0aCBkPSJtMTIxLjMsMzQuNmMtMS42LTEuNi00LjItMS42LTUuOCwwbC01MSw1MS4xLTUxLjEtNTEuMWMtMS42LTEuNi00LjItMS42LTUuOCwwLTEuNiwxLjYtMS42LDQuMiAwLDUuOGw1My45LDUzLjljMC44LDAuOCAxLjgsMS4yIDIuOSwxLjIgMSwwIDIuMS0wLjQgMi45LTEuMmw1My45LTUzLjljMS43LTEuNiAxLjctNC4yIDAuMS01Ljh6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiMzQzNFNDQiIGRhdGEtb2xkX2NvbG9yPSIjM2MzZTQ0Ij48L3BhdGg+CiAgPC9nPjwvZz4gPC9zdmc+);
}
#faq .panel-default>.panel-heading>.panel-title>a.collapsed:hover:after {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgY2xhc3M9IiI+PGc+PGc+CiAgICA8cGF0aCBkPSJtMTIxLjMsMzQuNmMtMS42LTEuNi00LjItMS42LTUuOCwwbC01MSw1MS4xLTUxLjEtNTEuMWMtMS42LTEuNi00LjItMS42LTUuOCwwLTEuNiwxLjYtMS42LDQuMiAwLDUuOGw1My45LDUzLjljMC44LDAuOCAxLjgsMS4yIDIuOSwxLjIgMSwwIDIuMS0wLjQgMi45LTEuMmw1My45LTUzLjljMS43LTEuNiAxLjctNC4yIDAuMS01Ljh6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIHN0eWxlPSJmaWxsOiMwMEFGRkYiIGRhdGEtb2xkX2NvbG9yPSIjMDBhZmZmIj48L3BhdGg+CiAgPC9nPjwvZz4gPC9zdmc+);}
.faqleft {
    text-align: center;
}
.faqleft .text {
    background: #023e84;
    display: inline-block;
    padding: 10px 20px;
    margin-top: -40px;
    color: #fff;
    line-height: 32px;
}
.faqleft img {
    max-width: 100%;
}
.faqleft .text a {
    color: #eac357;
}
.faqleft .text a:hover {
    color: #fff;
}

/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #303030;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
.rechtseite {
    padding: 100px 0;
}
.rechtseite li {
    margin-bottom: 10px;
}
.rechtseite li:before {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    content: "\f00c";
    font: normal normal normal 14px / 1 FontAwesome;
    color: #eac357;
}
.schritt .buttons {
    text-align: center;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer .h5 {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
}
footer p {display: inline-block;}
footer .list-inline {
    display: inline-block;
    margin-left: 10px;
    float: right;
}
footer .kontakt {
    display: block;
    justify-content: start;
}
footer .kontakt .oneblock + .oneblock {border-left: 0;}
.footerlogo img {
    filter: invert(1);
    margin-bottom: 20px;
    max-width: 160px;
}
.footertext {font-size: 12px;}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
    margin: 20px 0;
    padding: 0;
    background: transparent;
    border: 0;
}
.breadcrumb > li {
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}
.breadcrumb > li > a {
    color: #fff;
    text-decoration: underline;
}
.breadcrumb > li > a:hover {
    color: #fff;
    text-decoration: none;
}
.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: -5px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.breadcrumb > li:last-child:after {
    content: none;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	outline: none;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
    background-color: #023e84;
    border-color: #023e84;
    box-shadow: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #343a40;
    border-color: #343a40;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
    color: #023e84;
    background: #ffffff;
    border: 0;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #023e84;
    color: #ffffff;
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #bbb;
	font-size: 15px;
}
.rating .fa-star-o:before {
    content: "\2606";
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star:before {
    content: "\2605";
}
.rating .fa-star + .fa-star-o {
	color: #FC0;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.catgero {
    background: #023e84;
    height: 400px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position:relative;
}
.catgero h1 {
    color: #fff;
    font-weight: 800;
}
#navbarCat {
    border: 0;
    text-align: center;
  	border-radius:0;
    max-height: 50px;
  	box-shadow: 0 1px 3px rgba(54,74,178,.16), 0 2px 2px rgba(54,74,178,.04), 0 0 2px rgba(54,74,179,.08);
}
#navbarCat.affix {
    top: 130px;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #fff;
}
#navbarCat .submenu {
    float: none;
    display: inline-block;
}
video {
  width: 100% !important;
  height: auto !important;
}
#intro {
    padding: 50px 0;
}
#intro h2 {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 10px;
    text-align: center;
}
#intro .sttl {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 600;
    font-size: 20px;
}
#schritte {
    background: #f8f9fa;
    padding: 50px 0;
    color: #444;
    text-align: center;
}
#schritte h2 {
    color: #444;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 50px;
}
.eschritt {
    margin-bottom: 30px;
}
.eschritt .image {
    padding: 20px;
    border-radius: 50%;
    display: inline-block;
    border: 3px solid #023e84;
}
.eschritt .image img {
    filter: invert(0.8);
}
.eschritt .text h3 {
    color: #444;
    font-weight: 800;
}
#preise {
    padding: 50px 0;
}
#preise h2 {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 50px;
    text-align: center;
}
#preise h2 span {
    display: block;
    font-size: 24px;
    font-weight: 600;
}
#preise .table>thead>tr>th {
    border: 0;
    background: #444;
    color: #fff;
}
#calltoaction {
    background: #023e84;
    color: #fff;
    padding: 50px 0;
}
#calltoaction h2 {
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 30px;
    color: #fff;
}
#calltoaction a.tel {
    color: #fff;
}
#calltoaction p:last-child {
    margin-top: 30px;
}
.modal-confirm {		
	color: #343a40;
}
.modal-confirm .modal-content {
	padding: 20px;
	font-size: 16px;
	border-radius: 0;
	border: none;
}
.modal-confirm .modal-header {
	background: #023e84;
	border-bottom: none;   
	position: relative;
	text-align: center;
	margin: -20px -20px 0;
	border-radius: 0;
	padding: 35px;
}
.modal-confirm .ttl {
	text-align: center;
	font-size: 36px;
  	font-weight:800;
	margin: 10px 0;
  	line-height: 40px;
}
.modal-confirm .form-control, .modal-confirm .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-confirm .close {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	text-shadow: none;
	opacity: 0.5;
}
.modal-confirm .close:hover {
	opacity: 0.8;
}
.modal-confirm .icon-box {
	color: #fff;		
	width: 95px;
	height: 95px;
	display: inline-block;
	border-radius: 50%;
	z-index: 9;
	border: 5px solid #fff;
	padding: 15px;
	text-align: center;
}
.modal-confirm .icon-box i {
	font-size: 64px;
	margin: -4px 0 0 -4px;
}
.modal-confirm.modal-dialog {
	margin-top: 80px;
}
.modal-confirm .btn, .modal-confirm .btn:active {
	color: #fff;
	border-radius: 4px;
	background: #eeb711 !important;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border-radius: 30px;
	margin-top: 10px;
	padding: 6px 20px;
	border: none;
}
.modal-confirm .btn:hover, .modal-confirm .btn:focus {
	background: #eda645 !important;
	outline: none;
}
.modal-confirm .btn span {
	margin: 1px 3px 0;
	float: left;
}
.modal-confirm .btn i {
	margin-left: 1px;
	font-size: 20px;
	float: right;
}
@-webkit-keyframes phone-icon-animation {
	0%, 100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	6%, 12%, 18%, 24%, 30% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(0deg);
	}
	3%, 9%, 15%, 21%, 27% {
		-webkit-transform: rotate(10deg);
		transform: rotate(0deg);
	}
	33% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-moz-keyframes phone-icon-animation {
	0%, 100% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	6%, 12%, 18%, 24%, 30% {
		-moz-transform: rotate(-10deg);
		transform: rotate(0deg);
	}
	3%, 9%, 15%, 21%, 27% {
		-moz-transform: rotate(10deg);
		transform: rotate(0deg);
	}
	33% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@-o-keyframes phone-icon-animation {
	0%, 100% {
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	6%, 12%, 18%, 24%, 30% {
		-o-transform: rotate(-10deg);
		transform: rotate(0deg);
	}
	3%, 9%, 15%, 21%, 27% {
		-o-transform: rotate(10deg);
		transform: rotate(0deg);
	}
	33% {
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes phone-icon-animation {
	0%, 100% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	6%, 12%, 18%, 24%, 30% {
		-moz-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		-o-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	3%, 9%, 15%, 21%, 27% {
		-moz-transform: rotate(10deg);
		-ms-transform: rotate(10deg);
		-o-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	33% {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}
.stars-rating label {display: block;}
.stars-rating .wrap {display: inline-block; font-size: 0;}
.stars-rating .wrap span {font-size: 16px; line-height: 16px; cursor: pointer;margin-right: 5px;}
.stars-rating .wrap span:before {content: "\2606"; color: #bbb;}
.stars-rating .wrap:not([data-rate="0"]) span:before {content: "\2605";}
.stars-rating .wrap:hover span:before {content: "\2605"; color: #fc0;}
.stars-rating .wrap:hover span:hover ~ span:before {color: #bbb;}
.stars-rating .wrap[data-rate="1"] span:nth-child(-n+1):before,
.stars-rating .wrap[data-rate="2"] span:nth-child(-n+2):before,
.stars-rating .wrap[data-rate="3"] span:nth-child(-n+3):before,
.stars-rating .wrap[data-rate="4"] span:nth-child(-n+4):before,
.stars-rating .wrap[data-rate="5"] span:nth-child(-n+5):before {color: #fc0;}
#bewertungen {
    background: #f8f9fa;
    padding: 50px 0;
    color: #444;
}
#bewertungen h2 {
    color: #444;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 50px;
    text-align: center;
}
.review-item {
    border: 1px solid #dddede;
    background: #fff;
    border-radius: 0;
    margin-bottom: 15px;
    padding: 20px 25px;
}
.revblock {
    border: 1px solid #dddede;
    background: #fff;
    border-radius: 0;
    margin-bottom: 15px;
    padding: 20px 25px;
}
.review-item .revhed {margin-bottom: 15px;}
#mobile-menu-wrapper {display: none;}
@media (max-width: 767px) {
  header.affix {box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);}
  .htop {display: none;}
  .hbottom {display: block;}
  #burger-btn {
    padding: 0;
    border: 0;
    background: transparent;
    width: 25px;
    height: 15px;
    position: relative;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    vertical-align: middle;
  }
  #burger-btn span {
    width: 25px;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -1px;
  }
  .kontakt .oneblock .top a img {
	-webkit-animation: phone-icon-animation 2s ease-in-out 5s infinite;
    -moz-animation: phone-icon-animation 2s ease-in-out 5s infinite;
    -o-animation: phone-icon-animation 2s ease-in-out 5s infinite;
    animation: phone-icon-animation 5s ease-in-out 0s infinite;  
  }
  header.affix #burger-btn {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  }
  header.affix #burger-btn span {
    background: #000;
  }
  #mobile-menu-wrapper {
      height: 100%;
      max-width: 270px;
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1111;
      box-sizing: border-box;
      background: #fff;
      color: #000;
      transform: translateX(-100%);
      transition: transform 0.2s cubic-bezier(.4,0,.2,1);
      display: block;
  }
  #mobile-menu-wrapper.active {transform:translateX(0);}
  .main-mob-menu {
    list-style: none;
    padding-inline-start: 0;
  }
  .main-mob-menu a {
        display: block;
        grid-gap: 0 15px;
        align-items: center;
        padding: 12px 20px;
        border-bottom: 1px solid #f1f1f1;
        width: 100%;
        box-sizing: border-box;
        font-size: 14px;
        text-decoration: unset;
        font-weight: 500;
        background: transparent;
        color: #000;
   }
  .main-mob-menu a img {margin-right: 15px;}
  #mobile-menu-close-wrapper {
    position: fixed;
    z-index: 111;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.35);
    cursor: pointer;
  }
  #scroll-down-animation {display: none;}
  #logo {margin: 10px 0;}
  .hbottom #logo {margin-top: 0px;}
  .block_with_feedback .info {top: 110px;margin-top: 0;}
  .herotext h1 {font-size: 32px;}
  #scroll-down-animation {bottom: 0;}
  .block_with_feedback {background: url(../image/home.jpg);}
  .schritt .nav-tabs {
    border-radius: 0;
    display: flex;
    white-space: nowrap;
    width: calc(100% + 30px);
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0 -15px;
  }
  .schritt .nav-tabs>li {
    display: inline-block;
    width: auto;
  }
  .schritt .nav-tabs>li>a {
    border-radius: 0;
  }
  .rechtseite {padding: 20px;}
  #navbarCat .submenu {
    float: none;
    display: flex;
    white-space: nowrap;
    justify-content: start;
    overflow: auto;
  }
  #navbarCat.affix {top: 49px;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);z-index: 8;}
  .eschritt {display: flex;margin-bottom: 0;align-items: center;padding: 10px 0;}
  .eschritt .image {width: 96px;height: 96px;margin-right: 15px;}
  .eschritt .text {text-align: left;}
  .footertext {margin-bottom: 20px;}
  footer .kontakt {margin-top: 20px;}
  footer .kontakt .oneblock {text-align: center;}
  footer p {display: block;text-align: center;}
  footer .list-inline {display: flex;margin-left: 0;float: none;justify-content: center;}
  .onecat {
    display: flex;
    text-align: left;
    padding: 20px 30px;
  }
  .onecat .image {
    text-align: left;
    margin-right: 20px;
    margin-top: 0;
  }
  .onecat img {max-width: 24px;}
  .onecat .name {text-align: left;min-height: auto;}
  select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {font-size: 15px;}
}
