﻿/* Version: 17.06.2021 */

@font-face {
	font-family: "Open Sans";
	src: url('https://fonts.pwrk.dev/ofl/opensans/OpenSans[wdth,wght].woff2') format('woff2');
	font-weight: 300, 400, 500, 600, 700, 800;
	font-style: normal;
}

@font-face {
	font-family: "Open Sans";
	src: url('https://fonts.pwrk.dev/ofl/opensans/OpenSans-Italic[wdth,wght].woff2') format('woff2');
	font-weight: 300, 400, 500, 600, 700, 800;
	font-style: italic;
}

@font-face {
    font-family:"HamburgSans-Bold";
    src: url("//anzeigen.jobsintown.de/job/files/1283432/HamburgSans-Bold.ttf");
}

@font-face {
    font-family:"HamburgSans-BoldItalic");
    src: url("//anzeigen.jobsintown.de/job/files/1283432/HamburgSans-BoldItalic.ttf");
}

@font-face {
    font-family:"HamburgSans-Italic";
    src: url("//anzeigen.jobsintown.de/job/files/1283432/HamburgSans-Italic.ttf");
}

@font-face {
    font-family:"HamburgSans-Regular";
    src: url("//anzeigen.jobsintown.de/job/files/1283432/HamburgSans-Regular.ttf");
}

/* ------------------- NICHT VERÄNDERN ------------------------- */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
 line-height: 1.15; /* 1 */
 -webkit-text-size-adjust: 100%; /* 2 */
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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



body {
  font-family: "HamburgSans-Regular", 'Open Sans', sans-serif;
/* ------------------- NICHT VERÄNDERN ------------------------- */
  font-size: 100%;
 /* ------------------------------------------------------------ */
  color: #333;
  text-decoration: none;
  font-weight: normal;
  word-spacing: normal;
  line-height: 1.5;
  background-color: rgb(227, 227, 227);
  /*	Hintergrundbilder werden in Chrome mit ausgedruckt	*/
  -webkit-print-color-adjust:exact;
/* 	background-color:#e5eff5;*/
}

p {
  margin: 0 0 0.5rem 0;
}

small{
	font-size: 0.65em;
}

h1 {
  line-height: 1.3;
  font-size: 1.95rem;
  font-weight: 800;
  padding: 0;
font-family:"HamburgSans-Bold";
  margin: 0;
}

h2 {
  margin: 0.5rem 0 0 0;
  line-height: 1.3;
  font-size: 1.55rem;
  font-weight: 600;
}

h3{
  color: #003063;
  margin: 0.75rem 0;
  font-size: 1.55rem;
}

h4{
font-weight: bold;
font-size: 1.2em;
margin: 0.75rem 0;
}

.frame-outer {
  position: relative;
  padding: 0;
  width: 48rem;
  margin: 1.3rem auto;
  background-color: #FFF;
  border: 0.02rem solid #A7A9A4;
  box-shadow: -0.1rem 0.1rem 1rem #999;
  font-size: 0.85rem;
}

.frame-outer::after {
  content: "";
  display: block;
  clear: both;
}

.greater{
	font-size: 1.2em;
	line-height: 1.3;
}

.logo {
text-align: left;
margin-bottom: 2.5rem;
}

.logo img{
	 width: 13rem;
}

.river {
	background-color: #003063;
	height: 51px;
	margin-bottom: 20px;
	position: relative;
}

.river .bow {
  position: absolute;
	top: -20px;
background-image: url('//anzeigen.jobsintown.de/job/files/1283432/bug-red.gif');
	height: 40px;
  width: 140px;
background-size: cover;
}



.box-grey{
  background-color: #f1f1f1;
  padding: 0.25rem 1.1rem;
}

.header {
  position: relative;
}

.blue-dark{
color: rgb(0, 48, 99);
}

.blue-light{
  color: rgb(0, 92, 169);
}

.headline{
font-size: 1.1em;
font-weight: bold;
margin: 0.4rem 0;
}

.title-block {
 padding: 1.1rem 3%;
} 

.content {
  padding: 0.25rem 3%;
}

.content::after {
  content: "";
  display: block;
  clear: both;
}

.float-left {
  float: left;
  width: 48%;
}

.float-right {
  float: right;
  width: 48%;
}

.footer {
  padding: 1.1rem 3%;
  background-color: #003063;
  color: #fff;
}

.footer a:link, .footer a:visited{
  color: #fff;
}

.footer a:active{
  color: #000;
}

