html {
  font-size: 16px;
}

@media (min-width: 601px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1281px) {
  html {
    font-size: 20px;
  }
}
body,
input,
textarea,
select {
  font-size: 1rem;
  line-height: 1.5rem;
  font-family: "Barlow", verdana, arial, helvetica, sans-serif;
  color: #222222;
  font-weight:400;
}
#main {
	text-wrap: balance;
}

header * {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word; 
}

h1,
h2,
h3,
h4,
h5{
  font-family: "Barlow", verdana, arial, helvetica, sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

h1{
  font-size: 4rem;
  line-height: 3rem;
  font-weight: 700;
}


h2{
  font-size: 3.25rem;
  line-height: 3.5rem;
  font-weight: 700;	
}

.header-group > h2{
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: 700;
}


h3,
.ce-uploads-fileName {
  font-size: 2.25rem;
  line-height: 2.75rem;
  font-weight: 700;
}
body#seite-91 h3 {margin-bottom:0;}

figcaption > div > h3 {margin-bottom:10px; text-transform:uppercase;  font-size: 1.25rem;}

h4 {
  font-size: 1rem;
  margin:0;
  padding:0;
  font-weight: 700;
  margin-top:2rem;
}

h5,
.fontsize5 {
  font-size: 1rem;
}

.header-group *:first-child {
  margin-bottom: 0.75rem;
}

p + p,
pre,
table {
  margin-top: 1.5rem;
}

p,
ul,
ol,
dl,
pre,
table {
  margin-bottom: 1.5rem;
}

.small,
small {
  font-size: 0.8rem;
}

b,
strong,
.bold {
  font-family: "Barlow", verdana, arial, helvetica, sans-serif;
  font-weight: 600;
}
.numberfield {font-weight: 700; font-size:6rem; color:#a6a29a; line-height:5rem; margin-bottom:-1.5rem; margin-left: -2rem; }
.customfield {font-size:1.25rem; text-transform:uppercase; padding-bottom:1rem; background:url(../Images/divider.png) no-repeat -20px 50%; padding:0 0 0 3rem; margin-bottom: 1rem;  }

.frame-layout-280 .customfield, .frame-layout-270 .customfield  {font-size:1.5rem; line-height:1.5rem; position:relative; text-transform:uppercase; padding-bottom:0; background:url(../Images/divider.png) no-repeat -20px 50%; padding:0 0 0 3rem; margin-bottom: 1rem;  }
.customfield2 {font-size:1.5rem; text-transform:uppercase; padding-bottom:0; }

.header-image p {font-size:1.75rem; line-height:2.5rem;}

a {
  color: #6C8A7E;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.frame-herotext h1 { font-size: clamp(1rem, 7vw, 7rem); line-height: calc(100% + 0.5rem); width:100%; padding:10px 0; color:#fff; }
.frame-herotext h1 > .hero-thin { font-size: clamp(1rem, 7vw, 7rem); line-height: calc(100% + 0.5rem); width:100%; padding:0 1rem 2rem 0; font-weight:400; }

.text-bold {font-weight:600;}

.btn-buchung {
	background:#eb5b25; 
	position: relative; 
	color:#fff; 
	display:inline-block; 
	margin-top:1rem; 
	text-transform:uppercase; 
	padding:0.75rem 1.5rem; 
	-webkit-border-radius: 1.75rem;
	-moz-border-radius: 1.75rem; 
	border-radius: 1.75rem;
	transition: all 0.5s, ease; 
	}
.btn-buchung::before {
    content: "";
    width: 100%;
    height: 100%;
    inset: 0;
    position: absolute;
    background-color:transparent;
    -webkit-border-radius: 1.75rem;
	-moz-border-radius: 1.75rem; 
	border-radius: 1.75rem;
    transition: all 0.5s ease;

}

.btn-buchung:hover{
    color:#fff; 
	-webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #fff;
}
.btn-buchung:hover::before {
    box-shadow: 0 0 15px 5px #eb5b25;
}


.btn-bewerben {
	background:#eb5b25; 
	position: relative; 
	color:#fff; 
	display:inline-block; 
	margin-top:1rem; 
	text-transform:uppercase; 
	padding:0.75rem 1.5rem; 
	-webkit-border-radius: 1.75rem;
	-moz-border-radius: 1.75rem; 
	border-radius: 1.75rem;
	transition: all 0.5s, ease; 
	}
.btn-bewerben::before {
    content: "";
    width: 100%;
    height: 100%;
    inset: 0;
    position: absolute;
    background-color:transparent;
    -webkit-border-radius: 1.75rem;
	-moz-border-radius: 1.75rem; 
	border-radius: 1.75rem;
    transition: all 0.5s ease;

}	
.btn-bewerben:hover{
    color:#fff; 
	-webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #fff;
}
.btn-bewerben:hover::before {
    box-shadow: 0 0 15px 5px #eb5b25;
}

.point {background:#eb5b25; 
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height:300px;
	width:300px;
	 display: flex;
  align-items: center;
  justify-content: center;
	}
.point a{ color:#fff; font-size:1.5rem;}
.point p{ padding:0; margin:0;}		

.jobclose{ 
	color:#262626; 
	font-weight:400; 
	border:1px solid #262626; 
	padding:10px 1rem;  
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  	-webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    border-radius: 1.5rem;
  }
.jobclose:hover {background:rgba(38,38,38,0.8); color:#fff; text-decoration:none; }  


.link-internal:before {font-family: 'FontAwesome'; content: "\f101"; font-size:0.875rem; line-height:0; padding-right:5px;}
.rte-icon.fa-envelope:before {font-family: 'FontAwesome'; content: "\f003"; font-size:0.875rem; line-height:0; padding-right:5px;}
.rte-icon.fa-globe:before {font-family: 'FontAwesome'; content: "\f08e"; font-size:0.875rem; line-height:0; padding-right:5px;}
.rte-icon.fa-download:before {font-family: 'FontAwesome'; content: "\f019"; font-size:0.875rem; line-height:0; padding-right:5px;}

.content-footer2 a:before {font-family: 'FontAwesome'; content: "\f101"; font-size:0.875rem; line-height:0; padding-right:5px;}

.wrapper-footer a {color: #fff;}
.wrapper-footer li > span {font-weight:700;}
.wrapper-footer a:before {font-family: 'FontAwesome'; content: "\f101"; font-size:0.875rem; line-height:0; padding-right:5px;}
.wrapper-footer li#m-107 a:before, .wrapper-footer li#m-107 > span:before {font-family: 'FontAwesome'; content: "\f11c"; font-size:0.875rem; line-height:0; padding-right:5px;}
.wrapper-footer li#m-108 a:before, .wrapper-footer li#m-108 > span:before {font-family: 'FontAwesome'; content: "\f193"; font-size:0.875rem; line-height:0; padding-right:5px;}
.wrapper-footer a:focus, .wrapper-footer a:hover {
  color: #222;
}

/* Image Map */
.imp-object-list-footer {display:none;}
.imp-object-list-item p {margin:0; font-size:1.05rem; font-family: "Montserrat", verdana, arial, helvetica, sans-serif !important;}
.imp-object-menu {width: 320px !important; padding-top:0 !important; top: auto !important; bottom: 2rem; } 
.imp-object-menu-on-top .imp-object-list-item {
    border:1px solid #fff !important;
	margin-bottom: 10px !important;
}
.imp-ui-light .imp-object-menu.imp-object-menu-right {
    margin-top: 1.5rem;
}

[data-list-item-id="f5128461-e22b-450d-ac0d-6fc01ba456c1"] {
	background:#262626 !important;
	color:#fff !important;
}
[data-list-item-id="a1ce1c8c-3fca-4f78-bdca-046728179e31"] {
	background:#000 !important;
	color:#fff !important;
}
[data-list-item-id="8674cd48-5595-4bb6-9f61-a9b91b794ca9"] {
	background:#ffffff !important;
	color:#262626 !important;
}
[data-list-item-id="5dbabd6d-c5a8-497a-8ca1-ec9392b3ef24"] {
	background:#B7D0D7 !important;
	color:#262626 !important;
}
[data-list-item-id="f0a2beec-cbb5-4bf7-a87f-36aa8dd5011e"] {
	background:#6C8A7E !important;
	color:#fff !important;
}
[data-list-item-id="a092358d-8b8a-49f4-a969-0eee4307d66e"] {
	background:#504C9A !important;
	color:#fff !important;
}
[data-list-item-id="5ef1707b-d9dd-4433-9b1f-6aa5cf3025ad"] {
	background:#b34e15 !important;
	color:#fff !important;
}
.imp-object-list-container {
	box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.imp-object-item {width: 33.33333%; padding:1rem;}
.jobtitel {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

@media (prefers-reduced-motion: reduce) {
	a {
		transition: none;
	}
}
a:focus, a:hover {
  color: #000F42;
}
a.invers {
  color: #cccdd1;
}
a.invers:focus, a.invers:hover {
  color: #fff;
}


sup,
sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

sub {
  top: 0.4em;
}

.invers {
  color: #fff;
}

.font-color-light {
  color: #64666d;
}

/************* Tabelle **************/

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
  margin: 0;
  border: 0;
  border-bottom-width: 0;
}
th,
td {
	 padding: 0;
  border-bottom:0;
  text-align: left;
  vertical-align: top;
}
@media (prefers-reduced-motion: reduce) {
	th,
	td {
		transition: none;
	}
}
th {
	padding-top: 0;
    font-weight: 300;
}

.table-responsive,
.frame-type-table {
	 margin-bottom: 1.5rem;
  overflow-x: auto;
  overflow-y: hidden;
}


table caption {
  padding: 0.375rem;
}

@media (max-width: 1600px) {	
.imp-object-menu { padding-top:21% !important; } 
}
@media (max-width: 1280px) {
.imp-object-menu { width: 280px !important; padding-top:18% !important; } 
.frame-herotext h1 > .text-bold { font-size: clamp(2rem, 7vw, 5.75rem); line-height: calc(100% + 0.5rem); width:100%; padding:10px 0; }
}

@media (max-width: 1150px) {
.imp-object-menu { width: 240px !important; padding-top:14% !important; } 
}
@media (max-width: 1024px) {
.frame-herotext h1 > .text-bold { font-size: clamp(2rem, 9vw, 6.75rem); line-height: calc(100% + 0.5rem); width:100%; padding:10px 0; }
.imp-object-list-footer {display:block;}
.imp-object-menu {display:none !important; }
.imp-object-item {height:5rem;}
.imp-object-menu.imp-mobile{
    position: absolute !important;
    right: 0 !important;
    left: auto;
    top: 0;
    width: 240px;
    z-index: 99999;
}
.imp-ui-top-right {
    display:none !important;
} 
.imp-object-menu.imp-mobile.imp-active .imp-menu-close-button {
  left: 60px;
  top: 15px;

}
.imp-object-menu.imp-mobile:after {
    display: block;
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    left: -2px;
    top: 0;
    background: transparent !important; 
} 
}
@media (max-width: 800px) {
   h1 {font-size:3rem;}	
   .header-group > h2{font-size: 1.75rem;line-height: 2rem;}
   h3,.ce-uploads-fileName {
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 700;
}
}
@media (max-width: 768px) {
.numberfield {
  font-weight: 700;
  font-size: 6rem;
  color: #a6a29a;
  line-height: 5rem;
  margin-bottom: -1.5rem;
  margin-left: 0;
  }
}

@media (max-width: 660px) {
  h1 {font-size:2.5rem;}	
   .header-group > h2{font-size: 1.25rem;line-height: 2rem;}
   h3,.ce-uploads-fileName {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 700;
}	
h2{
  font-size: 2.5rem;
  line-height: 3.25rem;
  font-weight: 600;
}
.header-image p {font-size:1.25rem; line-height:1.75rem;}
.wrapper-footer a {line-height:2rem;}
}

@media (max-width: 480px) {
h2{
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 600;
}
.customfield {
    font-size: 1rem;
    padding-bottom: 1rem;
 }
.imp-object-item {width: 50%; padding:1rem;}
.imp-object-item.item-last {width: 100%; padding:1rem;} 
}
