/* Hellblau  #62b8e9
   Dunkelblau #0C4391 */
@import url('https://fonts.googleapis.com/css?family=Roboto');


*,
*::after,
*::before {
	box-sizing: border-box;
}

html {
	background: #fff;
}

body {
	font-family: 'Roboto', Helvetica, Arial, sans-serif!important;
	min-height: 100vh;
	color: #000!important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h2 {
	text-transform: uppercase;
}


p.error {
    color: #ca0000!important;
}

.ce_text figure.image_container img{
	max-width: 100%;
	height: auto;
}

.ce_text a {
	color: #62b8e9!important;
}

.ce_text a:hover {
	color: #0C4391!important;
	text-decoration: underline!important;
	
}


p.back a,
p.more a {
	color: #62b8e9!important;
}

p.back a:hover,
p.more a:hover {
	color: #0C4391!important;
	text-decoration: underline!important;
	
}


h2.link-zum-artikel a {
	color: #0C4391!important;
	font-size: 20px!important;
}

h2.link-zum-artikel a:hover {
	color: #0C4391!important;
	text-decoration: underline!important;
	font-size: 20px!important;
}

h2.link-zum-artikel {
	margin-bottom: 15px!important;
}


figcaption.caption {
    font-size: 10px;
    color: gray;
}


/************************************
*  BODY RE-STYLE       FONTS        *
*************************************/
main {
	background: transparent;	
}

.inside.content--dogma h1,
.inside.content--dogma h2,
.inside.content--dogma h3,
.inside.content--dogma h4,
.inside.content--dogma h5,
.inside.content--dogma h6,
.inside.content--dogma a,
.inside.content--dogma p {
	color: #4d4f5f;
}

footer h1,
.inside.content--dogma h1 {
	font-size: 42px;
	font-weight: bold;
	text-transform: uppercase;
}

footer h2,
.inside.content--dogma h2 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 35px;
}

footer h3,
.inside.content--dogma h3 {
	font-size: 24px;
	font-weight: bold;	
}

footer a,
footer p,
.inside.content--dogma p,
.inside.content--dogma a {
	font-size: 15px;
	letter-spacing: 0.5px;
}

.logo-farbe {
	position: absolute;
    top: -1px;
    left: 30px;
    z-index: 1;
}

.ueberschrift {
    margin-top: 100px;
    margin-bottom: 60px;
}


.logo-farbe.unterseite-logo {
	position: absolute;
    top: 39px;
    left: 30px;
    z-index: 1;
}


@media all and (max-width: 769px){ 
	.logo-farbe {
	    left: 15px;
	    top: -1px;
	}
	.logo-farbe.unterseite-logo {
		position: absolute;
	    top: 17px;
	    left: 15px;
	    z-index: 1;
	}
}


@media (max-width: 330px) {
	.logo-farbe {
    	left: 15px;
    	top: 10px;
	}
}
/************************************
*  Footer       Waves               *
*************************************/

.footer	{
	background: rgba(100,184,233,1);
	background: -moz-linear-gradient(45deg, rgba(100,184,233,1) 0%, rgba(12,67,145,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(100,184,233,1)), color-stop(100%, rgba(12,67,145,1)));
	background: -webkit-linear-gradient(45deg, rgba(100,184,233,1) 0%, rgba(12,67,145,1) 100%);
	background: -o-linear-gradient(45deg, rgba(100,184,233,1) 0%, rgba(12,67,145,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(100,184,233,1) 0%, rgba(12,67,145,1) 100%);
	background: linear-gradient(45deg, rgba(100,184,233,1) 0%, rgba(12,67,145,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64b8e9', endColorstr='#0c4391', GradientType=1 );
}

.footer svg#Ebene_1_Kopie {
  position: relative;
  top: -2px;
}

.footer .footer-contact-item p{
	font-size: 14px;
	margin-bottom: 0;
}

.footer .footer-contact-item .footer-contact-icon {
	float: left;
	min-width: 21px;
}

.footer .col-md-3 {
	margin-bottom: 45px;
}

.footer .col-md-4 {
	margin-bottom: 45px;
}


footer#footer {
        margin-top: 100px;
		color: #fff;
	
}

.start_main footer#footer {
        margin-top: 0px;
		color: #fff;
	
}

/************************************
*  Slider Startseite                *
*************************************/

.swiper-container.big.swiper-container-horizontal figure.image_container {
	width: 100vw; 
	height: 100vh;
}




@media all and (min-width: 767px){
	.jopf-s1.small, .jopf-s2.small, .jopf-s3.small {
		display: none;
	}
 	.jopf-s1.big, .jopf-s2.big, .jopf-s3.big {
		display: block;
	}
}

.swiper-container {
	z-index: 0;
    height: 100vh;
    /*width: 100vw;*/
}