.footer h2, .footer h3, .footer h4{
  color:#fff;
  font-size: 1.35rem;
}

.footer::after {
  content: "";
  display: block;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
  width: auto9;
  border: 0;
  vertical-align: middle;
}

a:link {
   color: rgb(0, 92, 169);
  text-decoration: none;
}

a:visited {
  text-decoration: none;
   color: rgb(0, 92, 169);
}

a:hover {
  text-decoration: underline;
   color: #000;
}

a:active {
  text-decoration: none;
   color: rgb(0, 92, 169);
}

p.a {
  white-space: nowrap;
}

ul {
  margin: 0 auto 0.5rem 0.5rem;
  padding-left: 0.5rem;
   list-style: none;
  /* ------------- FALLS ETWAS ANDERES ALS DIE STANDARD AUFZÄHLUNGSZEICHEN GEWÜNSCHT ----------------  */
  /* list-style-type: none; */
  /* DANN MUSS "list-style-type: disc;" GELÖSCHT WERDEN.
  /* ------------------------------------------------------------------------------------------------- */
}

li {
  /* ------------- FALLS ETWAS ANDERES ALS DIE STANDARD AUFZÄHLUNGSZEICHEN GEWÜNSCHT ----------------  */
  position: relative; 
  /* ------------------------------------------------------------------------------------------------- */
  margin: auto;
  padding: 0;
  padding-left: 0.3rem;
}

/* --------------- FALLS ETWAS ANDERES ALS DIE STANDARD AUFZÄHLUNGSZEICHEN GEWÜNSCHT ----------------  */

li::before {
	position: absolute;
	top: -0.4rem;
	left: -0.7rem;
	content: "•";
	font-size: 1.5rem;
	color: #003063;
}



.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
}

.hide {
  display: none;
}

.cc{
column-count: 2;
column-gap: 1.5rem;
}

.refnr {}

.justifier {
  text-align: justify;
}

.bg-darkblue {
  background: rgb(78, 147, 250);
}

.bg-lightblue {
  background: rgb(127, 174, 245);
}

/* -------------- FLEXBOX EIGENSCHAFTEN -------------------- */
/* -----GENERELL: FLEXBOX STATT FLOAT NEHMEN, DA SIE BESSERE OPTIONEN ZUR GESTALTUNG BIETEN, 
JEDOCH DARAUF ACHTEN, DASS FLEXBOXEN NICHT VOM INTERNET EXPLORER 9 UND ABWÄRTS UNTERSTÜTZT WERDEN. => IN DEM FALL FLOATEN --------------------- */

/* .flex {
  display: table;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1rem 0;
} 
*/

/* -------------- FLEXBOX EIGENSCHAFTEN FÜR GLEICHE HOHE BOXEN MIT "PLATZ ZWISCHEN DEN BOXEN" (siehe "justify-content: space-between;") -------------------- */

.flex-data {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0;
}

.flex-data p{
margin:0;
}

.flex-data div{
  margin: 1rem 0.5rem;
}

.flex-data div:first-child{
  margin:0;
  margin-top:1rem;
  margin-bottom: 1rem;
  margin-right: 0.5rem;
}

.flex-data div:last-child{
  margin:0;
  margin-top:1rem;
  margin-bottom: 1rem;
  margin-left:0.5rem;
}

/* Grid ANFANG Tutorial https://css-tricks.com/snippets/css/complete-guide-grid/#grid-template-areas
*/

.item-a {
  grid-area: header;
}
.item-b {
  grid-area: main;
}
.item-c {
  grid-area: sidebar;
}
.item-d {
  grid-area: footer;
}

.container {
  display: grid;
  grid-template-columns: 3,125rem 3,125rem 3,125rem 3,125rem;
  grid-template-rows: auto;
  grid-template-areas: 
    "header header header header"
    "main main . sidebar"
    "footer footer footer footer";
}

/* Grid ENDE */

.half {
  width: 48%;
  padding: 1rem 3%;
}

.left {
  width: 48%;
  padding: 1rem 3%;
}

.right {
  width: 48%;
  padding: 1rem 3%;
}

.button_box {
  text-align: center;
}

.button_box::after {
  clear: both;
  content: "";
  display: block;
}

/*____________________
    
TRANSITION FÜR VERSCHIEDENE BROWSER

    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
_______________________
*/

/*_______________________

BUTTON MIT ANIMATION
_______________________
*/

