/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/*Allgemein*/
/* line 2, templates/g5_hydrogen/custom/scss/custom.scss */
body {
  font-size: 1.1rem !important;
}
/* line 6, templates/g5_hydrogen/custom/scss/custom.scss */
#g-page-surround {
  background: transparent !important;
}
/* line 10, templates/g5_hydrogen/custom/scss/custom.scss */
p {
  font: inherit !important;
}
/* line 14, templates/g5_hydrogen/custom/scss/custom.scss */
h2 {
  font-size: 1.1rem;
}
/* line 18, templates/g5_hydrogen/custom/scss/custom.scss */
a.logo img {
  max-width: 30%;
}
/* line 23, templates/g5_hydrogen/custom/scss/custom.scss */
hr {
  height: auto;
  margin: 0px 0px 40px;
  border: 0px none;
  font-family: arial;
  font-size: 15px;
  display: block;
  clear: both;
  padding: 0px;
  text-align: center;
  line-height: 1;
}
/* line 36, templates/g5_hydrogen/custom/scss/custom.scss */
hr::after {
  content: '\00A0\f13a\00A0';
  height: 0px;
  letter-spacing: 0em;
  color: #000;
  font-family: fontawesome;
  font-size: 1.4em;
}
/* line 45, templates/g5_hydrogen/custom/scss/custom.scss */
.strich::after {
  content: ' ';
  height: 0px;
  letter-spacing: 0em;
  color: #000;
  font-family: fontawesome;
  font-size: 1.4em;
}
/* line 53, templates/g5_hydrogen/custom/scss/custom.scss */
.strich {
  border-bottom: 1px solid #e2e2e2;
}
/* line 57, templates/g5_hydrogen/custom/scss/custom.scss */
span.orange {
  background: #efcf94;
  padding: 3px;
}
/*Header*/
/* line 65, templates/g5_hydrogen/custom/scss/custom.scss */
#g-headern .g-content {
  padding: 0;
}
/*Navigation*/
/* line 75, templates/g5_hydrogen/custom/scss/custom.scss */
#g-navigation {
  text-transform: uppercase !important;
}
/* line 79, templates/g5_hydrogen/custom/scss/custom.scss */
li.pagenav-next {
  background: none !important;
  padding-right: 0px !important;
}
/* line 84, templates/g5_hydrogen/custom/scss/custom.scss */
li.pagenav-prev {
  background: none !important;
  padding-left: 0px !important;
}
/*Menü Animation*/
/*Navigation*/
/* line 94, templates/g5_hydrogen/custom/scss/custom.scss */
span.g-menu-item-content {
  -moz-transform: skewX(0deg);
  -webkit-transform: skewX(0deg);
  -o-transform: skewX(0deg);
  -ms-transform: skewX(0deg);
  transform: skewX(0deg);
}
/* line 102, templates/g5_hydrogen/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  /* border-radius: 15px; */
  /* padding: 10px; */
  /* margin: 6px; */
}
/* line 122, templates/g5_hydrogen/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ef8d2b;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
/* line 143, templates/g5_hydrogen/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container:hover, #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container:focus, #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container:active {
  color: #fff !important;
}
/* line 147, templates/g5_hydrogen/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container:hover:before, #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container:focus:before, #g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/* line 158, templates/g5_hydrogen/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active {
  background: transparent !important;
}
/* line 162, templates/g5_hydrogen/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #525252;
}
/* line 167, templates/g5_hydrogen/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: #000;
}
/* line 171, templates/g5_hydrogen/custom/scss/custom.scss */
.g-main-nav .g-sublevel > li > .g-menu-item-container {
  padding: 0.7815rem 1rem;
  color: #000 !important;
}
/* line 176, templates/g5_hydrogen/custom/scss/custom.scss */
#g-navigation .g-main-nav .g-sublevel > li > .g-menu-item-container {
  display: block;
  vertical-align: middle;
  transform: translateZ(0px);
  box-shadow: 0px 0px 1px transparent;
  backface-visibility: hidden;
  position: relative;
  background: #eee none repeat scroll 0% 0% !important;
  transition-property: color;
  transition-duration: 0.3s;
  margin-right: 0px;
  border-bottom: 0px solid #807f7f;
  /*-moz-transform: skewX(-8deg);
   -webkit-transform: skewX(-8deg);
   -o-transform: skewX(-8deg);
   -ms-transform: skewX(-8deg);
   transform: skewX(-8deg);
   */
}
/* line 199, templates/g5_hydrogen/custom/scss/custom.scss */
#noop a {
  color: #4d4e4e;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 200%;
}
/* line 207, templates/g5_hydrogen/custom/scss/custom.scss */
#noop a:hover {
  color: #807f7f;
}
/*Page Navigation*/
/* line 211, templates/g5_hydrogen/custom/scss/custom.scss */
ul.pagenav h3 {
  padding: 0px 0px 10px 0px;
  text-transform: uppercase;
  font-weight: 600;
}
/* line 216, templates/g5_hydrogen/custom/scss/custom.scss */
ul.pagenav li {
  margin-bottom: 20px;
  background: transparent;
  padding: 5px;
  border-top: 2px solid #a79f9f;
}
/* line 223, templates/g5_hydrogen/custom/scss/custom.scss */
li.pagenav-next {
  text-align: right;
}
/* line 229, templates/g5_hydrogen/custom/scss/custom.scss */
#start-main ul li {
  background: url('../../images/verification-checkmark.png') no-repeat 0;
  padding-left: 30px;
  margin: 0px 0px 10px 0px;
  font-weight: normal;
}
/* line 236, templates/g5_hydrogen/custom/scss/custom.scss */
#start-main ul {
  margin-left: 0rem;
  padding: 0;
}
/* line 241, templates/g5_hydrogen/custom/scss/custom.scss */
ul li {
  list-style-type: none;
}
/* line 245, templates/g5_hydrogen/custom/scss/custom.scss */
#g-subfeature {
  padding: 0.5rem 0;
  color: #666;
  border-top: 0px solid rgba(0, 0, 0, 0.05);
  border-bottom: 0px solid rgba(0, 0, 0, 0.05);
}
/*News*/
/*
 .ns2-wrap {
 background: #9BC3DA none repeat scroll 0% 0%;
 border: 0px solid;
 border-radius: 0px;
 padding-left: 5px;
 padding-right: 5px;
 margin-top: 10px;
 width: 40%;
 float: right;
 margin-left: 20px;
 margin-bottom: 10px;
 -moz-transform: skewX(-8deg);
 -webkit-transform: skewX(-8deg);
 -o-transform: skewX(-8deg);
 -ms-transform: skewX(-8deg);
 transform: skewX(-8deg);
 }
 */
