@import url(animate.css);
@font-face {
  font-family: "Open Sans"; 
  src: url('../fonts/OpenSans-Regular.ttf');
}
@font-face {
  font-family: "Roboto"; 
  src: url('../fonts/OpenSans-Regular.ttf');
}
/*========================================================
                      Main Styles
=========================================================*/
.freepik{
  position: absolute;
  bottom: 5%;
  margin-left: 20px;
  color: rgb(229, 229, 229) !important;
}
body {
  color: #acacac;
  font: 400 14px/24px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none; }

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

h1 {
	color: orange;
  font-size: 50px;
  line-height: 50px; }

h2 {
  font-size: 48px;
  line-height: 48px;
  color: #ffffff; }
  @media (max-width: 1199px) {
    h2 {
      font-size: 38px;
      line-height: 38px; } }
  @media (max-width: 991px) {
    h2 {
      font-size: 28px;
      line-height: 28px; } }

h3 {
  font-size: 36px;
  line-height: 36px;
  font-family: 'Roboto', sans-serif;
  color: rgb(60, 179, 143);;
  color: #111;
}
  @media (min-width: 991px) and (max-width: 1199px) {
    h3 {
      font-size: 26px;
      line-height: 26px; } }
  @media (max-width: 991px) {
    h3 {
      font-size: 26px;
      line-height: 26px; } }

h4 {
  font-size: 24px;
  line-height: 29px;
  color: rgb(60, 179, 143);;
  color: #111;
  letter-spacing: 0.3px; }
  h4 a:hover {
    color: #acacac; }

h5 {
  font-size: 22px;
  line-height: 22px; }

h6 {
  font-size: 14px;
  line-height: 14px; }

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline; }
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none; }

time {
  display: block; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 100;
  font-family: "FontAwesome"; }

.page {
  overflow: hidden;
  min-height: 500px; }
  .lt-ie9 .page {
    min-width: 1200px; }

.center {
  text-align: center; }

@media (max-width: 1199px) {
  .div_center {
    text-align: center; } }

.inset {
  padding: 0 60px; }
  @media (max-width: 767px) {
    .inset {
      padding: 0 20px; } }

/*=======================================================
                Primär + Sekundär Farben
=========================================================*/

.primary{
  /* color: rgb(60, 179, 143); !important; */
  color: rgb(60, 179, 143) !important;
}
.secundary{
  color: orangered;
}

/*=======================================================
                       Main Layout
=========================================================*/
h3 + * {
  margin-top: 27px; }

p + img {
  margin-top: 31px; }

p + .pic_box {
  margin-top: 31px; }

p + .btn {
  margin-top: 23px; }

.btn + h3 {
  margin-top: 47px; }

h4 + .list {
  margin-top: 22px; }

.list + .btn1 {
  margin-top: 10px; }

h4 + .offs1 {
  margin-top: 13px; }

.offs1 + .btn1 {
  margin-top: 26px; }
  @media (max-width: 991px) {
    .offs1 + .btn1 {
      margin-top: 10px; } }

h3 + .offs2 {
  margin-top: -5px; }

h3 + .offs3 {
  margin-top: 34px; }

.offs3 + p {
  margin-top: 32px; }

p + p {
  margin-top: 14px; }

h3 + .index-list {
  margin-top: 30px; }

p + .list {
  margin-top: 26px; }

.list + p {
  margin-top: 27px; }

h3 + .offs4 {
  margin-top: 4px; }

img + h4 {
  margin-top: 29px; }

h4 + p {
  margin-top: 27px; }

h3 + blockquote {
  margin-top: 26px; }

h3 + .offs5 {
  margin-top: 29px; }

.offs5 + .row {
  margin-top: -4px; }

h3 + .offs6 {
  margin-top: 5px; }

.offs7 {
  margin-top: -7px; }

.offs8 {
  margin-top: 2px; }

.offs9 {
  margin-top: -2px; }

.offs10 {
  margin-top: 33px; }

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  text-transform: uppercase;
  padding-left: 94px;
  display: inline-block;
  position: relative;
  font-weight: 700;
  padding-bottom: 1px;
  color: #ffffff;
}

.brand_name {
    overflow: hidden;
    font-size: 20px;
    line-height: 20px;
	text-align: left;
}
    .brand_name span {
      display: block;
      font-size: 14px;
      line-height: 14px;
      margin-top: 3px;
      letter-spacing: 0.3px; }