.button a {
  display: inline-block;
  padding: 0.6rem 3.5rem 0.6rem 3.5rem;
  margin: 1rem auto;
  cursor: pointer;
	font-size: 1.1em;
 background-color: #005ca9;
border: 0.0625rem solid #005ca9;
  transition: all 140ms ease 0s;
  -moz-transition: all 140ms ease 0s;
  -webkit-transition: all 140ms ease 0s;
  color: #fff;
border-radius: 0.1875rem;
}

.button a:hover {
  background-position: 0.9375rem center;
  background-color: #003063;
  border-color: #003063;
text-decoration: none;
}

/*Slider*/

.slider-wrap {
	max-width: 45rem;
  	width: auto;
  	height: auto;
	position:relative;
	overflow: hidden;
}

/* BEGINN Slider mit 3 Bildern mit transform Animation */

.slideshow-3-bilder {
	position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;

}
.slideshow-3-bilder li span {
  width: 100%;
  height:100%;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image-3-bilder 24s linear infinite;
  animation: image-3-bilder 24s linear infinite;
}

@keyframes image-3-bilder {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }
  
  1% {
    transform: translateX(0);
  }
  
  33.33333% {
    transform: translateX(0);
	
  }
  
  34.33333% {
    transform: translateX(-100%);

  }
	100%{
		transform: translateX(-100%);
	 opacity: 1;
	}

}

@-webkit-keyframes image-3-bilder {
0% {
    opacity: 1;
    transform: translateX(100%);
  }
  
  1% {
    transform: translateX(0);
  }
  
  33.33333% {
    transform: translateX(0);
	
  }
  
  34.33333% {
    transform: translateX(-100%);

  }
	100%{
		transform: translateX(-100%);
	 opacity: 1;
	}

}

.slideshow-3-bilder li {
    margin:0;
    padding:0;
  list-style: none;
}

.slideshow-3-bilder li:nth-child(1) span {
}

.slideshow-3-bilder li:nth-child(2) span {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.slideshow-3-bilder li:nth-child(3) span {
  -webkit-animation-delay: 16s;
  animation-delay: 16s;
}

ul.slideshow-3-bilder {
    margin:0;
}


.slider-wrap li::before{
                display:none;
}

.slider-wrap ul {
                margin:0;
                padding-left:0;
                list-style-type: none;
                list-style:none;
			    border-bottom:none;
	            border-color: #fff;
                border-width: 0;
				padding-bottom: 0.3125rem;
}

/* ENDE Slider mit 3 Bildern mit transform Animation */


/* BEGINN Slider mit 4 Bildern mit transform Animation */

.slideshow-4-bilder {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

.slideshow-4-bilder li span {
  width: 100%;
  height:100%;
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: image-4-bilder 24s linear infinite;
  animation: image-4-bilder 24s linear infinite;
}

@keyframes image-4-bilder {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  
  1% {
opacity: 1;
    transform: translateX(0);
  }
  
  25% {
    transform: translateX(0);
	
  }
  
  26% {
    transform: translateX(-100%);
opacity: 1;
  }
	100%{
		transform: translateX(-100%);
	opacity: 0;
	}
}

@-webkit-keyframes image-4-bilder {
  0% {
    opacity: 1;
    transform: translateX(100%);
  }
  
  1% {
    transform: translateX(0);
  }
  
  24% {
    transform: translateX(0);
	
  }
  
  25% {
    transform: translateX(-100%);

  }
	100%{
		transform: translateX(-100%);
	opacity: 1;
	}
}

.slideshow-4-bilder li {
    margin:0;
    padding:0;
  list-style: none;
}

.slideshow-4-bilder li:nth-child(1) span {
}

.slideshow-4-bilder li:nth-child(2) span {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.slideshow-4-bilder li:nth-child(3) span {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

.slideshow-4-bilder li:nth-child(4) span {
  -webkit-animation-delay: 18s;
  animation-delay: 18s;
}

ul.slideshow-4-bilder {
    margin:0;
}

.slider-wrap li::before{
                display:none;
}

.slider-wrap ul {
                margin:0;
                padding-left:0;
                list-style-type: none;
                list-style:none;
		border-bottom:none;
	        border-color: #fff;
                border-width: 0;
		padding-bottom: 0.3125rem;
}

/* ENDE Slider mit 4 Bildern mit transform Animation */


/* SLIDER ENDE */


/*
_______________________

MARKIERTER TEXT
_______________________

::selection {
background: #ffb7b7;
}
::-moz-selection {
background: #ffb7b7;
}

*/
.apply {}