/* line 274, templates/g5_hydrogen/custom/scss/custom.scss */
h1.newsheader {
  text-align: center;
}
/* line 278, templates/g5_hydrogen/custom/scss/custom.scss */
h1.newsheader:after {
  content: '\00A0\f1ea\00A0';
  height: 0px;
  letter-spacing: 0em;
  color: #000;
  font-family: fontawesome;
  font-size: 0.6em !important;
  display: block;
  padding-top: 18px;
}
/* line 291, templates/g5_hydrogen/custom/scss/custom.scss */
.ns2-wrap {
  border: 0px dotted #000;
  border-radius: 0px;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;
  width: 100%;
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
  border-radius: 0px;
}
/* line 307, templates/g5_hydrogen/custom/scss/custom.scss */
.ns2-inner {
  padding: 6px;
}
/* line 311, templates/g5_hydrogen/custom/scss/custom.scss */
a.ns2-readmore span {
  padding: 0 0 0 0px !important;
  background: none !important;
}
/* line 316, templates/g5_hydrogen/custom/scss/custom.scss */
#wir .g-content {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
/* line 321, templates/g5_hydrogen/custom/scss/custom.scss */
#wir2 {
  margin-bottom: 30px;
}
/*
 .ns2-created {
 font-size: 12px;
 -moz-transform: skewX(8deg);
 -webkit-transform: skewX(8deg);
 -o-transform: skewX(8deg);
 -ms-transform: skewX(8deg);
 transform: skewX(8deg);
 color: #312F2F;
 }
 */