.brand_name a:before {
      background: url("../images/logo.png") no-repeat;
		background-size: contain;
      content: "";
      left: 40px;
      position: absolute;
      top: -5px;
      width: 45px;
      height: 67px;
}

.brand_slogan {
    font-size: 20px;
    line-height: 20px;
    margin-top: 1px;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #acacac; }

/*==================    Buttons    ======================*/
.btn {
  padding: 9px 22px 10px;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  color: #333333;
  border: 1px solid #cccccc;
  border-radius: 6px; }
  .btn:hover, .btn:active {
    color: #ffffff;
    background: rgb(60, 179, 143);;
    border: 1px solid #ffffff; }

.btn1 {
  padding: 4px 23px 4px 22px;
  font-size: 13px;
  color: #ffffff;
  border: 1px solid #357ebc;
  border-radius: 6px;
  background: #428bca;
  font-weight: 600; }
  .btn1:hover, .btn1:active {
    color: #333333;
    border: 1px solid #cccccc;
    background: #ffffff; }

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0; }
.box:after {
  clear: both; }
@media (max-width: 1199px) {
  .box {
    text-align: center; } }
.box .aside {
  float: left; }
  @media (max-width: 1199px) {
    .box .aside {
      float: none;
      margin: 0; } }
.box .cnt {
  overflow: hidden; }
  .box .cnt a:hover {
    color: rgb(60, 179, 143);; }

.box1 {
  margin-top: 29px; }
  .box1 .aside {
    font-size: 48px;
    line-height: 50px;
    margin-left: 14px;
    margin-right: 42px;
    color: #428bca; }
    @media (max-width: 1199px) {
      .box1 .aside {
        margin: 0; } }
    .box1 .aside a:hover {
      color: #acacac; }
  .box1 .cnt h4 {
    font-weight: 600; }
  @media (max-width: 1199px) {
    .box1 .cnt {
      margin-top: 10px; } }
  .box1 .cnt a:hover {
    color: #acacac; }

.box1 + .box1 {
  margin-top: 25px; }

/*==================      Text header      ======================*/
.text_header {
  color: #ffffff;
  margin-top: 19.1%; }
  @media (max-width: 991px) {
    .text_header {
      margin-top: 25%; } }
  .text_header h2 {
    text-transform: uppercase;
    font-weight: 700; }
  .text_header p {
    font-size: 24px;
    margin-top: 19px; }

/*==================      Pic box      ======================*/
.pic_box {
  overflow: hidden; }
  @media (max-width: 767px) {
    .pic_box {
      position: relative;
      left: 61%;
      -moz-transform: translatex(-50%);
      -ms-transform: translatex(-50%);
      -o-transform: translatex(-50%);
      -webkit-transform: translatex(-50%);
      transform: translatex(-50%); } }
  .pic_box .pic {
    margin-right: 3px; }
  .pic_box figure {
    float: left;
    margin-bottom: 3px; }
    @media (max-width: 1199px) {
      .pic_box figure {
        width: 49%; } }
    @media (max-width: 767px) {
      .pic_box figure {
        width: 38%; } }

/*======================     Hr     ==========================*/
.hr, .hr1, .hr2, .hr3, .hr4, .hr5, .hr6, .hr7, .hr8, .hr9, .hr10, .hr11 {
  border-bottom: 1px solid #acacac; }

.hr {
  padding-bottom: 34px; }

.hr1 {
  padding-bottom: 39px; }

.hr2 {
  padding-bottom: 37px; }

.hr3 {
  padding-bottom: 52px; }

.hr4 {
  padding-bottom: 48px; }

.hr5 {
  padding-bottom: 45px; }

.hr6 {
  padding-bottom: 56px; }

.hr7 {
  padding-bottom: 53px; }

.hr8 {
  padding-bottom: 54px; }

.hr9 {
  padding-bottom: 55px; }

.hr10 {
  padding-bottom: 51px; }

.hr11 {
  padding-bottom: 49px; }

/*======================     list     ==========================*/
.list li {
  margin-bottom: 12px; }
  .list li:last-child {
    margin-bottom: 0px; }
  .list li a {
    color: rgb(60, 179, 143);; }
    .list li a:hover {
      color: #acacac;
      text-decoration: none; }
    @media (max-width: 1199px) {
      .list li a {
        font-size: 13px; } }
    @media (max-width: 991px) {
      .list li a {
        font-size: 14px; } }

/*==================     Thumb     ======================*/
.thumb {
  overflow: hidden;
  position: relative;
  display: block;
  text-align: center; }
  .thumb img {
    height: auto;
    transition: all 0.5s ease 0s;
    width: 100%; }

.thumb:hover img {
  transform: scale(1.2); }

.thumb_overlay {
  background: transparent none repeat scroll 0 0;
  bottom: 0;
  color: #333333;
  left: 0px;
  position: absolute;
  right: 0;
  opacity: 0;
  font-size: 60px;
  padding-top: 43%;
  top: 0;
  transition: all 0.3s ease 0s; }
  @media (max-width: 360px) {
    .thumb_overlay {
      line-height: 36px;
      font-size: 60px; } }
  .thumb_overlay:hover {
    opacity: 1; }

.thumb:hover .thumb_overlay {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0; }

/*==================     Address     ======================*/
address {
  font-weight: 300; }
  address h4 {
    color: #acacac; }
  address a:hover {
    color: rgb(60, 179, 143);;
    text-decoration: none; }
  address p {
    font-size: 18px; }

/*==================     Index list     ======================*/
.index-list {
  counter-reset: li;
  position: relative;
  text-align: left; }
  .index-list li + li {
    margin-top: 28px; }
  .index-list li div {
    padding-left: 69px; }
    .index-list li div p {
      margin-top: 27px; }
  .index-list li:before {
    content: counter(li,decimal-leading-zero) ".";
    counter-increment: li;
    position: absolute;
    font-size: 36px;
    font-family: "Georgia", sans-serif;
    color: rgb(60, 179, 143);; }

.index-list1 {
  margin-top: 64px; }
  .index-list1 li + li {
    margin-top: 23px; }
  .index-list1 li p + p {
    margin-top: 13px; }
  .index-list1 li:before {
    margin-top: 1px; }

/*==================     Follow icon     ======================*/
.follow_icon {
  margin-top: 27px;
  overflow: hidden; }
  .follow_icon li {
    float: left;
    margin-right: 12px; }
    .follow_icon li a {
      background: rgb(60, 179, 143);;
      color: #ffffff;
      font-size: 12px;
      height: 20px;
      line-height: 20px;
      text-align: center;
      width: 20px; }
      .follow_icon li a:hover {
        background: #acacac; }
  @media (max-width: 991px) {
    .follow_icon {
      position: relative;
      left: 50%;
      margin-left: -60px; } }

/*==================     Blockquote     ======================*/
blockquote .aside {
  margin-right: 30px;
  margin-top: 8px; }
blockquote .cnt h4 {
  margin-left: -2px;
  margin-top: 26px; }
@media (max-width: 1199px) {
  blockquote .cnt {
    margin-top: 10px; } }

/*==================     Address     ======================*/
.address p + p {
  margin-top: 0; }
.address .address_offs1 {
  padding-left: 33px; }
.address .address_offs2 {
  padding-left: 78px; }
.address_offs3 {
  font-weight: 500;
  color: rgb(60, 179, 143) !important; 
}
  .address .address_offs3:hover {
    color: #acacac; }
.address .address_offs4 {
  padding-left: 35px; }
.address span {
  color: rgb(60, 179, 143);;
  font-weight: 600;
  margin-top: 29px;
  line-height: 30px;
  font-size: 24px;
  letter-spacing: 0; }
.address p {
  font-size: 14px; }
.address span + p {
  margin-top: 29px; }

/*==================     Term list     ======================*/
.term-list {
	text-align: center;
  margin-top: 27px; }
  .term-list dt {
    margin-top: 27px;
    font-size: 24px;
    color: rgb(60, 179, 143);;
    font-weight: 600;
    line-height: 29px; }
  .term-list dd {
    font-size: 14px;
    margin-top: 27px; }
  .term-list .term_offs {
    margin-top: 14px; }
  .term-list .term_offs1 {
    margin-top: 24px; }
    .term-list .term_offs1 a {
      color: rgb(60, 179, 143);; }
      .term-list .term_offs1 a:hover {
        color: #acacac; }

/*========================   Menu   ==========================*/
.stuck_div {
  padding: 0 0 0 71px;
  background: #acacac;
  position: fixed;
  right: 156px;
  top: 29px;
  z-index: 9999; }

#menu li span {
  position: absolute;
  right: 8px;
  text-align: right;
  top: 14px;
  transition: all 0.25s ease 0s;
  z-index: 0; }
  #menu li span:before {
    color: #fff;
    content: "\f104";
    font-family: FontAwesome;
    font-size: 12px; }

.sf-menu {
  width: 200px;
  text-align: right;
  display: inline-block; }
  .sf-menu:before, .sf-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .sf-menu:after {
    clear: both; }
  .sf-menu > li {
    position: relative; }
  .sf-menu a {
    display: block; }

.sf-menu {
  display: none; }
  .sf-menu li + li {
    margin-top: 1px; }
  .sf-menu > li > a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 20px;
    background: #333333; }
  .sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
    text-decoration: underline;
    background: rgb(60, 179, 143);; }
  .sf-menu > li.active > a {
    text-decoration: underline;
    background: rgb(60, 179, 143);; }

.sf-menu ul {
  display: none;
  position: absolute;
  top: -61%;
  width: 200px;
  margin-top: 10px;
  padding: 10px 0 10px;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.sf-menu ul {
  right: 100.5%; }
  .sf-menu ul > li {
    position: relative; }
    .sf-menu ul > li > a {
      color: #ffffff;
      font-size: 18px;
      font-weight: 600;
      padding: 15px 20px;
      background: #333333; }
    .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
      text-decoration: underline;
      background: rgb(60, 179, 143);; }

.sf-menu ul ul {
  right: 100.5%;
  position: absolute;
  top: 6%;
  width: 200px;
  margin-top: 0;
  padding: 0;
  z-index: 4; }

.sf-menu ul ul > li > a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 20px;
  background: #333333; }
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  text-decoration: underline;
  background: rgb(60, 179, 143);; }

@media (max-width: 767px) {
  .sf-menu, .nav_fixed {
    display: none; } }
/*================    Trigger Menu =================*/
header {
  position: relative; }
  header #menu.nav {
    opacity: 0;
    position: fixed;
    right: 156px;
    top: 91px;
    z-index: 999;
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  header #menu.active-menu {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    position: fixed;
    opacity: 1; }
    header #menu.active-menu .sf-menu {
      display: block; }

.trig {
  text-align: center;
  width: 61px;
  height: 61px;
  display: inline-block;
  position: relative;
  z-index: 99999;
  line-height: 61px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .trig span {
    position: absolute;
    font-size: 18px;
    color: #ffffff;
    right: 60px;
    font-weight: 600;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .trig span:hover {
      color: #333333; }
  .trig:after {
    background: url("../images/bars.png") no-repeat;
    content: "";
    left: 20px;
    position: absolute;
    top: 25px;
    width: 28px;
    height: 15px;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -webkit-transition: 0.1s;
    transition: 0.1s; }
  .trig:before {
    font-size: 24px;
    color: black;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #ffffff;
    opacity: 0; }
  .trig:hover:before {
    color: #333333; }
  .trig:hover span {
    color: #333333; }
  @media (max-width: 767px) {
    .trig {
      display: none; } }

a.active-menu:after {
  opacity: 0; }
a.active-menu:before {
  opacity: 1;
  content: '\f078';
  font-family: FontAwesome;
  font-size: 24px;
  color: #ffffff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.scroll-top {
  top: 3px; }

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .rd-mobilemenu.active {
    right: 0; }

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
  .rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px; }
    .rd-mobilemenu_ul a.active {
      background: #f5f5f5;
      color: #2d2d2d; }
    .rd-mobilemenu_ul a:hover {
      background: #acacac;
      color: #FFF; }
    .rd-mobilemenu_ul a .rd-submenu-toggle {
      position: absolute;
      top: 50%;
      right: 11px;
      margin-top: -17.5px;
      width: 32px;
      height: 32px;
      font: 400 10px "FontAwesome";
      line-height: 32px;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -moz-transition: 0.5s all ease;
      -o-transition: 0.5s all ease;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1); }
      .rd-mobilemenu_ul a .rd-submenu-toggle:after {
        content: '\f078'; }
      .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
        background: #FFF;
        color: #666; }
    .rd-mobilemenu_ul a.rd-with-ul {
      position: relative; }
      .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
  .rd-mobilemenu_ul ul a {
    padding-left: 40px; }
  .rd-mobilemenu_ul ul ul a {
    padding-left: 60px; }
  .rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px; }

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991; }

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px; }
  .rd-mobilepanel_toggle span {
    position: relative;
    display: block;
    margin: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
      content: "";
      position: absolute;
      left: 0;
      top: -8px;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .rd-mobilepanel_toggle span:after {
      top: 8px; }
    .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
      width: 24px;
      height: 4px;
      background-color: #000;
      backface-visibility: hidden;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
  .rd-mobilepanel_toggle span {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
    .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center;
      -moz-transform-origin: 1.71429px center;
      -ms-transform-origin: 1.71429px center;
      -o-transform-origin: 1.71429px center;
      -webkit-transform-origin: 1.71429px center;
      transform-origin: 1.71429px center; }
  .rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); }
    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
      top: 0;
      width: 15px; }
    .rd-mobilepanel_toggle.active span:before {
      -webkit-transform: rotate3d(0, 0, 1, -40deg);
      transform: rotate3d(0, 0, 1, -40deg); }
    .rd-mobilepanel_toggle.active span:after {
      -webkit-transform: rotate3d(0, 0, 1, 40deg);
      transform: rotate3d(0, 0, 1, 40deg); }

@media (max-width: 767px) {
  body {
    padding-top: 56px; }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block; } }
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px; } }
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #444;
  z-index: 999;
  border-bottom: 1px solid #333333; }

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important; } }
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: rgb(60, 179, 143);
  border-radius: 50%;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20; }
  .toTop:hover {
    color: #fff;
    background: #acacac;
    text-decoration: none; }

