/*Seitendefinition*/

html, body{
 width: 100%; 
}

*{
margin: 0;
padding: 0;
}

body
{
font-family: 'Titillium Web', sans-serif;
overflow-x: hidden;
overflow-y: hidden auto;
color: #636363;
}

a{
text-decoration: none;
color: #0088ac;
}

a:hover{
color: black;
}

a img{
border: 0 none;
}

h1, h2, h3, h4, h5, h6{
font-family: 'Titillium Web', sans-serif;
background: transparent;
}

/* Submenü */

h2 {
font-size: 1.4em;
color: #0088ac;
margin: 0.8em 0;
font-weight: bold;
}

/*Content Header */
h3{
font-size: 1.3em;
color: #0088ac;
}

h4{
font-size: 1.35em;
margin: 0.8em 0;
color: #383838;
}

h6{
color: #5e5e5e;
padding: 0.4em 0;
font-size: 1.15em;
}

/*Kontakt*/

h1 {
font-size: 1.3em;
margin: 0.8em 0;
color: #0088ac;
}

p{
color: #636363;
line-height: 140%;
font-size: 1.01em;
margin: 0.5em 0;
}

ol, ul {
	list-style: disc; 
	}
	

/* Footer */

h5{
font-size: 1.15em;
color: #0088ac;;
padding: 0.75em 0 0.25em 0;
}

/* ////////////Header\\\\\\\\\\\\\*/

#header{
margin: 5px auto;
width: 1000px;
height: 140px;
/*border-bottom: 4px solid #0088ac;*/
}

#logo{
position: relative;
padding-top: 20px;
width:100px;
float: right;
}

/* ////////////Navigation\\\\\\\\\\\\\ */	

#nav {
width: 860px;
/*background:url(images/header1.jpg) no-repeat;*/
}

ul#navigation {
	padding-top: 105px;
	/*text-align: right;*/
	background: transparent;
	z-index: 9999;
	
}

ul#navigation li {
	display:inline;
	margin:0;
	padding:0;
	position:relative;
}

ul#navigation li a {
	padding:10px 8px;
	color:#0088ac;
    font-size: 1.25em;
	text-decoration:none;
	display:inline-block;
	text-align: right;
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
}

ul#navigation li a:hover {
	background: transparent;
	color:black;
}

ul#navigation li:hover > a {
	background: transparent;
}

/* Drop-Down Navigation */
ul#navigation li:hover > ul
{
	visibility:visible;
	opacity:1;
}

ul#navigation ul, ul#navigation ul li ul {
	list-style: none;
	border-left: 10px solid #0088ac;
    margin: -0.7em 0 0 0;
    padding: 0.1em 0;    
	visibility:hidden;
    position: absolute;
    z-index: 99999;
	width:220px;
	background: white;
	box-shadow:1px 1px 3px #000;
	opacity:0;
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-o-transition:opacity 0.2s linear, visibility 0.2s linear; 
	transition:opacity 0.2s linear, visibility 0.2s linear; 	
}

ul#navigation ul {
    top: 43px;
    left: 1px;
}

ul#navigation ul li ul {
    top: 0;
    left: 181px;
}

ul#navigation ul li {
	clear:both;
	width:100%;
	border:0 none;
	border-bottom:1px solid #c9c9c9;
}

ul#navigation ul li a {
	background:none;
	padding:10px 15px;
	color:#0088ac;
	text-shadow:1px 1px 0px #fff;
	text-decoration:none;
	display:inline-block;
	border:0 none;
	float:left;
	clear:both;
	width:220px;
	font-size: 1em;
	text-align: left;
}

ul#navigation li a.first {
	border-left: 0 none;
}

ul#navigation li a.last {
	border-right: 0 none;
}

#submenu{
list-style: none;
font-size: 1.15em;
margin-bottom:30px;
}

#submenu li{
padding:5px 0px;
}
ul#submenu li a {

	color:#0088ac;
	text-shadow: 1px 1px #5b5b5b;
	text-decoration:none;
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
}

ul#submenu li a:hover {
	background: transparent;
	color:black;
}

ul#submenu li:hover > a {
	background: transparent;
}

/* ///////////Fraction Slider\\\\\\\\\\\\\ */

/* SLIDER STYLES */

.pic-wrapper{
	position:relative;
	overflow:hidden;
	min-width:1000px;
	height: 200px;
	margin:0 auto;
	background:#fff;
	border:1px solid #0088ac;
  border-left-width: 0;
  border-right-width: 0;
}

.pic{
margin: 0 auto;
width: 1000px;
	text-align: center,
}
	