/* line 338, templates/g5_hydrogen/custom/scss/custom.scss */
.ns2-created {
  font-size: 12px;
  color: #312f2f;
}
/* line 343, templates/g5_hydrogen/custom/scss/custom.scss */
.ns2-title {
  margin: 5px 0px 5px 0px !important;
}
/* line 347, templates/g5_hydrogen/custom/scss/custom.scss */
ns2-introtext {
  margin: 5px 0px 3px 0px !important;
}
/*
 p.ns2-introtext {
 -moz-transform: skewX(8deg);
 -webkit-transform: skewX(8deg);
 -o-transform: skewX(8deg);
 -ms-transform: skewX(8deg);
 transform: skewX(8deg);
 }
 */
/*Showcase*/
/*Slider*/
/* line 365, templates/g5_hydrogen/custom/scss/custom.scss */
.slides:before {
  position: absolute;
  width: 100%;
  background: url('../../../../joomla/images/bottom-curve-mask-small.svg') no-repeat scroll center bottom 0px / 200% auto transparent;
  bottom: 1.3em;
  left: 0px;
  right: 0px;
  z-index: 5;
  height: 1.25em;
  content: "";
  background-image: url('../../../../joomla/images/bottom-curve-mask-large.svg');
}
/* line 379, templates/g5_hydrogen/custom/scss/custom.scss */
.flex-caption {
  display: none;
}
/* line 383, templates/g5_hydrogen/custom/scss/custom.scss */
.flex-caption2 {
  position: absolute;
  bottom: 10%;
  right: 20% !important;
  left: inherit;
  line-height: 160%;
  text-align: center;
  border: 1px solid #003871;
  height: 320px;
  width: 320px;
  background: none repeat scroll 0% 0% #ef8d2b;
  border-radius: 160px;
  font-size: 14px;
  padding: 2%;
  color: #fff;
}
/* line 399, templates/g5_hydrogen/custom/scss/custom.scss */
.flexslider {
  margin: 0 0 -50px !important;
}
/* line 403, templates/g5_hydrogen/custom/scss/custom.scss */
#g-showcase a {
  color: rgba(255, 255, 255, 1) !important;
}
/* line 408, templates/g5_hydrogen/custom/scss/custom.scss */
.slider {
  padding: 0px !important;
}
/* line 412, templates/g5_hydrogen/custom/scss/custom.scss */
.slider .g-content {
  margin: 0rem;
  padding: 0rem;
}
/* line 417, templates/g5_hydrogen/custom/scss/custom.scss */
.moduletable.jux_slider ul {
  margin: 0 !important;
}
/* line 421, templates/g5_hydrogen/custom/scss/custom.scss */
.tp-bannertimer {
  background: transparent !important;
}
/* line 425, templates/g5_hydrogen/custom/scss/custom.scss */
#g-showcase h1 {
  color: #5c5c5c;
  font-size: 1.1em;
  font-weight: 600;
  border-bottom: 3px solid #f1f1f1;
  position: relative;
  line-height: 37px;
  text-transform: uppercase;
}
/* line 435, templates/g5_hydrogen/custom/scss/custom.scss */
#g-showcase h1:before {
  position: absolute;
  top: 37px;
  display: block;
  content: '';
  border-bottom: 3px solid #9bc3da;
  width: 80px;
}
/* line 445, templates/g5_hydrogen/custom/scss/custom.scss */
.leistungen h1 {
  color: #5c5c5c;
  font-size: 1.1em;
  font-weight: 600;
  border-bottom: 3px solid #f1f1f1;
  position: relative;
  line-height: 37px;
  text-transform: uppercase;
  margin: 0rem 0 1.5rem 0;
}
/* line 456, templates/g5_hydrogen/custom/scss/custom.scss */
.leistungen h1:before {
  position: absolute;
  top: 37px;
  display: block;
  content: '';
  border-bottom: 3px solid #9bc3da;
  width: 80px;
}
/* line 467, templates/g5_hydrogen/custom/scss/custom.scss */
h3 {
  font-size: 1rem;
}
/* line 471, templates/g5_hydrogen/custom/scss/custom.scss */
.slider img {
  width: 100%;
  height: auto;
  border-bottom: 0px solid #003871;
  background-image: url('../../../../images/icons/pfeil_blue.png');
  background-repeat: no-repeat;
  background-position: center 0%;
  background-size: 14px;
}
/* line 483, templates/g5_hydrogen/custom/scss/custom.scss */
#start {
  background: #fff;
  opacity: 0.97;
}
/* line 488, templates/g5_hydrogen/custom/scss/custom.scss */
#start-burns {
  background: #b5b4b2;
  opacity: 0.95;
}
/* line 493, templates/g5_hydrogen/custom/scss/custom.scss */
#start-burns .g-content {
  margin: 0rem;
  padding: 0rem;
}
/*Ken Burns*/
/* line 499, templates/g5_hydrogen/custom/scss/custom.scss */
#juxslidershow-container1 {
  zoom: 1;
  position: relative;
  /* max-width: 960px; */
  margin: 0px auto 0px;
  z-index: 0 !important;
}
/* line 507, templates/g5_hydrogen/custom/scss/custom.scss */
.ken-burns {
  padding: 0px;
  margin: -25px 0;
}
/* line 512, templates/g5_hydrogen/custom/scss/custom.scss */
#juxslidershow-container1 .ws-title {
  display: none !important;
}
/*Breadcrumb*/
/*Kontakt*/
/* line 520, templates/g5_hydrogen/custom/scss/custom.scss */
.dj-simple-contact-form .dj-simple-contact-form.button {
  background: none repeat scroll 0 0 #6f9db7 !important;
  border-radius: 0px;
}
/* line 525, templates/g5_hydrogen/custom/scss/custom.scss */
.dj-simple-contact-form .dj-simple-contact-form.button:hover, .dj-simple-contact-form .dj-simple-contact-form.button:focus {
  background: #9bc3da !important;
}
/* line 530, templates/g5_hydrogen/custom/scss/custom.scss */
.dj-simple-contact-form .inputbox {
  box-sizing: border-box;
  line-height: 30px !important;
  width: 100%;
  border: 1px solid #716f6f !important;
  outline: medium none !important;
  font-size: 1.6rem !important;
  border-radius: 0px !important;
  -moz-appearance: none !important;
  color: #000 !important;
  font-family: inherit !important;
}
/* line 543, templates/g5_hydrogen/custom/scss/custom.scss */
.dj-simple-contact-form textarea {
  box-sizing: border-box;
  height: 300px !important;
  line-height: 28px !important;
  width: 100%;
  min-width: 100%;
  font-family: inherit !important;
  outline: medium none !important;
  font-size: 1.6rem !important;
  border-radius: 0px !important;
  -moz-appearance: none !important;
  width: 100% !important;
  z-index: 0 !important;
  color: #000 !important;
  border: 1px solid #716f6f !important;
  padding: 15px 1px 0 60px;
}
/* line 561, templates/g5_hydrogen/custom/scss/custom.scss */
.dj-simple-contact-form .inputbox {
  padding: 0 1px 0 60px;
}
/* line 565, templates/g5_hydrogen/custom/scss/custom.scss */
.dj-simple-contact-form-row.name:before {
  font-family: FontAwesome;
  content: "\f007";
  display: block;
  position: absolute;
  /* left: 0; */
  /* top: 0; */
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  margin-top: -1px;
  background: #9bc3da;
}
/* line 582, templates/g5_hydrogen/custom/scss/custom.scss */
.dj-simple-contact-form-row.email:before {
  font-family: FontAwesome;
  content: "\f044";
  display: block;
  position: absolute;
  /* left: 0; */
  /* top: 0; */
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  margin-top: -1px;
  background: #9bc3da;
}
/* line 599, templates/g5_hydrogen/custom/scss/custom.scss */
.dj-simple-contact-form-row.message:before {
  font-family: FontAwesome;
  content: "\f036";
  display: block;
  position: absolute;
  /* left: 0; */
  /* top: 0; */
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  margin-top: -1px;
  background: #9bc3da;
}
/*
 textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus { border-color: #787A7B; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.6) !important;  }
 */
