/*blau*/
/*grau*/
/*@seitenbreite:1600px;*/
/*
.titel_mit_linien
{

	padding: 10px 0px;			
	margin-bottom:30px;
	font-size: 53px;
	line-height: 1;
	letter-spacing: 10px;
	color:White;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	text-transform: uppercase;
}

*/
.button {
  width: 100px;
  text-align: center !important;
  margin: 22px auto 0 auto;
  font-size: 14px;
  padding: 11px 18px;
  color: white;
  border: 1px solid white;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  cursor: pointer;
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 1s 0s;
  -moz-transition: all linear 1s 0s;
  -ms-transition: all linear 1s 0s;
  -o-transition: all linear 1s 0s;
}
.button a {
  color: white;
  text-decoration: none !important;
}
.button.fill {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid transparent;
}
.button.dunkel {
  color: #58585a;
  border: 1px solid #58585a;
}
.button.dunkel a {
  color: #58585a;
}
.button:hover {
  background-color: rgba(255, 255, 255, 0.6);
  color: #504e4e;
  border: 1px solid transparent;
  /*z.B: .transition(all, 2s, linear, 0s);*/
  -webkit-transition: all linear 0.4s 0s;
  -moz-transition: all linear 0.4s 0s;
  -ms-transition: all linear 0.4s 0s;
  -o-transition: all linear 0.4s 0s;
}
.button.float {
  float: left;
}
.button.float:first-of-type {
  margin-right: 25px;
}
.button.float:last-of-type:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (max-width: 1600px) {
  .bild_gross .text_container {
    width: 70%;
  }
}
/* --- 1400px --------------------------------------------- */
@media only screen and (max-width: 1400px) {
  body {
    font-size: 12px;
  }
  .text_container {
    top: 0;
    width: 100%;
    /*margin-left:20px;*/
    right: 0;
  }
  .text_container .text {
    width: 60%;
    margin-left: 0;
  }
  .text_container .text.breit {
    width: 100%;
  }
  .text_container .titel {
    font-size: 30px;
  }
  .bild_gross .text_container .text {
    width: 95%;
  }
  .bild_gross .text_container .text.schmal {
    width: 60%;
  }
  .bild_text_container .text_container .text {
    width: 85%;
  }
}
/* --- 1200px + --------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .inner,
  #easytext {
    width: 96%;
  }
  .bild_gross .text_container {
    width: 100%;
  }
  .bild_gross .text_container.rechts {
    left: 0px !important;
  }
  .bild_gross .text_container .float_equip {
    width: 24%;
    margin: 0 0 20px 20px;
  }
  .bild_gross .text_container .float_equip.blau {
    width: 92%;
    margin: 10px  auto 0 auto;
    padding: 10px;
    position: inherit;
    left: 0;
    top: 0;
  }
  .bild_gross .text_container.mic {
    display: none;
  }
  .bild_gross .kl_bild_li.mic {
    display: none;
  }
  .bild_text_container .text_container .text {
    width: 100%;
  }
  .bild_text_container .text_container .titel_container .titel {
    font-size: 33px;
    width: initial;
  }
  .bild_text_container .text_container .text_inhalt {
    width: 95%;
    margin: 0 auto;
  }
}
/* --- 1050px + --------------------------------------------- */
@media only screen and (max-width: 1050px) {
  .startbox {
    min-height: 300px;
  }
  #socialgedoens {
    display: none;
  }
  #navidot {
    top: 30%;
  }
  #nav li ul li a {
    font-size: 18px;
    padding: 3px 10px;
  }
  .text_container {
    left: inherit;
  }
  .text_container .text {
    font-size: 14px;
  }
  .text_container .untertitel {
    font-size: 16px;
  }
  .text_container.rechts {
    right: inherit;
  }
  .kontakt_box .inner .col {
    width: 33%;
    height: auto;
  }
  .viscard {
    display: none;
  }
  #referenz_anker .overlay {
    background-color: #056e8f !important;
  }
  #referenz_anker .item {
    width: 22%;
  }
  #referenz_anker .item .text {
    font-size: 17px;
  }
  #referenz_anker .item img {
    width: 100%;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  #referenz_anker .item .overlay {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
    width: 100%;
    height: 40%;
    top: initial;
    bottom: 0;
  }
  #referenz_anker .item .overlay .text {
    color: #ffffff;
    visibility: visible;
    margin-top: 3px;
  }
  #referenz_anker .item .overlay .text .bez1 {
    margin-bottom: 5px;
  }
  #gallery {
    padding: 0 10px;
  }
}
/* --- 1024px --------------------------------------------- */
@media only screen and (max-width: 1024px) {
  .bild_gross .text_container .text {
    font-size: 14px;
  }
  .bild_gross .text_container .titel_container {
    margin-bottom: 0;
  }
  .bild_gross .text_container .titel_container .titel {
    font-size: 30px;
    padding: 8px;
  }
  .bild_gross .text_container .titel_container .untertitel {
    font-size: 18px;
  }
}
/* --- 980px --------------------------------------------- */
@media only screen and (max-width: 980px) {
  .startbox .starttext .textgross,
  .startbox .starttext .textgross_hover {
    font-size: 35px;
  }
  .startbox .starttext .textklein {
    font-size: 30px;
  }
}
/* --- 850x --------------------------------------------- */
@media only screen and (max-width: 850px) {
  .startbox .starttext .textgross,
  .startbox .starttext .textgross_hover {
    font-size: 20px;
  }
  #mainmenu {
    display: none;
  }
  #burgerbutton {
    display: block;
  }
  .startbox {
    min-height: initial;
  }
  .startbox .button {
    visibility: hidden;
  }
  .startbox .starttext {
    top: 20%;
  }
  .startbox .starttext .textgross {
    letter-spacing: 2px;
  }
  .startbox .starttext .textgross:before {
    margin-bottom: 14px;
  }
  .startbox .starttext .textgross:after {
    margin-top: 14px;
  }
  .startbox .starttext .textklein {
    font-size: 15px;
  }
  .startbox .starttext.last {
    top: 20%;
  }
  .startbox .textgross_hover {
    display: none !important;
  }
  .newskachel_box .item {
    min-height: 175px;
  }
  .textgross {
    font-size: 20px !important;
    margin-bottom: 5px !important;
    margin-top: 5px;
    letter-spacing: 2px;
  }
  .titel_box .titeltext .textklein {
    font-size: 14px;
  }
  .titel_box .titel_container {
    top: 50%;
    width: 100%;
  }
  .titel_box .titel_container .textgross,
  .titel_box .titel_container .textgross_hover {
    font-size: 70px;
  }
  .titel_box .titel_container .textklein {
    font-size: 16px;
    line-height: 1.2em;
  }
  .kachel_box .item {
    min-height: inherit;
    width: 50%;
  }
  .kachel_box .item .text {
    bottom: 50%;
  }
  #uebersicht h1,
  #uebersicht.news h1 {
    font-size: 22px;
    padding: 8px;
  }
  #uebersicht .inner .item,
  #uebersicht.news .inner .item {
    margin: 0 auto;
    width: fit-content;
  }
  #uebersicht .inner .item .text,
  #uebersicht.news .inner .item .text {
    font-size: 16px;
  }
  #uebersicht .inner .untertitel,
  #uebersicht.news .inner .untertitel {
    font-size: 16px;
    padding: 8px;
  }
  .button {
    margin: 10px auto 0 auto;
  }
  .kachel_box .item .kurztext {
    font-size: 20px;
  }
  .text_container {
    width: 100%;
    right: inherit;
  }
  .text_container .titel {
    font-size: 30px;
  }
  .text_container.mittig .text {
    font-size: initial;
    line-height: inherit;
    margin: initial;
    padding: 5px;
  }
  #referenzen .item {
    color: white;
  }
  #referenzen .item a.textblau {
    color: white;
  }
  .footer_bottom .inner div:first-of-type {
    width: 30%;
  }
  .viscard {
    display: none;
  }
  .newskachel_box .item {
    background-color: #D75A0E;
  }
  .newskachel_box .item img:hover img {
    -webkit-transform: scale(initial);
    -moz-transform: scale(initial);
    -ms-transform: scale(initial);
    -o-transform: scale(initial);
  }
  .kontakt_box .inner .col {
    width: 80%;
    padding-left: 20%;
    margin: 0 auto 10px auto;
  }
  .kontakt_box .inner .col.head {
    text-align: center;
    width: 100%;
    padding: 20px 0 20px 0;
  }
  .kontakt_box .inner .col.map {
    width: 100%;
    padding: 0;
  }
  .kontakt_box .inner .col:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  .bild_text_container .bild {
    width: 100%;
  }
  .bild_text_container .text_container {
    width: 100%;
  }
  .kl_bild_re,
  .mic {
    display: none;
  }
  /*Texter unter die bilder*/
  .bild_gross .text_container {
    position: inherit;
    width: 96%;
    padding: 20px 2% 20px 2%;
    background-image: url(/_intern/pics/bg_content.jpg);
  }
  .bild_gross .text_container:empty {
    display: none;
  }
  .titel_box .titel_container {
    position: inherit;
    width: 96%;
    padding: 20px 2% 20px 2%;
    background-image: url(/_intern/pics/bg_content.jpg);
    top: initial;
    left: initial;
    transform: translate(0, 0);
  }
  /**/
}
/* --- 820px --------------------------------------------- */
@media only screen and (max-width: 820px) {
  #formtable .fl_ct {
    display: block;
  }
  #formtable .fl_ct .li,
  #formtable .fl_ct .re {
    width: 80%;
    margin: 0 auto;
  }
}
/* --- 580px --------------------------------------------- */
@media only screen and (max-width: 584px) {
  .fancybox-close {
    top: 10px !important;
    right: -5px !important;
  }
}
/* --- 480px --------------------------------------------- */
@media only screen and (max-width: 479px) {
  #navidot {
    display: none;
  }
  .startbox .starttext .textgross {
    margin-bottom: 10px;
    padding: 0px;
  }
  .startbox .starttext .button {
    margin: 5px auto 0 auto;
  }
  #header {
    height: 180px;
  }
  .button_container {
    margin-bottom: 5px;
  }
  .button_container .button {
    margin-top: 10px;
    font-size: 12px;
    padding: 5px 10px;
    display: inline-block;
    width: auto;
  }
  .bild_gross .text_container {
    width: 96% !important;
    position: inherit;
    background-image: url('/_intern/pics/bg_content.jpg');
  }
  .bild_gross .text_container:empty {
    display: none;
  }
  .bild_gross .text_container.mittig {
    width: 96% !important;
  }
  .bild_gross .text_container.kacheln,
  .bild_gross .text_container .float {
    /*	padding:0 3px 0 10px;
				padding:0;*/
    padding: 1px 3px 8px 10px;
    width: 96% !important;
  }
  .bild_gross .text_container .text_inhalt.float {
    width: 100%;
    padding-right: 0;
  }
  .bild_gross .text_container .text_inhalt .text.referenz {
    width: 100%;
  }
  .bild_gross .text_container .text_inhalt .wrap_equip {
    padding-top: 10px;
  }
  .bild_gross .text_container .text_inhalt .float_equip {
    width: 94%;
    margin: 0 5px;
  }
  .bild_gross .text_container .text_inhalt .float_equip.blau {
    width: 86%;
  }
  .bild_gross .text_container .bild_content {
    padding-top: 10px;
    width: 100%;
  }
  .titel_container {
    top: 50%;
    width: 100%;
  }
  .titel_container .titel,
  .titel_container .textgross {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 22px !important;
    letter-spacing: 0 !important;
    font-weight: bold !important;
  }
  .titel_container .titel:before,
  .titel_container .textgross:before,
  .titel_container .titel:after,
  .titel_container .textgross:after {
    border: none !important;
    margin: 0 !important;
  }
  .titel_container .untertitel {
    font-weight: normal !important;
    font-size: 16px !important;
  }
  .kachel_box .item {
    width: 100%;
  }
  .kachel_box .item .text {
    padding: 50px 3%;
    width: 94%;
    position: inherit;
    background-image: url('/_intern/pics/bg_content.jpg');
  }
  .startbox .starttext.vorletzter {
    top: 6%;
  }
  .startbox .starttext .textgross {
    font-size: 16px !important;
  }
  .startbox .starttext .textgross:before {
    margin-bottom: 10px;
  }
  .startbox .starttext .textgross:after {
    margin-top: 10px;
  }
  .startbox .starttext .textklein {
    font-size: 12px;
  }
  .titel_box {
    /**/
  }
  .titel_box .textgross,
  .titel_box .textgross_hover {
    padding: 6px 0;
    font-size: 20px !important;
  }
  .titel_box .textgross:before,
  .titel_box .textgross_hover:before {
    margin-bottom: 10px;
  }
  .titel_box .textgross:after,
  .titel_box .textgross_hover:after {
    margin-top: 10px;
  }
  .titel_box .textklein {
    font-size: 11px;
    line-height: 1.2em;
  }
  #referenz_anker .item {
    width: 100%;
  }
  #referenz_anker .item .text {
    font-size: 17px;
  }
  #referenz_anker .item img {
    width: 100%;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  #referenz_anker .item .overlay {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
    width: 100%;
    height: 40%;
    top: initial;
    bottom: 0;
  }
  #referenz_anker .item .overlay .text {
    color: #ffffff;
    visibility: visible;
  }
  #referenzen .referenz_titel {
    padding-top: 10px;
    margin-bottom: 10px;
  }
  #referenzen .item {
    color: white;
    width: 100%;
    font-size: 14px;
    text-align: left;
  }
  #referenzen .item a {
    color: white;
    font-size: 13px;
  }
  #referenzen .item .referenz_button {
    color: white;
    border: 1px solid white;
  }
  #preise {
    color: #484848;
    border-collapse: separate;
    width: 100%;
  }
  #preise thead {
    display: none;
  }
  #preise td {
    display: block;
    position: relative;
    text-align: center;
    min-height: 10px;
  }
  #preise td:before {
    content: attr(data-th);
    display: inline-block;
    text-align: left;
    padding: 15px 10px!important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 33%;
    max-height: 100%;
    font-weight: bold;
    padding: 0px 10px;
  }
  #preise td:first-of-type {
    background-color: #00769b;
    padding: 5px 0;
    color: white;
    text-align: center;
  }
  .preise {
    width: 98%;
  }
  .kontakt_box .inner {
    padding-top: 0;
    width: 100%;
  }
  .kontakt_box .inner .col {
    width: 96%;
    padding-left: 10px;
  }
  .kontakt_box .inner .head div {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 22px !important;
    letter-spacing: 0 !important;
    font-weight: bold !important;
  }
  .kontakt_box .inner .head div:before,
  .kontakt_box .inner .head div:after {
    border: none !important;
    margin: 0 !important;
  }
  .kontakt_box .inner .head.logo {
    display: none;
  }
  .bild_gross .text_container {
    width: 95%;
  }
  .bild_gross .text_container.mittig {
    width: 95%;
  }
  .bild_gross .text_container .button.float {
    padding: 8px 3px 8px 10px;
  }
  .bild_gross .text_container .text.schmal {
    width: 100%;
    font-size: 14px;
    line-height: initial;
  }
  #inc_form .row {
    width: 100%;
  }
  #inc_form .row input[type="text"],
  #inc_form .row input[type="email"],
  #inc_form .row textarea {
    width: 94%;
  }
  #inc_form .row label.error {
    right: 0;
    left: inherit;
  }
  #inc_form .row .desc {
    width: 92%;
  }
  .footer_bottom .inner div {
    padding-left: 10px;
    width: 95%;
    margin-bottom: 10px;
  }
  .footer_bottom .inner div:first-of-type {
    width: 95%;
  }
  #easytext {
    background-image: none;
    padding: 10px 15px;
    max-width: 90%;
  }
  #easytext .news_text {
    max-width: 100%;
    margin-bottom: 10px;
  }
  #easytext .float {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .galerie_box #gallery .titel_container .titel.grau {
    color: white;
  }
  .galerie_box #gallery .titel_container .untertitel.grau {
    color: white;
  }
  .galerie_box .item {
    width: 47% !important;
    margin: 0 4px 8px 5px!important;
  }
  .galerie_box .item img {
    width: 100%;
  }
  .fancybox-nav-white .fancybox-close {
    top: -49px !important;
    right: -28px !important;
  }
  .fancybox-close {
    /*
		right:-10%!important;
		*/
  }
  .fancybox-prev {
    left: -20px !important;
  }
  .fancybox-prev span {
    visibility: visible !important;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
  }
  .fancybox-next {
    right: -30px !important;
  }
  .fancybox-next span {
    visibility: visible !important;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    filter: alpha(opacity=50);
  }
  #formular .fl_ct .li,
  #formular .fl_ct .re {
    width: 95%;
    margin: 0 auto;
  }
  #formular .fl_ct .li input,
  #formular .fl_ct .re input,
  #formular .fl_ct .li textarea,
  #formular .fl_ct .re textarea,
  #formular .fl_ct .li input[type="submit"],
  #formular .fl_ct .re input[type="submit"] {
    width: 100%;
  }
  #formular .fl_ct .li input[type="checkbox"],
  #formular .fl_ct .re input[type="checkbox"] {
    width: initial;
  }
  #formular .fl_ct .li .value,
  #formular .fl_ct .re .value {
    line-height: 1.7em;
  }
  #formular .row.submit {
    width: 100%;
  }
  #formular .row.center {
    text-align: left;
  }
  #formular #captcha_ip {
    width: 100%;
  }
}
/* --- 320px --------------------------------------------- */
