/*
-----------------------------------
Magnific Popup Content
-----------------------------------
*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042 !important;
  overflow: hidden;
  position: fixed;
  background: #0e1727;
}
@media (max-width:768px) {
	.mfp-container {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.mfp-wrap {
	-webkit-overflow-scrolling: touch;	
}

.white-popup {
  position: relative;
  background: #fff;
  padding: 0px 0px 0px 0px;
  width: auto;
  max-width: 640px;
  margin: 0px auto;
  margin-top: 30px;
  margin-bottom: 80px;
	border-radius: 10px;
	-webkit-box-shadow:  0 14px 80px rgba(0, 0, 0, 0.2);
    			box-shadow: 0 14px 80px rgba(0, 0, 0, 0.2);
}

.mfp-close {
	width: 50px;
	height: 50px;
	top: 0px;
	right: 0px;
	
	border-radius: 0px;
	color: rgba(0, 0, 0, 0.2) !important;
	font-size: 2rem;
	font-weight: 300;
	background: transparent !important;
		
	opacity: 1;
}
.mfp-close:hover {
	color: #000 !important;
}
.mfp-iframe-holder .mfp-close {
	text-align: center;
	width: 50px;
	height: 50px;
	top: 0px;
	right: -50px;
	border-radius: 0px;
	color: #fff !important;
	font-size: 2rem;
	font-weight: 700;
	background-color: #000 !important;
	opacity: 1;
}


.mfp-close i {
	position: relative;
	top:3px;	
}
.mfp-arrow-left {
  left: 5%;
}
.mfp-arrow-right {
  right: 5%;
}
	@media (max-width:1024px) {
		.white-popup .mfp-close {
			right: 0px;
		}
		.mfp-arrow {
			top: 5px;
			margin-top: 0;
			width: 40px;
			height: 40px;
		}
		.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
			margin-top: 0;
			margin-left:0;
		}
		.mfp-arrow-left {
			
		  left: 20px;
		}
		.mfp-arrow-right {
		  right: auto;
		  left: 60px;
		}
		.mfp-arrow-left:before,
		.mfp-arrow-right:before {
			display: none;
		}
	}
	
	@media (max-width:768px) {
		
	}
.white-popup.medium {
	max-width: 770px;
}

.white-popup.wide {
	margin-top: 60px;
	padding: 0px;
	max-width: 970px;
}
.white-popup.extrawide {
	margin-top: 30px;
	padding: 0px;
	max-width: 1140px;
}

.white-popup.full {
  width: 100%;
  max-width: 100%;
  background: none;
}



	@media (max-width:768px) {

	}
	@media (max-width: 500px) {
		.white-popup {
			margin-top: 20px;
			padding: 0px;
		}
	.mfp-search button.mfp-close {
			top: 100px;
			right: 10px;
		}

	}




/* Popup Header */
.modal-header {
	position: relative;
	width:100%;
	line-height: 1;
	height: 50px;
	padding: 1rem 2rem 0.4rem;
	letter-spacing: 1px;
	text-align: left;
	border-bottom: 1px solid rgba(0, 23, 80, 0.1);
	border-radius: 5px 5px 0 0;
	color: rgba(0, 0, 0, 0.24);
}
.modal-header.opac {
	background-color: rgba(255, 255, 255, 0.72) !important;
}
	@media (max-width: 767px) {
		.modal-header {
			padding: 1rem 1rem 0.4rem;
		}
	}

.modal-header .modal-header-title {
		display: inline-block;
		text-transform: uppercase;
		letter-spacing: 2px;
		margin-bottom: 10px;
		font-weight: 700;
		font-size:0.66rem;
		line-height:1;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: 100px;
  height: 100px;
  text-indent: -9999px;
  overflow:hidden;
  text-align: center;
  margin-top: -50px;
  margin-left: -50px;
  left: 50%;
  right: 8px;
  z-index: 1044;
  background: url('../images/rings.svg') no-repeat center;
	background-size: 64px auto; }

/* Popup Footer */

.modal-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
}

.modal-footer {
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	background-color: #fafbfb;
	border-radius: 0 0 10px 10px;
}
.modal-footer .modal-button {
	position: absolute;
	left:50%;
	top: 0;
	transform: translateX(-50%) translateY(-50%);
	width: auto;
}