.mobile .toTop,
.tablet .toTop {
  display: none !important; }

/*========================================================
                     HEADER  Section
=========================================================*/
.header {
  /* background: url("../images/page-2_img01.jpg") no-repeat scroll 0 0; */
  background-color: white;
  background-size: cover;
  padding: 42px 0 36px; }

header {
  /* background: url("../images/freepik/young-it-service-man-repairing-computer-s.jpg") no-repeat scroll 0 0; */
  /* background: url("../images/freepik/cloud-hosting-concept-illustration/3075838.jpg") no-repeat scroll 0 0; */
  background-size: contain;
  background-position: center;
  padding: 42px 0 89px;
  position: relative;
  z-index: 11;
  width: 100%;
  height: 100%;
  margin: 0; }
  header .brand {
    float: left; }
  header .nav {
    float: right; }
  @media (max-width: 767px) {
    header {
      text-align: center; }
      header .brand, header .nav {
        float: none; } }

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block; }

/*==================      Well     ======================*/
.well {
  padding-top: 36px; }

.well1 {
  padding-top: 42px; }

.well2 {
  padding-top: 33px; }

.well3 {
  padding-top: 54px; }

.well4 {
  padding-top: 54px; }

.well5 {
  padding-top: 47px; }

.well6 {
  padding-top: 48px; }