.slider-wrapper{
	position:relative;
	overflow:hidden;
	width:100%;
	margin:0 auto;
	background:#fff;
	border:1px solid #0088ac;

}

.slider{
	position:relative;
	width: 100%; 
/*	height:400px; when responsive, comment this out */
	margin:0 auto;
	/*background:#0088ac;*/
}

/*iPhone 6 and iPhone 6+ portrait and landscape*/
@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px){ 
  .slider{
		width:1000px;
	}
  .slider-wrapper{
    width:1000px;
  }
}

@media only screen and (min-width: 1440px){
	.slider{
		width:1440px;
	}
}

/* ELEMENT STYLES */

.slider p{
	position:absolute;
	top:-200px;
	
	z-index:8000;
	padding:1% 3%;
	
	font-size:24px;
	line-height:100%
	color:#fff;
	white-space: nowrap;
	text-transform:uppercase;
}

.claim{
	line-height:100%
}	

.teaser{
	padding:0.5% 1.5%;
	font-size:14px;
	 line-height:100%
}

.small{
	width:250px;
   padding-left:0; padding-right:0px;
	text-align:center;
}

.meyer{background:#0088ac; color: white;}
.cmeyer{color:#0088ac;}
.cbmeyer{color:#0088ac; font-weight: bold;}
.black{color:#000;}
.blackb{color:#000; font-weight: bold;}
.turky{background:#348E8A;}
.white{color:#fff;}
.whiteb{color:#fff; font-weight: bold;}
	
/* ///////////Content\\\\\\\\\\\\ */


#container{
width: 1000px;
margin: 15px auto;
}

 #left{
float:left;
width: 500px;
text-align: justify;
}

#right{
float:right;
}

#right p{
margin: 0 0 0.5em 0;
}

#content{
float: left;
width: 700px;
}

#content p{
text-align: justify;
line-height: 140%;
}

#content ul{
	padding-left: 20px;
}

#content li{
padding: 0.25em 0;
}

#head {
color: #0088ac;
text-align: center;
font-size: 1.5em;
margin: 1em 0;
}

#content hr{
border-color: ;
margin-top: 10px;
border: 1px solid #0088ac;
}

#jobDetail p{
text-align: left;
}

#content_right{
float: right;
width:240px;
}

.contact_box{
}

.box_left{
float: left;
width: 350px;
height: 300px;
}

.box_right{
float: left;
}

.box_inside_left{
float: left;
margin: 5px 0;
}

.box_inside_right{
float: right;
margin-left: 15px;
line-height: 150%;
margin-top: 5px;
}

.box_inside_right p{
padding: 0;
margin: 0;
line-height: 150%;
color: #636363;
}

#platz{
font-size: 0.9em;
}

#box{
font-size: 0.9em;
margin-bottom: 20px;
}

#news{
margin-top: 0.75em;
padding-top: 0.75em;
border-top: 2px solid #0088ac;
}

#news p{
margin: 0;
padding: 0 0;
}

#welcome{
padding-bottom: 0.75em;
}

#c_left{
float:left;
margin-right: 10px;
height:300px;
}

#c_left_top{
float:left;
margin-right: 10px;
margin-top: 20px;
margin-bottom: 30px;
}

#c_right{
float:left;
height:270px;
}

#clearfix{
clear: both;
}


.links{
text-decoration: none;
}

#stellensuche{
margin: 15px 0;
padding: 15px 0;
}
.form{
height: 30px;
border-radius: 5px;
padding: 0 0.3em;
border: 1px solid #0088ac;
margin: 5px 0;
height: 100%;
}

.clearfix{
margin: 10px 0;
}


#cMessage{
width: 350px;
height: 7rem;
}

#jobDes{
width: 350px;
height: 7rem;
}

.job_view{
width: 600px;
}

.job_view p{
margin: 0;
padding: 0;
}
.job_view a{
color: #383838;
font-weight: bold;
font-size: 1.1em;
}


/* //////////////Footer\\\\\\\\\\\\\\\ */

#footer{
bottom: 0;
min-width: 1000px;
height: 240px;
border-top: 1px solid #0088ac;
margin-top: 10px;
}

#footer_container{
width: 1000px;
margin: 0 auto;
}

#footer_container p{
line-height: 120%;
margin: 0.75em 0;
font-size: 14px;
color: black;
}

#footer_navigation ul{
vertical-align: baseline;
float: left;
margin-right: 50px;
margin-top: 5px;
}

#footer_navigation ul li {
    list-style: none;
    margin: 0; padding: 0.25em 0; font-size: 14px;
  }

 #footer a, #footer_navigation ul li a {
    color: black;
  }