.swiper-pagination-bullet-active {
    background: #62b8e9;
}

/************************************
*  Scrollen Startseite                *
*************************************/

section#section5 {
  position: relative;
  width: 100%;
  height: 100%;
}
section#section5::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 80%;
  background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,.8) 100%);
}


.demo a {
  position: absolute;
  bottom: 50px;
  left: calc(50% - 61px);
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  /*color: #fff;*/
  font : normal 400 20px/1 sans-serif;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .3s;
 text-shadow: 0px 0px 13px rgba(98, 184, 233, 0.7);
  color: #fff;
}
.demo a:hover {
  opacity: .5;
  
}


#section05 a {
  padding-top: 70px;
 text-shadow: 0px 0px 13px rgba(98, 184, 233, 0.7);
    color: #fff;
}
#section05 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
 text-shadow: 0px 0px 13px rgba(98, 184, 233, 0.7);
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}


/************************************
*  Banner Unterseite                *
*************************************/

.jumbotron.sub-banner {
	background-color: #fff;
    min-height: 90px;

}


.jumbotron.sub-bread {
	background: rgba(100,184,233,1);
	background: -moz-linear-gradient(45deg, rgba(100,184,233,1) 0%, rgba(12,67,145,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(100,184,233,1)), color-stop(100%, rgba(12,67,145,1)));
	background: -webkit-linear-gradient(45deg, rgba(100,184,233,1) 0%, rgba(12,67,145,1) 100%);
	background: -o-linear-gradient(45deg, rgba(100,184,233,1) 0%, rgba(12,67,145,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(100,184,233,1) 0%, rgba(12,67,145,1) 100%);
	background: linear-gradient(45deg, rgba(100,184,233,1) 0%, rgba(12,67,145,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64b8e9', endColorstr='#0c4391', GradientType=1 );
	padding-top: 0;
	padding-bottom: 0;
}

@media all and (max-width: 767px) {
	.jumbotron.sub-banner {
		margin-bottom: 0;
	}
}
/************************************
*  Bread-Crumbs                *
*************************************/

.mod_breadcrumb span {
	font-size: 17px;
	color: #fff;
	line-height: 17px;
}

.mod_breadcrumb ul {
	list-style: none;
}

.mod_breadcrumb li {
    display: inline;
}

.mod_breadcrumb a:focus, .mod_breadcrumb a:hover {
    color: #fff;
    text-decoration: none; 
	
}

.mod_breadcrumb ol, ul {
    margin-top: 0; 
    margin-bottom: 0; 
}

.mod_breadcrumb.block {
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer .footer-contact-item a {
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
}

/************************************
*  Leistung sub menü               *
*************************************/


.leitungs-menu-ul {
	font-size: 14px!important;
	list-style: none;
	text-align: center;
	padding-left: 0;
	margin-bottom: 4px;
}

.leitungs-menu-li {
	font-size: 14px!important;
}

.leitungs-menu-ul li {
	display: inline;
    padding: 5px;
    background-color: #fff;
}

.leitungs-menu-ul .active {
	color: #337ab7;
	font-weight: bold;
    /*text-shadow: 1px 1px #fff, 2px 2px #afafaf;*/
}

@media all and (max-width: 630px) {
	.leitungs-menu-ul {
		background: #fff;
    	padding: 5px;
    	padding-top: 30px;
    	border-bottom: 1px solid #337ab7;
    	margin-bottom: 0px;
	}
	.leitungs-menu-ul li {
	    background-color: transparent;
	}
}


/************************************
*  Maps featuers             *
*************************************/

.dlh_googlemap.block {
	width: 100%!important;
}

/************************************
*  Kontaktformular             *
*************************************/

label#lbl_6_0 {
    margin-right: 15px;
}


input#opt_11_0, input#opt_9_0 {
    margin-right: 10px;
    float: left;
}

.formbody input,
.formbody textarea {
    border-radius: 0;
}

/************************************
*  Unternehmensseite             *
*************************************/
/* Bildergalerie   */

#links .col-sm-4.col-md-2 {
	 margin-right: 20px!important;
	 margin-bottom: 20px!important;
	 padding: 0px!important;
}
#links .col-sm-4.col-md-2 img {
    width: 100%;
    height: auto;
	
}

/************************************
*  Button             *
*************************************/
/* Hellblau  #62b8e9
   Dunkelblau #0C4391 */