.well7 {
  padding-top: 49px; }

.well8 {
  padding-top: 47px; }

.well9 {
  padding-top: 47px; }

.well10 {
  padding-top: 49px; }

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding: 20px 0 68px; }
  footer h4 {
    font-weight: 600; }
  @media (max-width: 991px) {
    footer {
      text-align: center; } }
  footer .brand_name, footer .brand_slogan {
    color: #4a4a4a; }
  footer .copyright {
    margin-top: 23px; }
    footer .copyright a:hover {
      color: rgb(60, 179, 143);; }
  footer address {
    margin-top: 15px; }
    footer address span {
      line-height: 36px;
      letter-spacing: 0;
      font-size: 24px;
      line-height: 29px; }
      @media (min-width: 991px) and (max-width: 1199px) {
        footer address span {
          font-size: 18px;
          line-height: 21px; } }
    footer address p {
      margin-top: 12px; }
      @media (min-width: 991px) and (max-width: 1199px) {
        footer address p {
          font-size: 15px;
          line-height: 15px; } }
    footer address .address_offs1 {
      margin-top: 8px; }
    footer address .address_offs2 {
      margin-left: 42px; }
    footer address .address_offs3 {
      margin-left: 0px; }
    footer address a {
      margin-left: 5px; }
  footer .brand {
    margin-left: 3px;
    margin-top: 11px; }

/*# sourceMappingURL=style.css.map */

.orange{
	color: orange;
	text-align: left;
}
.white{
	color: white;
	text-align: left;
}
strong{
	color: #111;
}
iframe{
	width: 100%;
	height: 400px;
}
.w100 {
    width: 100%;
    height: auto;
}
#kontakt-img {
    width: 50%;
    height: auto;
    background-size: cover;
    float: left;
    margin-right: 5%;
    margin-bottom: 5%;
}
#warum {
    font-size: 1.8em;
    line-height: 3em;
    font-weight: 400;
}
#dazu {
    width: 50%;
    float: right;
}
#dazu2 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}
b.count {
    color: #222;
    font-weight: bold;
}


.logo{
  width: 300px !important;
  height: auto;
}