.modal-body {
	margin:0;
	position: relative;
}
.modal-headline {
	font-size: 1.4rem;
	text-transform: uppercase;
}
.modal-headline.sub {
	font-size: 1rem;
}
.form-wrap  {
	padding-top: 2rem;
}

.wrong {
	position: relative;
	display: block;
}

/* Text Devider */

.devider-w-text{
    color:#d1d1d1;
    width:100%;
    margin:30px auto;
    overflow:hidden;
    text-align:center;   
    line-height:1.2em;
    font-size: 1.4em;
    font-weight: 400;
    color: rgba(63, 63, 62, 0.43);
}

.devider-w-text:before, .devider-w-text:after{
    content:"";
    vertical-align:top;
    display:inline-block;
    width:50%;
    height:0.65em;
    border-bottom:1px solid rgba(63, 63, 62, 0.1);
    margin:0 2% 0 -55%;
}
.devider-w-text:after{
    margin:0 -55% 0 2%;
}


/* Search */
.search-wrap {
	padding-top: 1rem;
}
.search-wrap .searchform {

}
.search-wrap .searchform input[type="text"] {
	
	font-size: 1.125rem;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	height: 2.9125rem;
	line-height: 2rem;
	box-shadow: none;
	background: #fff;
	color: #000 !important;
	border: 2px solid rgba(223, 223, 223, 0.82) !important;
	border-right: 0;
	border-radius: 100px 0 0 100px;
	padding-left: 1em;

}
.search-wrap .searchform input[type="text"]:hover,
.search-wrap .searchform input[type="text"]:focus {
	background: #fff;
	border: 2px solid #008bd2 !important;
}
.search-wrap .searchform .postfix.button {
	font-size: 1.125em;
	height: 2.9125rem;
	padding-top: 0.9rem;
	border-radius: 0 100px 100px 0;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	position: relative;
	left: -2px;
	}
.search-wrap .searchform .postfix.button i{
	margin-right: 5px;
	font-size: 0.9em;
	top: -2px;
	position: relative;
}

.search-wrap .contactform button {
	margin-top: 10px;
}

	@media (max-width: 640px) {
		.search-wrap .searchform input[type="text"] {
			border-radius: 100px 100px !important;
		}
		.search-wrap .searchform .postfix.button {
			border-radius: 100px 100px !important;
		}
	}

/* Contact */
.white-popup .columns {

}
.search-wrap .contactform input[type="text"],
.search-wrap .contactform textarea {
	margin-bottom: 25px;
	font-size: 1em;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	height: 2.9125rem !important;
	box-shadow: none;
	color: #272e32 !important;
	border: 2px solid rgba(223, 223, 223, 0.82) !important;
	border-radius: 5px;
	padding-left: 1em;
	width: 100% !important;
}
.search-wrap .contactform input[type="text"]:hover,
.search-wrap .contactform input[type="text"]:focus {
	background: #fff;
	border: 2px solid #2fa1bd !important;
}
.search-wrap .contactform input#telefoon[type="text"] {
 	text-align: center;
 	letter-spacing: 2px;
 	font-weight: 700;
 	font-size: 1.2em;

 }


.search-wrap .contactform textarea {
	min-height: 100px;
}
.search-wrap .contactform textarea:hover,
.search-wrap .contactform textarea:focus {
	background: #fff;
	border: 1px solid #2fa1bd !important;
}

.search-wrap .contactform .postfix.button {
	font-size: 1.3em;
	height: 2.9125rem;
	line-height: 2.9125rem;
	-webkit-border-top-right-radius: 100px !important;
-webkit-border-bottom-right-radius: 100px !important;
-moz-border-radius-topright: 100px !important;
-moz-border-radius-bottomright: 100px !important;
border-top-right-radius: 100px !important;
border-bottom-right-radius: 100px !important;
}
.search-wrap .contactform .postfix.button i{
	margin-right: 5px;
	font-size: 0.9em;
	top: -2px;
	position: relative;
}
.search-wrap label {
	font-size: 0.86em;
	padding-left: 5px;
	line-height: 1.2;
	margin-bottom: 5px;
}


/* Errorsss */

.search-wrap .contactform span.error,
.search-wrap .contactform small.error {
	position: absolute;
	bottom: -18px;
	display: block;
	padding: 0 10px;

	text-align: left;
	margin-top: 0px;
	margin-bottom: 0em;
	font-size: 0.75rem;
	font-weight: normal;
	font-style: italic;
	background: #e30613;
	color: #fff;
	border-radius: 0 0 3px 3px;
}