/* Common button styles */
.button {
	float: left;
	min-width: 150px;
	max-width: 250px;
	display: block;
	margin: 1em;
	padding: 1em 2em;
	border: none;
	background: none;
	color: inherit;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.button:focus {
	outline: none;
}
.button > span {
	vertical-align: middle;
}



/* Sizes */
.button--size-s {
	font-size: 14px;
}


/* Typography and Roundedness */
.button--text-upper {
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* Borders */

.button--border-thick {
	border: 2px solid #62b8e9;
}

/* Individual button styles */



/* Aylen */
.button.button--aylen {
	background: #fff;
	color: #4d4f5f;
	overflow: hidden;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
.button--aylen.button--inverted {
	background: #fff;
	color: #4d4f5f;
}
.button--aylen::before,
.button--aylen::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 100%;
	left: 0;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--aylen::before {
	background: #0C4391;
}
.button--aylen::after {
	background: #62b8e9;
}
.button--aylen:hover {
	color: #fff;
}
.button--aylen:hover::before,
.button--aylen:hover::after {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.button--aylen:hover::after {
	-webkit-transition-delay: 0.175s;
	transition-delay: 0.175s;
}

.button.button--aylen.button--border-thick.button--inverted.button--text-upper.button--size-s {
	margin: 0;
}


/********************************/
/* Bannerbilder für Unterseiten */
/********************************/


.mod_pageImage figure img {
	width: 100%;
	height: auto;
}

.mod_pageImage.block {
    margin-bottom: -20px;
}

/********************************/
/* Phone Bone */
/********************************/

.appointment-phone {
	position:fixed;
	top:82%;
	left:0;
	z-index:11;
	cursor:pointer;
}
.appointment-phone a {
	position:relative;
	display:block;
}
.appointment-phone a img {
	width: 50px;
}
.appointment-phone a  .number-move {
	font-size:14px;
	text-transform:uppercase;
	position:absolute;
	top:0;
	right:25px;
	width:240px;
	height:100%;
	text-align:center;
	padding:10px;
	padding-top: 4px;
	color:#fff;
	z-index:-1;
}
.appointment-phone a  .number-move {
/*	background: -webkit-linear-gradient(rgba(84,110,116,1), rgba(152,202,213,1));
	background: -moz-linear-gradient(rgba(84,110,116,1), rgba(152,202,213,1));
	background: -o-linear-gradient(rgba(84,110,116,1), rgba(152,202,213,1));
	background: linear-gradient(rgba(84,110,116,1), rgba(152,202,213,1));*/
	background: #0C4391;
	    border-radius: 0 20px 20px 0;
}
.appointment-phone a:hover .number-move {
	right:-215px;
}
.appointment-phone a .number-move,
.appointment-phone a:hover .number-move {
	-webkit-transition:all ease-out 0.3s;
	-moz-transition:all ease-out 0.3s;
	-o-transition:all ease-out 0.3s;
	transition:all ease-out 0.3s;
}

/********************************/
/* Mobile Bidler */
/********************************/

.figure-leistungen .ce_text figure:nth-of-type(2) {
    display: none;
}

.figure-leistungen .ce_text figure:first-of-type {
    display: block;
}

@media all and (max-width: 767px) {
.figure-leistungen .ce_text figure:nth-of-type(2) {
    display: block;
}

.figure-leistungen .ce_text figure:first-of-type {
    display: none;
}
}



/********************************/
/* xSlider BAnner Start */
/********************************/


img.xsilderimage {
	width: 100%;
	height: auto;
}

/********************************/
/* BAnner Parallax Unternehmen */
/********************************/

.banner-para-unternhmen {
	height: 500px;
	background-image: url("../img/bg-unternehmen-L.jpg");
	background-attachment: fixed;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;


	
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {
     .banner-para-unternhmen { background-attachment: scroll !important; }
}


@media all and (max-width: 992px) and (max-width: 1199px) {
	.banner-para-unternhmen {
		height: 300px;
		background-image: url("../img/bg-unternehmen-md.jpg");
	}
}

@media all and (max-width: 677px) and (max-width: 991px) {
	.banner-para-unternhmen {
		height: 250px;
		background-image: url("../img/bg-unternehmen-s.jpg");
	}
}

@media all and (max-width: 320px) and (max-width: 676px) {
	.banner-para-unternhmen {
		background-image: url("../img/bg-unternehmen-xs.jpg");
		height: 170px;
	}
}

@media handheld, only screen and (max-width: 668px) {
     .banner-para-unternhmen { background-attachment: scroll !important; }
}

body.unternehmen .jumbotron.sub-bread{
	margin-bottom: 0px!important;
}


.raff-info {
    color: white;
    background-color: #1f2a50;
}

.raff-info-icon {
    float: left;
    margin: 0 30px 0 0;
    /*padding: 10px 0 0 0;
    width: 40px;*/
    font-size: 35px;
    color: #fff;
}


.raff-info-all p {
    color: white;
    font-family: 'Roboto'!important;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.2px;
    line-height: 25px;
    margin: 0;
}


.raff-info-all h3,
.raff-info-all a {
    color: white;
    font-family: 'Roboto'!important;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 27px;
    margin: 0 0 12px;
}

.start-tel-mail {
	padding-top: 12px;
	padding-bottom: 12px;
	background-color: #64b8e9; 
	border-top: 4px solid #0C4391;
}

.raff-info-body span {
    color: white;
    font-family: Roboto;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.2px;
    line-height: 25px;
    margin: 0;
}

.raff-info-med-big {
	display: block;
}


.raff-info-small {
	display: none;
}

@media handheld, only screen and (max-width: 1199px) {
.raff-info-med-big {
	display: none;
}


.raff-info-small {
	display: block;
	color: #fff;
}
.raff-info-small a {
		color: #fff;
}
}

@media handheld, only screen and (max-width: 1199px) {
	/*.main.main--dogma .swiper-wrapper {*/
	/*	height: 100vh;*/
	
	/*}*/
	
	/*.main.main--dogma .swiper-slide {*/
		
	/*}*/

}

.swiper-container .swiper-slide {
	height: 100vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color:#464646;	
}


@media all and (orientation:portrait) and (max-width: 400px) {
	#slide_null {background-image: url(../media/slider/respo/slide_00_500x800.jpg);}
	#slide_eins {background-image: url(../media/slider/respo/slide_01_500x800.jpg);}
	#slide_zwei {background-image: url(../media/slider/respo/slide_02_500x800.jpg);}
	#slide_drei {background-image: url(../media/slider/respo/slide_03_500x800.jpg);}
}
@media all and (orientation:portrait) and (min-width: 401px) and (max-width: 800px) {
	#slide_null {background-image: url(../media/slider/respo/slide_00_800x1100.jpg);}
	#slide_eins {background-image: url(../media/slider/respo/slide_01_800x1100.jpg);}
	#slide_zwei {background-image: url(../media/slider/respo/slide_02_800x1100.jpg);}
	#slide_drei {background-image: url(../media/slider/respo/slide_03_800x1100.jpg);}
}
@media all and (orientation:portrait) and (min-width: 801px) and (max-width: 1400px) {
	#slide_null {background-image: url(../media/slider/respo/slide_00_1450x1860.jpg);}
	#slide_eins {background-image: url(../media/slider/respo/slide_01_1450x1860.jpg);}
	#slide_zwei {background-image: url(../media/slider/respo/slide_02_1450x1860.jpg);}
	#slide_drei {background-image: url(../media/slider/respo/slide_03_1450x1860.jpg);}
}
@media all and (orientation:portrait) and (min-width: 1401px) {
	#slide_null {background-image: url(../media/slider/respo/slide_00_2000x2886.jpg);}
	#slide_eins {background-image: url(../media/slider/respo/slide_01_2000x2886.jpg);}
	#slide_zwei {background-image: url(../media/slider/respo/slide_02_2000x2886.jpg);}
	#slide_drei {background-image: url(../media/slider/respo/slide_03_2000x2886.jpg);}
}


@media all and (orientation:landscape) and (max-width: 700px) {
	#slide_null {background-image: url(../media/slider/respo/slide_00_700x400.jpg);}
	#slide_eins {background-image: url(../media/slider/respo/slide_01_700x400.jpg);}
	#slide_zwei {background-image: url(../media/slider/respo/slide_02_700x400.jpg);}
	#slide_drei {background-image: url(../media/slider/respo/slide_03_700x400.jpg);}
}
@media all and (orientation:landscape) and (min-width: 701px) and (max-width: 1100px) {
	#slide_null {background-image: url(../media/slider/respo/slide_00_1100x800.jpg);}
	#slide_eins {background-image: url(../media/slider/respo/slide_01_1100x800.jpg);}
	#slide_zwei {background-image: url(../media/slider/respo/slide_02_1100x800.jpg);}
	#slide_drei {background-image: url(../media/slider/respo/slide_03_1100x800.jpg);}
}
@media all and (orientation:landscape) and (min-width: 1101px) and (max-width: 1400px) {
	#slide_null {background-image: url(../media/slider/respo/slide_00_1400x1100.jpg);}
	#slide_eins {background-image: url(../media/slider/respo/slide_01_1400x1100.jpg);}
	#slide_zwei {background-image: url(../media/slider/respo/slide_02_1400x1100.jpg);}
	#slide_drei {background-image: url(../media/slider/respo/slide_03_1400x1100.jpg);}
}
@media all and (orientation:landscape) and (min-width: 1401px) {
	#slide_null {background-image: url(../media/slider/respo/slide_00_2000x1200.jpg);}
	#slide_eins {background-image: url(../media/slider/respo/slide_01_2000x1200.jpg);}
	#slide_zwei {background-image: url(../media/slider/respo/slide_02_2000x1200.jpg);}
	#slide_drei {background-image: url(../media/slider/respo/slide_03_2000x1200.jpg);}
}