/* @override 
	https://www.vacances.de/css/app.css?* */

@font-face { 
	font-family: 'Calibri-Light'; 
	src: url('/font/Calibri-Light.eot') format('embedded-opentype'); 
	src: local('☺'), url('/font/Calibri-Light.woff') format('woff'), url('/font/Calibri-Light.ttf') format('truetype');
	font-weight: normal; 
	font-style: normal;
}

@font-face { 
	font-family: 'Calibri-Regular'; 
	src: url('/font/Calibri-Regular.eot') format('embedded-opentype'); 
	src: local('☺'), url('/font/Calibri-Regular.woff') format('woff'), url('/font/Calibri-Regular.ttf') format('truetype');
	font-weight: normal; 
	font-style: normal;
}

@font-face { font-family: 'Calibri-Bold'; 
	src: url('/font/Calibri-Bold.eot') format('embedded-opentype'); 
	src: local('☺'), url('/font/Calibri-Bold.woff') format('woff'), url('/font/Calibri-Bold.ttf') format('truetype'); 
	font-weight: normal; 
	font-style: normal;
}

@font-face { 
	font-family: 'Pe-icon'; 
	src: url('/font/Pe-icon-7-stroke.eot') format('embedded-opentype'); 
	src: local('☺'), url('/font/Pe-icon-7-stroke.woff') format('woff'), url('/font/Pe-icon-7-stroke.ttf') format('truetype');
	font-weight: normal; 
	font-style: normal;
}