.search-wrap .contactform .wrong input[type="text"] {
	border-color: #e30613 !important;
	border-bottom-left-radius: 0;
}


.checkbox-wrap {
	padding-top: 8px;
}
.checkbox-wrap label{
	font-weight: 700;
}
/* Base for label styling */
.checkbox-wrap [type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
}
.checkbox-wrap [type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}

/* checkbox aspect */
.checkbox-wrap [type="checkbox"]:not(:checked) + label:before,
.checkbox-wrap [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:-7px; top: 2px;
  width: 25px; height: 25px;
  border: 1px solid rgba(223, 223, 223, 0.82);
  background: #fff;
  border-radius: 100px;
  outline: 0;
  box-shadow: inset 0 0px 0px rgba(0,0,0,.3);
  transition: all .2s;
}
/* checked mark aspect */
.checkbox-wrap [type="checkbox"]:not(:checked) + label:after,
.checkbox-wrap [type="checkbox"]:checked + label:after {
  content: '\f00c';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: 5px; left: -3px;
  font-size: 18px;
  color: #008bd2;
  transition: all .2s;
}
/* checked mark aspect changes */
.checkbox-wrap [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.checkbox-wrap [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.checkbox-wrap [type="checkbox"]:disabled:not(:checked) + label:before,
.checkbox-wrap [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.checkbox-wrap [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.checkbox-wrap [type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
.checkbox-wrap [type="checkbox"]:checked:focus + label:before,
.checkbox-wrap [type="checkbox"]:not(:checked):focus + label:before {
 
}

/* hover style just for information */
.checkbox-wrap label:hover:before {
  border: 1px solid rgba(223, 223, 223,1);
}


/* Call Modal */
.call-wrap {
	display: block;
	text-align: center;
}
.call-wrap .big-phone {
	line-height: 1;
	font-size: 3.2rem;
	letter-spacing: 3px;
	font-weight: 700;
	display: block;
	padding-bottom: 10px;
}
.call-wrap p {
font-size: 1rem;
}


/* -------------------------------- 

Basic Style

-------------------------------- */
.cd-breadcrumb {
	display: table;
  width: 100%;
  max-width: 768px;
  padding: 0.5em 0em;
  margin: 1em auto;
  background-color: #edeff0;
  border-radius: .25em;
}
.cd-breadcrumb:after {
  content: "";
  display: table;
  clear: both;
}
.cd-breadcrumb li{
  display: table-cell;
  margin: 0.5em 0;
}
.cd-breadcrumb li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}
.cd-breadcrumb li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}
.cd-breadcrumb li > * {
  /* single step */
  display: inline-block;
  font-size: 0.96rem;
  color: #000;
}
.cd-breadcrumb li.current > * {
  /* selected step */
  color: #000;
}
.no-touch .cd-breadcrumb a:hover {
  /* steps already visited */
  color: #000;
}

.cd-breadcrumb li a span.step-nr {
	display: inline-block;
}
.cd-breadcrumb li a span.step-title {
	display: none;
}


@media only screen and (min-width: 768px) {
  .cd-breadcrumb {
    padding: 0 1.2em;
  }
  .cd-breadcrumb li {
    margin: 1.2em 0;
  }
  .cd-breadcrumb li::after {
    margin: 0 1em;
  }
  .cd-breadcrumb li > * {
    font-size: 0.96rem;
  }
  .cd-breadcrumb li a span.step-nr {
		display: none;
	}
	.cd-breadcrumb li a span.step-title {
	display: inline-block;
}
}
/* -------------------------------- 

Triangle breadcrumb

-------------------------------- */
@media only screen and (min-width: 320px) {
  .cd-breadcrumb.triangle {
    /* reset basic style */
    background-color: transparent;
    padding: 0;
  }
  .cd-breadcrumb.triangle li {
    position: relative;
    padding: 0;
    margin: 4px 4px 4px 0;
  }
  .cd-breadcrumb.triangle li:last-of-type {
    margin-right: 0;
  }
  .cd-breadcrumb.triangle li > * {
    position: relative;
    padding: 0.76em .8em 0.76em 2.3em;
    color: rgba(0, 0, 0, 0.4);
    background-color: #edeff0;
    /* the border color is used to style its ::after pseudo-element */
    border-color: #edeff0;
    font-weight: 700;
  }
  .cd-breadcrumb.triangle li.current > * {
    /* selected step */
    color: #ffffff;
    background-color: #2fa1bd;
    border-color: #2fa1bd;
    
  }
  .cd-breadcrumb.triangle li:first-of-type > * {
    padding-left: 1.6em;
    border-radius: .25em 0 0 .25em;
  }
  .cd-breadcrumb.triangle li:last-of-type > * {
    padding-right: 1.6em;
    border-radius: 0 .25em .25em 0;
  }
  .no-touch .cd-breadcrumb.triangle a:hover {
    /* steps already visited */
    color: #ffffff;
    background-color: #2c3f4c;
    border-color: #2c3f4c;
  }
  .cd-breadcrumb.triangle li::after, .cd-breadcrumb.triangle li > *::after {
    /* 
    	li > *::after is the colored triangle after each item
    	li::after is the white separator between two items
    */
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    content: '';
    height: 0;
    width: 0;
    /* 48px is the height of the <a> element */
    border: 24px solid transparent;
    border-right-width: 0;
    border-left-width: 20px;
  }
  .cd-breadcrumb.triangle li::after {
    /* this is the white separator between two items */
    z-index: 1;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
    border-left-color: #ffffff;
    /* reset style */
    margin: 0;
  }
  .cd-breadcrumb.triangle li > *::after {
    /* this is the colored triangle after each element */
    z-index: 2;
    border-left-color: inherit;
  }
  .cd-breadcrumb.triangle li:last-of-type::after, .cd-breadcrumb.triangle li:last-of-type > *::after {
    /* hide the triangle after the last step */
    display: none;
  }
  .cd-breadcrumb.triangle.custom-separator li::after {
    /* reset style */
    background-image: none;
  }
  .cd-breadcrumb.triangle.custom-icons li::after, .cd-breadcrumb.triangle.custom-icons li > *::after {
    /* 50px is the height of the <a> element */
    border-top-width: 25px;
    border-bottom-width: 25px;
  }

  @-moz-document url-prefix() {
    .cd-breadcrumb.triangle li::after,
    .cd-breadcrumb.triangle li > *::after {
      /* fix a bug on Firefix - tooth edge on css triangle */
      border-left-style: dashed;
    }
  }
}

/* Shares */
.share-wrap {
	display: block;
	padding: 20px 25px;
}
.share-wrap > a {
	position: relative;
	display: inline-block !important;
	width: 60px !important;
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding: 0 !important;
	padding-top: 7px;
	margin: 0 5px;
	outline: 0;
	border: 1px solid rgba(0, 0, 0, 0.16);
	border-radius: 0px;
	font-size: 1em;
	text-align: center;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	

}
.share-wrap > a:hover {

	}
.share-wrap a {
	line-height: 60px;
	font-size: 1.8em;
	color: #fff;
}
.share-wrap > a i {
	position: absolute;
	top: 50%;
	left:50%;
	transform: translateX(-50%) translateY(-50%);
}
.share-wrap a.facebook {
	
}
.share-wrap a.twitter {
	
}
.share-wrap a.email {
	
}
.share-wrap a.snapchat {
	
}
.share-wrap a.instagram {
	
}
.share-wrap a.email i {
	color: #fff;
	line-height: 56px;
}
.share-wrap span {
	position: absolute;
	bottom: -30px;
	text-align: center;
	display: block;
	width: 100%;
	color: 	#000;
	font-size: 0.66rem;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0px;
		-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.share-wrap > a:hover span,
.share-wrap > a.current span {
	color: #1c93a7;
	
}
	
	@media (max-width: 640px) {
		.share-wrap {
			padding: 20px 0px;
		}
	}
	@media (max-width: 320px) {
		.share-wrap > a {
			font-size: 1.5em;
			width: 50px !important;
			height: 50px !important;
			line-height: 50px !important;
		}
		.share-wrap a.email i {
			color: #fff;
			line-height: 50px;
		}
	}		


/* overlay at start */
.mfp-search.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-search.mfp-bg.mfp-ready {
  opacity: 1;
}
/* overlay animate out */
.mfp-search.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-search.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-search.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-search.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}





/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.7;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}


/*

====== Zoom-out effect ======

*/
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
