html{
	font-family: "Arial";
}
body {
				background-color: #FFFFFF;
				
                
			}
.centered{
	text-align: center;
}
			#navbarDiv {
				font-family: "Arial";
				font-size: 1.3em;
               
               
			}
.dropdown-menu{
	font-size: 0.9em;
}
			#slideShowStartPage {
					max-width:950px;
					margin: auto;
}
.imprintText{
	font-size: 0.8em;
}
.siteHeader{
	font-size: 1.6em;
	font-style: bold;
	margin-bottom: 30px;
	text-align: left;
}
.logoHeader{
	max-width: 240px; 
	
	margin-right: 30px;
}
.inTextLogo{
	max-width: 7em;
	
}
.galleryImg{
	max-width: 100%;
	margin-bottom: 2rem;
}

			#centerDiv {
					background-color: white;

					
	
                    height: 100%;
					
                    vertical-align: middle;
                    margin-top: 4%
                    
			}
#navbarDiv{
    height: 70px;
    
}

#VideoHeader{
    font-size: 1.8rem;
    font-style: bold;
   
}

			.thumb{
				border-style: solid;
			 	border-width: 3px;
				border-color: #0078f0;
				border-radius: 5px;
			    margin: 10px;
				padding: 15px;
			}
			.carousel-item{
				max-height: 550px;
			}
.carousel-indicators{
	margin: auto;

	background-color: lightgrey;
}

.carousel-control-prev{
	height: 50px;
	width: 50px;
	background-color: lightgrey;
	border-radius: 20%;

	left: 10px;
	margin: auto;
	
}
.carousel-control-prev:hover{
	background-color: #0078f0;
}
.carousel-control-next:hover{
	background-color: #0078f0;
}
.carousel-control-next{
	height: 50px;
	width: 50px;
	background-color: lightgrey;
	border-radius: 20%;

	right: 10px;
	margin: auto;
}




			#logo {
					max-width: 200px;
					margin: auto;
					}
			
                   
#FHText{
	color: black;
	text-decoration: none;
	position: relative;
	left: 8px;
}
                    
                 

			
			#logoDiv {
                float: left;
				font-size: 1.2em;
				
                
			}
.bigPicture{
	max-width: 100%;
	height: auto;
}
.secondaryPicture{
	max-width: 150%;
	position: relative;
	right: 50%;
	top:20px;
}
    
.card{
	background-color: #81a6cc;
	color: white;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	padding: 18px;
}
.handlingAwardImg{
	max-width: 10%;
	float: right;
	display: inline;
}

			#logoStart {
				max-width: 350px;


			}

			#intro-text {
				font-size: 1.2em;
				font-style: bold;
				text-align: left;

			}
			nav.navbar {
                border-bottom: 3px solid #0078F0;
         
			}

			#HomepageText {


				padding: 20px;
				max-width: 950px;
				margin: auto;
			}
			.h1Main {
				margin: auto;
				color: black;
				font-family: "Arial";

			}

.videoTitle{
	background-color: white;
	margin-top: 10px;
	
	text-align: center;
	vertical-align: middle;
	line-height: 20px;
	font-weight: bold;
	font-size: 1.2rem;

	border-radius: 5px;
}



			@media all and (min-width: 1073px) {
				.navbar .nav-item .dropdown-menu{ display: none; }
				.navbar .nav-item:hover .nav-link{ color: black;  }
				.navbar .nav-item:hover .dropdown-menu{ display: block; }
				.navbar .nav-item .dropdown-menu{ margin-top:0; }
				.navbar {font-size: 1em}
				
			}
@media all and (max-width: 1060px){
	#logoStart{max-width: 200px;
				}
	body{
		margin-top: 2em;
	}
	.embed-container{text-align: center;}
}
			
			.festo-color {background-color: #0078f0;}

			#logoInText {
				max-height: 40px;
				background-color: white;
				border-radius: 5px;
			}
			.responsive {
				width: 97%;
				height: auto;
			}
			#NAE-btns * {margin:20px;}

.imgDiv{
	text-align: center;
}

.TextParagraphDiv{text-align:left;
				max-width:950px;
				font-size: 1.2em;}

			.carousel + .TextParagraphDiv{margin-top:50px;}

.portrait{
	max-width: 20%;
	float: right;
	display: inline;
}


            
video{
	width: 100%;
	height: auto;
	display: block;

}
.btn-default{
	background-color: lightgrey;
	color: black;
}
.btn-default:hover{
	background-color: #0078F0;
	color: white;

}
#FHLogo{
	max-width: 70px;
	margin: auto;
}



/*CONTACT FORM*/

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #0078f0;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #0065c9;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 5px;
  background-color: lightgrey;
  padding: 20px;
	text-align: center;
	max-width:97%;
}