#footer a:hover, #footer_navigation ul li a:hover {
    color: #0088ac;
  }

#footer_left_col{
position: relative;
float: left;
width: 380px;
padding: 0 0.5em 0.3em 0;

}

#footer_mid_col{
position: relative;
float: left;
width: 200px;
padding: 0 0.5em 0.3em 0.5em;
}

#footer_right_col{
        position: relative;
        float: left;
        width: 350px;
        padding: 0 0.5em 0.3em 0.1em;
        }
		
#inside_left{
float: left;
text-align: left;

}

#inside_right{
float: right;
}

#footer_container a:hover{
    color: #0088ac;
}

#submenu ul{
list-style-type: none;
}

.button{
background-color: #0088ac;
color: white;
border-radius: 10px;
height: 50px;
width: 150px;
margin-top: 15px;
font-size: 1.025em;
border: 1px solid #0088ac;
}

.form{
height: 30px;
border-radius: 5px;
padding: 0 0.3em;
border: 1px solid #0088ac;
margin: 5px 0;
height: 100%;
}

input[type="text"] {
		padding: 0.8em;
    width:80%;
}

textarea.form{
    height:100%;
    padding: 0.8em;
    width:80%;
}

.list-unstyled{
    list-style-type: none;
    padding: 0px !important;
}

.job_view li:nth-child(even) {
    background-color:#FFF;
}

.job_view li:nth-child(odd) {
    background-color:#EDECEC;
}



  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 8px 15px;
  text-decoration: none;
  text-align: center;
  min-width: 60px;
  position: relative;
  transition: color .1s ease;
  /* top: 40em;*/
}
.btn:hover {
  background: #357ebd;
}
.btn.btn-big {
  font-size: 18px;
  padding: 15px 20px;
  min-width: 100px;
}
.btn-close {
  color: #aaaaaa;
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  right: 5px;
  top: 0;
}
.btn-close:hover {
  color: #919191;
}
.modal:before {
  content: "";
  /* display: none; */
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.modal:target:before {
  display: block;
}
.modal:target .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  top: 20%;
}
.modal-dialog {
  background: #fefefe;
  border: #333333 solid 1px;
  border-radius: 5px;
  margin-left: -200px;
  position: fixed;
  left: 50%;
  top: 25%;
  width: 360px;
  z-index: 11;
/*
  width: 360px;
  -webkit-transform: translate(0, -500%);
  -ms-transform: translate(0, -500%);
  transform: translate(0, -500%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
*/
}
.modal-body {
  padding: 20px;
}
.modal-header,
.modal-footer {
  padding: 10px 20px;
}
.modal-header {
  border-bottom: #eeeeee solid 1px;
}
.modal-header h2 {
  font-size: 20px;
}
.modal-footer {
  border-top: #eeeeee solid 1px;
  text-align: right;
}
/*ADDED TO STOP SCROLLING TO TOP*/
#close {
  display: none;
}

.ng-modal-overlay {
  /* A dark translucent div that covers the whole screen */
  position:absolute;
  z-index:9999;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#000000;
  opacity: 0.8;
}
.ng-modal-dialog {
  /* A centered div above the overlay with a box shadow. */
  z-index:10000;
  position: absolute;
  width: 50%; /* Default */

  /* Center the dialog */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);

  background-color: #fff;
  box-shadow: 4px 4px 80px #000;
}
.ng-modal-dialog-content {
  padding:10px;
  text-align: left;
}
.ng-modal-close {
  position: absolute;
  top: 3px;
  right: 5px;
  padding: 5px;
  cursor: pointer;
  font-size: 120%;
  display: inline-block;
  font-weight: bold;
  font-family: 'arial', 'sans-serif';
}

ul.content-list{
  list-style-type: none;
  padding-left: 10px !important;
}

ul.content-list li{
  line-height: 1.5em;
  color: #636363;
  text-indent: -1em;
}
  
ul.content-list li:before{
  content: "\002022  ";
  color: #0088ac;
  font-family:"sans-serif";
  font-size: 1.5em;
  margin: .25em .25em 0;
}

.fa-ul {
  margin-left: 4px;
}

div.vertical-line {
  width: 0.2em;
  background-color: #0088ac;
  display: none;
  height: 100%;
  margin-right: 0.5em;
}

.button-file {
  color: #fff;
  font-weight: bold;
  border: 0;
  background: #0088ac;
  padding: 1em;
}

@media only screen and (max-device-width: 480px) {
  body{
    
  }
}

#content img{
  max-width: 100%;
  height: auto;
}