@font-face {
  font-family: "vacances";
  src:url("/font/vacances.eot");
  src:url("/font/vacances.eot?#iefix") format("embedded-opentype"),
    url("/font/vacances.woff") format("woff"),
    url("/font/vacances.ttf") format("truetype"),
    url("/font/vacances.svg#vacances") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "vacances" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "vacances" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-azubi:before {
  content: "\61";
}
.icon-bildung:before {
  content: "\62";
}
.icon-familie:before {
  content: "\63";
}
.icon-geld:before {
  content: "\64";
}
.icon-gesundheit:before {
  content: "\65";
}
.icon-urlaub:before {
  content: "\75";
}
.icon-hamburger:before {
  content: "\6d";
}
.icon-xing:before {
  content: "\78";
}
.icon-youtube:before {
  content: "\79";
}
.icon-twitter:before {
  content: "\74";
}
.icon-linkedin:before {
  content: "\69";
}
.icon-facebook:before {
  content: "\66";
}
.icon-pinterest:before {
  content: "\70";
}


html { 

}

body {
	background: -webkit-linear-gradient(bottom, rgba(138, 189, 13, 0.2) 0%, rgba(175, 209, 85, 0) 78.1%) fixed;
	background: -moz-linear-gradient(bottom, rgba(138, 189, 13, 0.2) 0%, rgba(175, 209, 85, 0) 78.1%) fixed;
	background: linear-gradient(to top, rgba(138, 189, 13, 0.2) 0%, rgba(175, 209, 85, 0) 78.1%) fixed;
}


nav{
	
}



.kopf  {
	background-color: #00587c;
	z-index: 55;
	padding-bottom: 10px;
	padding-top: 20px;
}



.kopf a {
	color: white;
	font-size: 1.2rem;
}

.kopf a:hover {
	color: rgba(255, 255, 255, 0.4);
}

.off-canvas-content {
	background-color: transparent;
}

.callout.job .JobIcon img{
	height: 6rem;
	width: 6rem;
	margin-left: 40%;
	margin-right: 40%;
}


.gruen {
	background-color: rgba(139, 189, 13, 0.8);
}


/* Large only */
@media screen and (min-width: 64em) {


	.banner {
		height: 680px;
	}
	
	h1 {
		font-size: 1.8rem;
		font-weight: bold;
		color: #085a7d;
	}
}

.orbit.kopf {
	height: auto;
	z-index: -1;
	visibility: visible;
	padding: 0;
}


.fuss {
	background-color: #085a7d;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 20px;
}
.unten {
	text-align: center;
	font-size: 0.8rem;
	margin-top: 20px;
	margin-bottom: 20px;
}

.unten a{
	color: gray;
}
.callout.hell {
	margin-top: 20px;
	border-style: none;
	border-color: gray;
	margin-bottom: 0;
	margin-top: 0;
	background: -webkit-linear-gradient(-70deg, #d2d9e0 0%, #ffffff 51.9%);
	background: -moz-linear-gradient(-70deg, #d2d9e0 0%, #ffffff 51.9%);
	background: -ms-linear-gradient(-70deg, #d2d9e0 0%, #ffffff 51.9%);
	background: -o-linear-gradient(-70deg, #d2d9e0 0%, #ffffff 51.9%);
	background: linear-gradient(160deg, #d2d9e0 0%, #ffffff 51.9%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d2d9e0, endColorstr=#ffffff,GradientType=1);
}

.callout.job {
	background-color: transparent;
	text-align: center;
	border-style: none;
}



.callout.job h2{
		margin-bottom: 0;
		text-align: center;
}


.callout h2{
	color: #085a7d;
	font-size: 1.5rem;
	margin-top: 10px;
}
.callout a{
	color: #085a7d;
	font-weight: bold;
	font-size: 1.4rem;
}
.callout a.weiter{
	font-size: 1rem;
}

.content {
	padding-top: 20px;
	padding-bottom: 50px;
}
.content a{
	color: #085a7d;

}
.content h1{
	color: #085a7d;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 20px;
	margin-top: 30px;
	font-size: 1.6rem;
}


.content h2{
	color: rgb(138, 189, 13);
	margin-bottom: 20px;
	font-size: 1.2rem;
	margin-top: 20px;
}

.mitarbeiter h2{
	margin-top: 0;
	margin-bottom: 0;
}

.content h3{
	color: #085a7d;
	font-size:1.2rem;
}

.content hr{
	border-style: solid;
	border-color: #085a7d;
	margin-top: 0;
}

p {
	margin: 0 0 20px;
	padding: 0;
		-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 
	-moz-hyphenate-limit-chars: auto 5;
	-moz-hyphenate-limit-lines: 2;
	-o-hyphenate-limit-chars: auto 5;
	-o-hyphenate-limit-lines: 2;
	-webkit-hyphenate-limit-chars: auto 5;
	-webkit-hyphenate-limit-lines: 2;
	-ms-hyphenate-limit-chars: auto 5;
	-ms-hyphenate-limit-lines: 2;
	hyphenate-limit-chars: auto 5;
	hyphenate-limit-lines: 2;
}

.callout.start {
	margin-bottom: 0;
	margin-top: 30px;
}


.content ul li {
		list-style-type: none;
		margin: 0 0 20px;
	padding: 0;
}


.content ul li:before {
	font: 1.2rem 'calibri';
	content: '→';
	color: #96B716;
	position: relative;
	margin-left: -1.2rem;
	margin-right: 0.1rem;
}




.mitar_list img {
	background: -webkit-linear-gradient(-70deg, #CBDFA2 0%, #ffffff 51.9%);
	background: -moz-linear-gradient(-70deg, #CBDFA2 0%, #ffffff 51.9%);
	background: -ms-linear-gradient(-70deg, #CBDFA2 0%, #ffffff 51.9%);
	background: -o-linear-gradient(-70deg, #CBDFA2 0%, #ffffff 51.9%);
	background: linear-gradient(160deg, #CBDFA2 0%, #ffffff 51.9%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CBDFA2a, endColorstr=#ffffff,GradientType=1);
	filter: saturate(10%);
}

.mitar_list a:hover {

	filter: saturate(1000%);
}

.mitar_list {
	margin: 2px;
}

.mitar_list h2 {
	font-size: 1.6rem;
	line-height: 1.4rem;
	margin-top: 10px;
}
.mitar_list p {
	line-height: 1.2rem;
	font-size: 0.8rem;
}


.job h3 {
	color: #085a7d;
	font-size: 1.8rem;
	padding-left: 30px;
	padding-top: 12px;
}
.job h4 {
	color: rgb(138, 189, 13);
	font-size: 1.2rem;
	padding-left: 30px;
	margin-top: -10px;
}

.job hr {
	margin-bottom: 10px;
	margin-top: 10px;
}

.job h3 a{
}
.job h3 a:hover{

}

.icon-blau{
	font-size: 6rem;
	color: #085a7d;
	line-height: 2rem;
}

.job img{
	width: 1.4rem;
	float: left;
}

.form {
	background-color: #c1d0d9;
	padding-top: 20px;
	padding-bottom: 50px;
}

.logo-mobil {
	margin-bottom: 20px;
	margin-top: 20px;
}

.schatten {
width: 100%;
}

.foto-adr img{
	overflow: hidden;
}

.callout.dunkel {
	margin-bottom: 20px;
}

.dunkel {
	background: -webkit-linear-gradient(-70deg, #085a7d 0%, #d2d9e0 100%);
	background: -moz-linear-gradient(-70deg, #085a7d 0%, #d2d9e0 100%);
	background: -ms-linear-gradient(-70deg, #085a7d 0%, #d2d9e0 100%);
	background: -o-linear-gradient(-70deg, #085a7d 0%, #d2d9e0 100%);
	background: linear-gradient(160deg, #085a7d 0%, #d2d9e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#085a7d, endColorstr=#ffffff,GradientType=1);
	height: 130px;
	border-width: 0;
}

.fuss #map-canvas-fuss{
	margin-bottom: 20px;
}


img.mit-bild {
	background: -webkit-linear-gradient(-70deg, #d2d9e0 0%, #ffffff 51.9%);
	background: -moz-linear-gradient(-70deg, #d2d9e0 0%, #ffffff 51.9%);
	background: -ms-linear-gradient(-70deg, #d2d9e0 0%, #ffffff 51.9%);
	background: -o-linear-gradient(-70deg, #d2d9e0 0%, #ffffff 51.9%);
	background: linear-gradient(160deg, #d2d9e0 0%, #ffffff 51.9%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d2d9e0, endColorstr=#ffffff,GradientType=1);
	filter: saturate(65%);

}

.foto-adr {
	padding-bottom: 20px;
}

.row.mitarbeiter {
	padding-top: 30px;
}
.row.mitarbeiter h1{
	margin-top: -10px;
	margin-bottom: 0;
}
.row.mitarbeiter b {
	color: #085a7d;
}

#wrapper {
	background-color: white;
	width: 100%;
	height: 240px;
	position: relative;


}
#carousel div {
	text-align: center;
	width: 300px;
	height: 240px;
	float: left;
	position: relative;
}

#carousel div span a {
	text-align: center;
	display: block;
	color: black;
	margin-top: 5px;
}

.projekt {
	border: thin solid rgb(138, 189, 13);
	padding: 15px;
	margin-bottom: 20px;
}

.projekt h2{
	color: #085a7d;
	font-weight: normal;
	font-style: normal;
	font-size: 1.6rem;
}
.projekt a{
	color: #085a7d;
}

label.button {
	background-color: gray;
	margin-top: 10px;
}

label {
line-height: 1.2rem;
font-size: 1rem;
}

label b{
	color: #c80303;
}

.aus { display:none; }

.kopf-mobil a img {
	width: 50%;
}

.icon.hamburger{
	color: white;
	font-size: 1.5rem;
	padding-top: 10px;
}

.is-drilldown{
	color: white;
}
.is-drilldown a{
	color: white;
}

.naviMobil{
	margin-top: 50px;
}

.callout{
	margin-bottom: 0;
}


@media screen and (max-width: 39.9375em) {

h1 {
	font-size: 1.2rem;
	font-weight: bold;
	color: #085a7d;
}


.job h3 {
	font-size: 1.4rem;
	
}
.job h4 {
	font-size: 1rem;
}
.mitarbeiter h2{
		font-size: 1rem;

}
.content h1{
	margin-bottom: 0px;
	margin-top: 20px;
	font-size: 1.6rem;
}
}
.team_list {
    position: relative;
    overflow: hidden;#085a7dmargin-bottom: 2px;
	margin-bottom: 20px;
} 

.frab-overlay,
.text-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    opacity: 1;
    transition: background-color 0.3s ease, opacity 0.3s ease;
}

.team_list .frab-overlay {
    background-color: white;
	opacity: 0.75;
}

.team_list:hover .frab-overlay {
    background-color: #085a7d;
}

.text-overlay p {
    color: #085a7d;
    transition: color 0.3s ease;
	text-align: center;
}

.text-overlay a {
    color: #085a7d;
    transition: color 0.3s ease;
	text-align: center;
}

.team_list:hover .text-overlay p {
    color: white;
}
.team_list:hover .text-overlay a{
    color: white;
}

p.bewerben {
	color: white;
	background-color: #085a7d;
	padding: 10px;
}
p.bewerben a{
	color: white;
	font-weight: bold;
}

p.adresse {
	margin-top: -77px;
}

.pfad {
padding-top: 20px;
color: #085a7d;
font-size: 0.9rem;
position: absolute;
clear: right;
}


.gruppenfoto {
	margin-top: 100px;
}
.rot {
	color: red;
}
  .hide {
        display: none;
    }

input[type="checkbox"] {
	appearance: none;
	height: 30px; 
	background: white; 
	border-radius: 5px;
	border: 2px solid silver;
	background-position: center center;
	box-shadow: 0 0;
	width: 30px;
	margin-bottom: 0;
}

input[type=checkbox]:checked {
	background: gray;
	background-image: url(/img/haekchen.svg);
}

.vCenter {
	display: flex;
	align-items: center; /* Vertikale Zentrierung */
}

input.honeypot2 {
                height: 3px;
                border: none;
				display: none;
}

.naviSocial {
	position: absolute;
	bottom: 5px;
	left: 5px;
}
.naviSocial .icon-navi {
	color: white;
	font-size: 2rem;
	width: 43px;
	float: left;
	height: 42px;
	margin: 15px;
}

.fussK {
	color: white;
}

.fussK a{
	color: white;
}

.fussK .icon-navi {
	color: white;
	font-size: 2.5rem;
	width: 43px;
	float: left;
	height: 42px;
	margin: 15px;
}

.callout.wa {
	border: 20px solid white;
	background-color: rgba(137, 189, 13, 0.28);
}
.callout.an {
	border: 20px solid #D2DEE5;
	background-color: #D2DEE5;
	margin-bottom: 30px;
}

.callout .icon-navi {
	float: left;
	margin-right: 40px;
	height: 7.5rem;
	width: 7.5rem;
	font-size: 7.5rem;
}

.callout h3 {
	font-weight: bold;
	margin-bottom: 0;
	color: #085a7d;
}

.angebotIcon {
	width: 60%;
}
form a {
	text-decoration: underline;
}