/*Anwalt*/
/* line 620, templates/g5_hydrogen/custom/scss/custom.scss */
#start-main g-content {
  padding: 0;
  margin: 0;
}
/* line 625, templates/g5_hydrogen/custom/scss/custom.scss */
.g-grid.anwalt {
  margin-bottom: 50px;
}
/* line 629, templates/g5_hydrogen/custom/scss/custom.scss */
.anwalt_bild.size-40 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 320px;
}
/* line 636, templates/g5_hydrogen/custom/scss/custom.scss */
.anwalt_name.size-60 {
  padding: 0px 0px 0px 30px;
  border: 1px solid #e2e2e2;
}
/* line 644, templates/g5_hydrogen/custom/scss/custom.scss */
.anwalt_kontakt.size-40 {
  padding: 20px 0px 0px 0px;
}
/* line 648, templates/g5_hydrogen/custom/scss/custom.scss */
.anwalt_vita.size-60 {
  padding: 20px 0px 0px 30px;
}
/*Footer*/
/* line 664, templates/g5_hydrogen/custom/scss/custom.scss */
#g-footer {
  /* background: #f2f2f2; */
  /* color: #666; */
  /* border-top: 1px solid rgba(0, 0, 0, 0.05); */
  background: #fff;
  color: #666;
  border-top: 0px solid rgba(0, 0, 0, 0.05);
  background-repeat: no-repeat;
}
/* line 676, templates/g5_hydrogen/custom/scss/custom.scss */
.footer-start .g-content {
  margin: 0rem !important;
  padding: 0rem !important;
}
/* line 681, templates/g5_hydrogen/custom/scss/custom.scss */
#footer_nav {
  display: inline-block;
  padding: 0;
  margin: 0;
}
/* line 687, templates/g5_hydrogen/custom/scss/custom.scss */
#footer_nav li {
  display: inline-block;
  margin-left: 20px;
}
/* line 693, templates/g5_hydrogen/custom/scss/custom.scss */
#parallaxheight {
  margin-top: -550px !important;
  z-index: 3000 !important;
}
/* line 698, templates/g5_hydrogen/custom/scss/custom.scss */
#parallaxheight2 {
  margin-top: -370px !important;
  z-index: 3000 !important;
}
/* line 703, templates/g5_hydrogen/custom/scss/custom.scss */
#parallaxheight3 {
  margin-top: -250px !important;
  z-index: 3000 !important;
}
/* line 708, templates/g5_hydrogen/custom/scss/custom.scss */
#parallaxheight h1 {
  border-bottom: 0px solid #6d6d6f;
  color: #000;
  line-height: 240%;
  margin: 0rem 0 0rem 0;
}
/* line 715, templates/g5_hydrogen/custom/scss/custom.scss */
#parallaxheight2 h2 {
  font-size: 1.9em;
}
/* line 724, templates/g5_hydrogen/custom/scss/custom.scss */
.rounded.moduletable, .rounded.widget, .rounded.g-outer-box, .rounded > .g-content {
  border-radius: 0.1875rem;
  border: 1px solid #737272;
  margin-top: 30px;
}
/* line 730, templates/g5_hydrogen/custom/scss/custom.scss */
.g-social.social-items {
  float: right;
}
/* line 734, templates/g5_hydrogen/custom/scss/custom.scss */
.btn2-info2 {
  color: #366;
  background-color: #fff;
  border-color: #366;
  background-image: none;
  width: 100%;
  border-radius: 10px;
}
/*Footer Menu*/
/* line 743, templates/g5_hydrogen/custom/scss/custom.scss */
ul#_footer_menu {
  float: right;
  text-align: right;
}
/* line 748, templates/g5_hydrogen/custom/scss/custom.scss */
ul#_footer_menu li:first-child {
  padding-top: 0px;
}
/* line 752, templates/g5_hydrogen/custom/scss/custom.scss */
ul#_footer_menu li {
  padding-top: 10px;
}
/* line 756, templates/g5_hydrogen/custom/scss/custom.scss */
#_footer_menu li a {
  text-transform: uppercase;
  font-weight: 600;
}
/* line 761, templates/g5_hydrogen/custom/scss/custom.scss */
span.footer_haupt {
  font-weight: 600;
}
/*Google maps*/
/* line 766, templates/g5_hydrogen/custom/scss/custom.scss */
a.mapprint {
  display: none;
}
/*Social Media*/
/* line 771, templates/g5_hydrogen/custom/scss/custom.scss */
#social_media .g-content {
  margin: 0 0.625rem 0 0;
  padding: 0 0.938rem 0 0;
}
/* line 777, templates/g5_hydrogen/custom/scss/custom.scss */
a img#overdreh {
  -webkit-transition: 400ms all cubic-bezier(0.09, 0.11, 0.24, 0.91);
  -moz-transition: 400ms all cubic-bezier(0.09, 0.11, 0.24, 0.91);
  -o-transition: 400ms all cubic-bezier(0.09, 0.11, 0.24, 0.91);
  transition: 400ms all cubic-bezier(0.09, 0.11, 0.24, 0.91);
}
/* line 784, templates/g5_hydrogen/custom/scss/custom.scss */
a:hover img#overdreh {
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
}
/* line 791, templates/g5_hydrogen/custom/scss/custom.scss */
box3.moduletable, .box3.widget, .box3.g-outer-box, .box3 > .g-content {
  background: linear-gradient(1deg, #9bc3da, #bcd7e6) !important;
}
/*MEDIA QUERIES**********************************/
/*1*/
@media only screen and (max-width: 767px) {
  /* line 805, templates/g5_hydrogen/custom/scss/custom.scss */
  body {
    font-size: 0.8rem;
  }
  /* line 808, templates/g5_hydrogen/custom/scss/custom.scss */
  h1 {
    font-size: 1.5rem;
  }
  /* line 812, templates/g5_hydrogen/custom/scss/custom.scss */
  .sample-content .sample-description {
    font-size: 1.1rem;
  }
  /* line 816, templates/g5_hydrogen/custom/scss/custom.scss */
  #weiss .sample-content .sample-description {
    display: none;
  }
  /* line 820, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-showcase h1:before {
    display: none;
  }
  /* line 824, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-showcase h1:after {
    position: absolute;
    bottom: -2px;
    display: block;
    content: '';
    border-bottom: 3px solid #9bc3da;
    width: 80px;
  }
  /* line 833, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-showcase h1 {
    color: #5c5c5c;
    font-size: 0.9em;
    font-weight: 600;
    border-bottom: 3px solid #f1f1f1;
    position: relative;
    line-height: 20px;
    text-transform: uppercase;
    padding-bottom: 5px;
  }
  /* line 844, templates/g5_hydrogen/custom/scss/custom.scss */
  .start-showcase {
    margin-top: -50px;
  }
  /* line 847, templates/g5_hydrogen/custom/scss/custom.scss */
  img#iso {
    max-width: 70%;
  }
  /* line 851, templates/g5_hydrogen/custom/scss/custom.scss */
  .g-offcanvas-toggle {
    font-size: 1.5rem;
    color: #ece9e9;
  }
  /* line 858, templates/g5_hydrogen/custom/scss/custom.scss */
  h2.entry-title {
    font-size: 1.2em !important;
  }
  /* line 862, templates/g5_hydrogen/custom/scss/custom.scss */
  #adresse {
    margin-top: -50px;
    z-index: 3000;
    text-align: center;
  }
  /* line 868, templates/g5_hydrogen/custom/scss/custom.scss */
  #mmlParallaxID_1.mmlParallax, #mmlParallaxID_1.mmlParallax .mmlParallaxImage {
    display: none;
  }
  /* line 872, templates/g5_hydrogen/custom/scss/custom.scss */
  #seiteninfo {
    margin-top: 20px;
  }
  /* line 876, templates/g5_hydrogen/custom/scss/custom.scss */
  .customjameda {
    border-top: 0px solid #626263;
  }
  /* line 880, templates/g5_hydrogen/custom/scss/custom.scss */
  #social_media p {
    text-align: center !important;
  }
  /* line 884, templates/g5_hydrogen/custom/scss/custom.scss */
  ul#_footer_menu {
    float: none !important;
    text-align: center !important;
  }
  /* line 889, templates/g5_hydrogen/custom/scss/custom.scss */
  #m-box {
    margin-top: -30px;
  }
  /* line 892, templates/g5_hydrogen/custom/scss/custom.scss */
  ul.pagenav h3 {
    font-size: 11px;
  }
  /* line 896, templates/g5_hydrogen/custom/scss/custom.scss */
  .kontakt_adresse .g-content {
    margin-top: 0px;
    margin: 0 0 20px 0;
    padding: 10px;
  }
  /* line 901, templates/g5_hydrogen/custom/scss/custom.scss */
  #adresse .g-content {
    margin-top: 0px;
    margin: 0 0 20px 0;
    padding: 10px;
  }
  /* line 907, templates/g5_hydrogen/custom/scss/custom.scss */
  .dj-simple-contact-form .inputbox {
    font-size: 1.1rem !important;
  }
  /* line 910, templates/g5_hydrogen/custom/scss/custom.scss */
  .dj-simple-contact-form textarea {
    font-size: 1.1rem !important;
  }
  /* line 914, templates/g5_hydrogen/custom/scss/custom.scss */
  #team {
    margin-top: 0px;
  }
  /* line 917, templates/g5_hydrogen/custom/scss/custom.scss */
  #justified-gallery {
    margin-left: 0 !important;
    min-width: 100% !important;
  }
  /* line 922, templates/g5_hydrogen/custom/scss/custom.scss */
  #parallaxheight {
    margin-top: 0px !important;
    z-index: 3000 !important;
  }
  /* line 927, templates/g5_hydrogen/custom/scss/custom.scss */
  #parallaxheight2 {
    margin-top: 0px !important;
    z-index: 3000 !important;
  }
  /* line 932, templates/g5_hydrogen/custom/scss/custom.scss */
  #parallaxheight3 {
    margin-top: 0px !important;
    z-index: 3000 !important;
    margin-bottom: 30px;
    padding: 10px;
  }
  /* line 939, templates/g5_hydrogen/custom/scss/custom.scss */
  #parallaxheight h1 {
    border-bottom: 0px solid #6d6d6f;
    color: #000;
    line-height: 240%;
    margin: 2rem 0 0rem 0;
  }
  /* line 946, templates/g5_hydrogen/custom/scss/custom.scss */
  #parallaxheight2 h2 {
    font-size: 1.5em;
  }
  /* line 950, templates/g5_hydrogen/custom/scss/custom.scss */
  .flex-caption2 {
    display: none;
  }
  /* line 953, templates/g5_hydrogen/custom/scss/custom.scss */
  a.logo img {
    max-width: 60%;
  }
  /* line 957, templates/g5_hydrogen/custom/scss/custom.scss */
  #footer_nav {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /* line 965, templates/g5_hydrogen/custom/scss/custom.scss */
  .anwalt_vita.size-60 {
    padding: 0px 0px 0px 0px !important;
  }
  /* line 969, templates/g5_hydrogen/custom/scss/custom.scss */
  .anwalt_name.size-60 {
    padding: 0px 0px 0px 0px !important;
    text-align: center !important;
  }
}
/*----------------------------------------------------------------------------------------------------------------*/
/*-----------2-------------*/
@media (min-width: 768px) and (max-width: 979px) {
  /* line 979, templates/g5_hydrogen/custom/scss/custom.scss */
  body {
    font-size: 0.8rem;
  }
  /* line 982, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-showcase h1 {
    font-size: 0.95em;
  }
  /* line 985, templates/g5_hydrogen/custom/scss/custom.scss */
  img#iso {
    max-width: 70%;
  }
  /* line 988, templates/g5_hydrogen/custom/scss/custom.scss */
  #weiss .sample-content .sample-description {
    font-size: 0.8rem;
  }
  /* line 993, templates/g5_hydrogen/custom/scss/custom.scss */
  .logo-size img {
    max-width: 100%;
  }
  /* line 997, templates/g5_hydrogen/custom/scss/custom.scss */
  .flex-caption2 {
    position: absolute;
    bottom: 2%;
    right: 20% !important;
    left: inherit;
    line-height: 120% !important;
    text-align: center;
    border: 1px solid #003871;
    height: 180px;
    width: 180px;
    background: none repeat scroll 0% 0% #ef8d2b;
    border-radius: 160px;
    font-size: 10px !important;
    padding: 4%;
    color: #fff;
  }
  /* line 1014, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-navigation {
    font-size: 80%;
  }
}
/*----------------------------------------------------------------------------------------------------------------*/
/*-----------3-------------*/
@media (min-width: 980px) and (max-width: 1279px) {
  /* line 1023, templates/g5_hydrogen/custom/scss/custom.scss */
  body {
    font-size: 0.85rem;
  }
  /* line 1027, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-showcase h1 {
    font-size: 1em;
  }
  /* line 1030, templates/g5_hydrogen/custom/scss/custom.scss */
  img#iso {
    max-width: 70%;
  }
  /* line 1034, templates/g5_hydrogen/custom/scss/custom.scss */
  .logo-size img {
    max-width: 100%;
  }
  /* line 1038, templates/g5_hydrogen/custom/scss/custom.scss */
  .flex-caption2 {
    position: absolute;
    bottom: 5%;
    right: 20% !important;
    left: inherit;
    line-height: 140%;
    text-align: center;
    border: 1px solid #003871;
    height: 200px;
    width: 200px;
    background: none repeat scroll 0% 0% #ef8d2b;
    border-radius: 160px;
    font-size: 12px !important;
    padding: 2%;
    color: #fff;
  }
}
/*-----------4-------------*/
@media (min-width: 1280px) and (max-width: 1600px) {
  /* line 1059, templates/g5_hydrogen/custom/scss/custom.scss */
  body {
    font-size: 0.85rem;
  }
  /* line 1063, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-showcase h1 {
    font-size: 1em;
  }
  /* line 1067, templates/g5_hydrogen/custom/scss/custom.scss */
  img#iso {
    max-width: 70%;
  }
  /* line 1071, templates/g5_hydrogen/custom/scss/custom.scss */
  .flex-caption2 {
    position: absolute;
    bottom: 10%;
    right: 20% !important;
    left: inherit;
    line-height: 140%;
    text-align: center;
    border: 1px solid #003871;
    height: 220px;
    width: 220px;
    background: none repeat scroll 0% 0% #ef8d2b;
    border-radius: 160px;
    font-size: 13px !important;
    padding: 2%;
    color: #fff;
  }
}
/*----------------------------------------------------------------------------------------------------------------*/
/*-----------5-------------*/
@media (min-width: 1601px) {
  /* line 1093, templates/g5_hydrogen/custom/scss/custom.scss */
  img#iso {
    max-width: inherit;
  }
  /* line 1097, templates/g5_hydrogen/custom/scss/custom.scss */
  body {
    font-size: inherit;
  }
  /* line 1101, templates/g5_hydrogen/custom/scss/custom.scss */
  #g-showcase h1 {
    font-size: inherit;
  }
}
/*----------------------------------------------------------------------------------------------------------------*/
/*-----------6-------------*/
