*{
	margin:0;
	padding:2px;
	box-sizing: border-box;
	list-style: none;
}
body{
	/*background-image: url(../images/BG.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;*/
}
.content{
	padding-top: 20px;
}
.content img{
	max-width: 260px;
	height: auto;
}
.top{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.pt-btn *{
	pointer-events: none;
}
.bottom{
	position: absolute;
	bottom: 0;
	top: auto;
	left: auto;
	right: 0;
	width: 100%;
	text-align: right;
}
.more-content{
	top: 120px;
	height: 280px;
    max-height: calc(100% - 230px);
	overflow-y: hidden;
	position: absolute;
	pointer-events: all;
	opacity: 0;
	visibility: hidden;
	color: #fff;
	cursor: auto;
	transition: all 0.3s ease-in;
	padding-right: 60px;
}
.more-content p{
	transition: all 0.3s ease-in;
}
.overlay{
	left: 0;
	width: 90%;
	bottom: 0px;
	position: absolute;
	background: linear-gradient(0, #f44611, transparent);
	height: 100px;
}
.pt-btn{
	bottom: -0px;
	left: 0;
	background: #f44611;
	padding: 5px 15px;
	text-align: center;
	border-radius: 4px;
	position: absolute;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	border: 1px solid #fff;
}
.wrapper ul  .pt-btn svg{
	width: 20px;
	height: auto;
	min-width: 0;
	transition: all 0.3s ease-in;
}
.wrapper ul  .pt-btn.up svg{
	transform: rotate(180deg);
}
.wrapper ul  .pt-btn svg g{
	stroke: #fff;
}
.active .more-content{
	opacity: 1;
	visibility: visible;
}
/*.bottom, .top{
	height: 50%;
}*/
.wrapper ul img, .wrapper ul svg{
	width: 100%;
	overflow: visible;
	height: auto;
}
.wrapper ul svg{ 
	height: auto;
	width: 100%; 
	min-width: 1100px;
	pointer-events: none;
}
.wrapper ul .bottom  svg{
	float: right;
}
g{
	pointer-events: all;
}
.bottom ul svg{
	right: 0;
	left: auto;
}
.wrapper ul {
	flex-wrap: wrap;
    height: 100%;
    flex-direction: column;
	
}
.wrapper ul li{
    position: relative;
    max-width: 100%;
    height: 110px;
    width: 100%;
    pointer-events: none;
    overflow: visible !important;
}
.bar-wp{
    overflow: hidden;
    min-height: 100vh;
    overflow: hidden;
    background-image: url(../images/BG.svg);
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.wrapper{
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    display: flex;
}
.content-section{
	align-self: center;
}
.inside-div{
	position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    align-items: center;
    cursor: pointer; 
    pointer-events: none;
} 
.inside-div h2{
	color: #fff;
	font-size: 20px;
    margin-bottom: 0;
    margin-top: 75px;
	transition: all 0.3s ease;
}
.inside-div h4{
	margin: 0;
	opacity: 0;
	font-size: 16px;
	color: #fff;
	visibility: hidden;
	transition: all 0.3s ease;
}
svg:hover + .inside-div h2, .active .inside-div h2, .has-pop-ups .inside-div h2{
	margin-top: 60px;
}
svg:hover + .inside-div h4, .active .inside-div h4 , .has-pop-ups .inside-div h4{
	opacity: 1;
	visibility: visible;
}
.water_drop_content{
	width: 100%;
	padding-left: 10px;
	align-self: stretch;
	justify-content: flex-start;
} 
.bottom .water_drop_content{
	padding-left: 0;
	padding-right: 10px;
}
.inside-div img{
    height: auto;
    width: 85px !important;
    margin-left: 50px;
    align-self: flex-start;
    margin-top: 45px;
}
.ins-2{
	justify-content: flex-end;
}
.ins-2 img {
    margin-left: 0;
    margin-top: 20px;
    margin-right: 45px;
    width: 85px !important;
    align-self: flex-start;
}
.ins-2 h2{
	margin-top: 55px;
}
svg:hover + .ins-2 h2, .active .ins-2 h2, .has-pop-ups .ins-2 h2{
	margin-top: 40px;
}
.tabs-section ul li{
	width: 33.33%
}
.tabs-section ul li a{
	border-color: none !important;
	background-color: none !important;
	color: #fff;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: #f44814 !important;
    border-bottom-color: #f44814;
    border-top-color: #f44814;
    
}
.nav-item:hover{
	 background-color: #f44814 !important;
	 border-bottom: 0px solid #fff;
}
.nav-item{
	transition: all 0.4s ease;
}
.tabs-section ul li a{

}
.nav-tabs .nav-item{
	margin-bottom: 0px !important;
}
.nav-tabs .nav-link{
	border-top-left-radius: 0;
	border-top-right-radius:0;

}
.blue-vh{
	background-color: rgb(34, 113, 179, 0.20);
}
.blue-vh h3{
	font-size: 30px;
	color: #fff;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.blue-vh h3:after{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	background:  #f44611;
	width: 50px;
	height: 2px;
}
.tabs-section{
	background-color: #2271b3 ;
}
.tabs-section ul li a{
	text-align: center;
	border: 1px solid #fff;
	font-size: 14px;
	line-height: 60px;
}
.tabs-section ul li a{
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff !important;
}
.tabs-section ul li a:last-child{
	border-right: none;
}
.right-col p{
	color: #d9dee6;
	font-size: 14px;
	line-height: 20px;
}
.padd-wrapper{
	padding-top: 80px;
	padding-bottom: 100px;
}
.right-col h4{
	color: #f44611;
	font-size: 20px;
	font-weight: bold;
}
.right-col a{
	color: #f44611;
}
.right-col a:hover{
	
}
.images-content{
	background-color: #1f66a1;
	width: 100%;
	height: 100%;
	border-radius: 2%;
	display: flex;
	justify-content: center;
	padding: 25px;
	border: 1px solid #4e8dc2;
	transition: all 0.3s ease;
}
.images-content:hover{
	background-color: #4e8dc2;
	border: 1px solid  #d9e8f5;
}
.last-tab{
	padding-bottom: 40px;
}
.last-tab p{
	margin-bottom: 0;
}
.images-content img{
	align-self: center;
	max-width: 100%;
	height: auto;

}
.footer-cnt{
	margin-bottom: 20px;
}
.wps-footer{
	padding-bottom: 40px;
	margin-bottom: 0 !important;
}
.first-tab input, select{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	padding: 15px 10px 15px 20px;
	background-color: rgb(17, 56, 89, 0.20);
	border: 1px solid #397fbb;
	border-radius: 6px;
	color: #fff;
	outline: none;
	transition: all 0.3s ease;
}

.first-tab input::placeholder, select::placeholder{
	color: #fff;
}
.first-tab select{
	-webkit-appearance: none; 
   -moz-appearance: none;
   appearance: none; 
   margin-bottom: 0;
   
   
}

.slc-div span{
	background-image: url(../images/arrow.png);
   background-repeat: no-repeat;
	background-position: center 10px;
    display: inline-block;
    position: absolute;
	right: 25px;
	top: 0;
	bottom: 0;
	margin:auto;
	height: 25px;
    width: 25px;
    pointer-events: none;
}
.slc-div {
	    margin-bottom: 20px;
	    position: relative;
}
.first-tab textarea{
	width: 100%;
	height: 150px;
	background-color: rgb(17, 56, 89, 0.20);
	border: 1px solid #397fbb;
	padding: 20px 0 0 20px;
	border-radius: 6px;
	outline: none;
	position: relative;
	color: #fff;
}
.first-tab textarea:focus{
	box-shadow: 0px 2px 15px -1px #143f6a;
}
.last-input input{
	height: 60px;
    width: auto;
    display: inline-block;
    outline: none;
    background-color: rgb(30, 101, 161);
    border: none;
    transition: all 0.5s ease;
    margin-top: 15px;
    text-align: center;
    padding: 15px 50px;
}
.first-tab label{
	color: #fff;
}
.first-tab textarea::placeholder{
	color: #fff;
}
.first-tab h5{
	color: #fff;
	margin-bottom: 20px;

}
.footer-padd{
	padding: 60px 0 250px 0;
}
footer{
	background-color: #1e3242;
}
footer .footer-padd p, h6{
	color: #fff;
	margin: 0;
	font-size: 14px;
}
footer ul li a {
	border: none !important;
	color: #fff;
	margin: 0;
	font-size: 14px;
}
footer ul li a:hover{
	color: #fff;
	text-decoration: underline;
}
footer .footer-div{
	margin-bottom: 25px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus{
	border-top-color: transparent;
	border-bottom-color: transparent;
    border-right: 1px solid #fff !important;
    border-left-color: transparent;
}
.first-tab input:focus, select:focus {
   	box-shadow: 0px 2px 15px -1px #143f6a;;
    outline: none;
}
option{
	background-color: #1e65a1;
	font-size: 18px;
	
}
.bottom a{
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.bottom a:hover{
	text-decoration: none;
}
.scroll-svg .svgg{
    position: fixed;
    bottom: 5%;
    right: 10%;
    display: block;
    transform: rotate(180deg);
    background: rgba(255,255,255,0.7);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 10px;
    box-sizing: content-box;
}
footer .svgg{
	display: none;
}
.nn_cnt_image img{
	opacity: 0;
}
.opened_div{
	display: none;
}
.opened_div p{
	color: #d9dee6;
	font-size: 14px;
	margin-top: 6%;
    line-height: 20px;
}
.inside-div ul{
	text-align: right;
	display: inline-block;
	color: #fff;
	height: auto;
	transition: all 0.3s ease;
}
.inside-div ul li{
	width: auto;
	height: auto;
	margin-left: 10px;
	display: inline-block;
}
.inside-div ul li a{
	color: #fff;
	pointer-events: all;
	text-decoration: none;
}
.inside-div:hover ul{
	display: block;
}
.go-big g, .has-link g{
	cursor: pointer;
}

.modal-content input[type="search"]{
	width: 100%;
    border: none;
    font-family: "Ubuntu Light";
    font-weight: normal;
    background-color: #fff;
    padding: 15px;
    border-radius: 4px;
}
.modal-content input[type="submit"] {
    border: none;
    background-color: rgb(30, 101, 161);
    height: 60px; 
    background-image: none;
    position: static;
    border-radius: 4px;
    border: 1px solid #397fbb;
    margin-bottom: 0;

}

.modal-content button.close-modal {
    border: none;
    background-color: rgb(30, 101, 161);
    height: 60px; 
    background-image: none;
    position: static;
    border-radius: 4px;
    border: 1px solid #397fbb;
    margin-bottom: 0;
	color: #fff;
	width: 80px;
}

.modal-content{
	background-color: rgb(34, 113, 179 );
	padding: 25px;
}
.modal-content h6{
	margin-bottom: 30px;
	font-size: 30px;
}
::-webkit-scrollbar-thumb:active {
  background: linear-gradient(left, #22ADD4, #1E98BA);
}
::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: linear-gradient(left, #fff, #e4e4e4);
  border: 1px solid #aaa;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0,0,0,0.1);
  border: 1px solid #ccc;
}
::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}
.container {
    max-width: 1140px !important;
}
@media (max-width: 1024px) { 
	.wrapper ul li{
		height: 120px;
	}
}
@media (max-width: 900px) {
	.wrapper ul li{
		height: 130px;
	}
}
@media (max-width: 800px) { 
	.wrapper ul li{
		height: 100px;
	}
	.wrapper ul svg{
		min-width: 900px;
	}
	.inside-div img{
		width: 65px !important;
		margin-top: 40px;
	}
	.inside-div h2 {
		margin-top: 60px;
	}
	svg:hover + .inside-div h2, .active .inside-div h2, .has-pop-ups .inside-div h2{
		margin-top: 50px;
	}
	.ins-2 h2{
		margin-top: 45px;
	}
	svg:hover + .ins-2 h2, .active .ins-2 h2, .has-pop-ups .ins-2 h2{
		margin-top: 30px;
	}
	.ins-2 img{
		margin-top: 20px;
	}
}
@media (max-width: 700px) {
	.wrapper ul li{
		height: 110px;
	}
}

@media (max-width: 560px) { 
	.wrapper ul li{
		height: 120px;
	}
}
@media (max-width: 480px) { 
	.wrapper ul li{
		height: 130px;
	}
}
.pt-img-cnt{
	flex-direction: column;
}
.pt-img-cnt h3{
	margin-bottom: 0;
	align-self: center;
	justify-self: flex-end;
	padding: 0;
}
.pt-img-cnt h3:after{
	display: none;
}
.inside-div ul li{
	height: auto;
}


/* Karriere links change color on hover */
.karriere-links li a:hover {
	color: #f44611;
}

/* Remove scroll bar */
body::-webkit-scrollbar {
    display: none;
}

/* Modal title style */
h1.modal-title {
	font-size: 22px;
	color: #fff;
	margin: 0px 0px 15px 0px;
}


/* Popup modal links */
.modal-links ul {
	line-height: 20px;
}

.modal-links ul li {
	display: inline-block;
	margin-right: 20px;
}

.modal-links ul li a {
	color: #fff;
	text-decoration: none;
}

.modal-links ul li a:hover {
	color: #f44611;
}

.modal-links .modal-links-description {
	display: none;
	color: #fff;
	font-size: 14px;
	margin: 40px 0px 0px 0px;
}

.modal-links .modal-links-description a {
	color: #fff;
	display: block;
	font-size: 12px;
	margin-bottom: 8px;
	text-decoration: underline;
}



/* Accept cookies popup */
.cookies {
	width: 100%;
	height: 50px;
	background-color: #fff;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 999999999;
	display: none;
}

.cookies p {
	line-height: 50px;
	text-align: center;
	margin: 0px;
}

.cookies p a {
	color: #fff;
	background-color: #2472b4;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 15px;
}

.cookies p a:hover {
	background-color: #f44611;
}


@media screen and (max-width: 768px) {
	h1.modal-title {
		font-size: 16px;
	}

	.modal-links ul li {
		margin-right: 10px;
	}

	#job-vacancy-modal form {
		margin-top: 0px;
	}
	
	.cookies {
		height: auto;
		padding: 25px 0px;
		display: none;
	}

	.cookies p {
		line-height: 24px;
	}

	.more-content p {
		font-size: 12px;
	}
}


#form .form-control,
#form input.error {
	margin-bottom: 0px;
}

#form label.error {
	color: rgb(242, 165, 165);
	font-size: 12px;
	padding: 5px 0px;
}


.wrapper ul.main-menu {
	height: 600px;
    overflow-y: scroll;
}

@media screen and (max-width: 768px) 
{
	.wrapper ul.main-menu {
		height: 400px;
		overflow-y: scroll;
		overflow-x: hidden;
	}
}