/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}



body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	background-color: #010101;
}

.margin-top-head {
	margin-top: 60px;
}

.margin-top-head-cms {
	margin-top: 100px;
}




/* IMG Hover Effect
   -------------------------------------------------- */
/*https://miketricking.github.io/bootstrap-image-hover/*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img {
 /* filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);*/
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0.4;
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  border: 1px solid #fff;
  margin: 20px 0 0 0;
  background-color: transparent;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}

.hovereffect a.info, .hovereffect h2 {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-transform: uppercase;
}

.hovereffect:hover a.info, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}






/* Masonry Gallery
   -------------------------------------------------- */
#masonry-container {
}
.grid-sizer,
.grid-item {
  width: 25%;
}
.grid-item img {
    width: 100%;
    height: auto;
	padding: 10px;
}

@media (max-width:1200px){
	.grid-sizer,
	.grid-item {
 	 width: 33.333%;
	}
}

@media (max-width:768px){
	.grid-sizer,
	.grid-item {
  	width: 50%;
	}
}

@media (max-width:482px){
	.grid-sizer,
	.grid-item {
  	width: 100%;
	}
}

.grid-item p {
	padding-left: 10px;
	color: #fff;
	font-size: 16px;
	margin-top: 0px;
}










p, li, li a, label {
    color: #fff;
}

h1 {
	text-align: center;
	color: #3498db;
	font-size: 40px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

h2 {
	color: #fff;
	font-size: 28px;
	line-height: 33px;
}



h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 28px;
}
.space-xxl-hor {
  padding-left: 120px;
  padding-right: 120px;
}
.padding-top-40 {
	padding-top: 40px;
}
.thumbnails-v1 .read-more {
    font-size: 16px;
    text-transform: uppercase;
}
/*.thumbnails-v1 h3 a {
    font-size: 18px;
}*/
.thumbnails-v1 p {
    font-size: 16px;
}


/*Headline Center*/
.headline-cent {
	text-align: left;
}
.headline-cent h1,
.headline-content-cent h1 {
	text-align: center;
	color: #3498db;
	font-size: 40px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

.headline-cent h2 {
	text-align: center;
	color: #3498db;
	font-size: 32px;
	margin-bottom: 20px;
	padding-bottom: 15px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

.headline-cent p {
	text-align: justify;
	font-size: 18px;
	line-height: 24px;
}

.headline-content-cent p {
	text-align: center;
	font-size: 18px;
	line-height: 24px;
}
.headline-content-cent h3 {
	text-align: center;
	font-size: 22px;
	margin-bottom: 10px;
	padding-bottom: 0px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}







/*Team*/
.team-v2 .inner-team small {
    font-size: 15px;
    margin-bottom: 7px;
}
.team-v2 .inner-team p {
    font-size: 14px;
}








/* Landing Page Bottom
   -------------------------------------------------- */

.wrapperbottom {
	position: absolute;
	bottom: 0px;
	margin-right: auto;
  	margin-left: auto;
  	left: 0px;
  	right: 0px;	
}
.textbottom-head {	
	font-size: 50px;
	margin-left: 300px;
	margin-right: 300px;
	line-height: 1.0;
	margin-bottom: 20px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.8),
             0px 8px 13px rgba(0,0,0,0.2),
             0px 18px 23px rgba(0,0,0,0.2);
}
.textbottom {	
	font-size: 22px;
	margin-left: 300px;
	margin-right: 300px;
	line-height: 1.5;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.8),
             0px 8px 13px rgba(0,0,0,0.2),
             0px 18px 23px rgba(0,0,0,0.2);
}
.arrowbottom {
	font-size: 80px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.8),
             0px 8px 13px rgba(0,0,0,0.2),
             0px 18px 23px rgba(0,0,0,0.2);	
}


/* Bilder Grössen
   -------------------------------------------------- */

img.image-sm {
	width: 50px;
	height: 50px;
}

img.image-md {
	width: 100px;
	height: 100px;
}
img.image-bg {
	width: 200px;
	height: 200px;
}


.padding-top-20 { padding-top: 20px;}


.content-pad80 {
	/*padding-top: 0px;*/
	padding-bottom: 80px;
}




/* Navbar
   -------------------------------------------------- */
.header-v6 .navbar-brand {
	height: 93px;
	max-height: 93px;
	line-height: 65px;
}

@media (max-width: 991px) {
	.header-v6 .navbar-brand {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.header-v6 .navbar-brand img.shrink-logo {
		display: inherit;
	}
	.header-v6 .navbar-brand img.default-logo {
		display: none;
	}
	/* Mobiles Menü */
	.header-v6 .navbar-nav > li > a {			
    padding: 12px 15px;
}
}

/*Menü*/
.header-v6 .navbar-nav > li > a {
	font-size: 16px;
	text-transform: uppercase;
}
/*Submenü*/
.header-v6 .dropdown-menu li a {
    font-size: 16px;
}






 /* Customized Toggle Hamburger-Icon
   -------------------------------------------------- */

.header-v6 .navbar-toggle .icon-bar {
	height: 4px;
	width: 30px;
	font-size: 20px;
	background: #3498db;
	margin-bottom: 5px;
}
.header-v6 .navbar-toggle:hover .icon-bar, .header-v6 .navbar-toggle:focus .icon-bar {
  	background: #222; /* Changes toggle color on hover */
}

.header-v6 .navbar-toggle {
    background: transparent;
	margin-top: 26px;
	margin-bottom: 0px;
}
.header-v6 .navbar-toggle:hover, .header-v6 .navbar-toggle:focus {
    background: #3498db;
}



/* Google Maps Contact-Page
   -------------------------------------------------- */

.maxWidth {									
	padding: 0px;							/*elimiert 15px padding links und rechts*/
}
 /* Flexible iFrame */
.maps-container {
    width: 100%;
    height: 600px;
}
@media (max-width: 767px) {
	.maps-container {
    height: 300px;
}
}
 








 /* Footer
   -------------------------------------------------- */
.footer-v1 .copyright p {
    color: #eee;
    margin-top: 14px;
	font-size: 14px;
}





 /* Global Link Color
   -------------------------------------------------- */
 
a {
   color: #212a38;
   text-decoration: none;
   	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;  
}
a,
a:focus, 
a:hover, 
a:active {
   color: #212a38;
   outline: 0 !important;
}
a:focus {
  text-decoration: none;
}
a:hover {
   color: #161e2b;
   text-decoration: none;
}
 

 /* Link Colors
   -------------------------------------------------- */
 
/*---Links 1 start---*/
a.link1 {
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a.link1:hover,
a.link1:focus {
	text-decoration: none;
	color: #2f86c3;
}
/*---Links 2 start---*/
a.link2 {
	color: #3498db;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

a.link2:hover,
a.link2:focus {
	text-decoration: none;
	color: #333;
} 

 

 
 
/* MEDIA QUERIES
   -------------------------------------------------- */ 
 
/* Large desktops and laptops */
@media (min-width: 1200px) {
	
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.arrowbottom {
	font-size: 60px;
}
	.textbottom-head {	
	font-size: 50px;
	margin-left: 100px;
	margin-right: 100px;
	line-height: 1.0;
}
	.textbottom {	
	font-size: 18px;
	margin-left: 100px;
	margin-right: 100px;
	line-height: 1.5;
}
	.header-v6 .navbar-brand {
		padding-left: 30px;
	}
	.space-xxl-hor {
  padding-left: 20px;
  padding-right: 20px;
}
	.margin-top-head {
	margin-top: 0px;
}
	.margin-top-head-cms {
	margin-top: 0px;
}
}

/* Landscape phones and portrait tablets */
@media (min-width: 481px) and (max-width: 767px) {
	.arrowbottom {
	font-size: 60px;
}
	.textbottom-head {	
	font-size: 38px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 1.0;
}
	.textbottom {	
	font-size: 16px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 1.5;
}
	.space-xxl-hor {
  padding-left: 10px;
  padding-right: 10px;
}
	.margin-top-head {
	margin-top: 0px;
}
	.margin-top-head-cms {
	margin-top: 0px;
}
	
}


/* Landscape phones and smaller */
@media (max-width: 480px) {
	.arrowbottom {
	font-size: 40px;
}
	.textbottom-head {	
	font-size: 30px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.0;
}
	.textbottom {	
	font-size: 16px;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.5;
}
	.space-xxl-hor {
  padding-left: 0px;
  padding-right: 0px;
}
	.headline-cent h1 {
	font-size: 26px;
	line-height: 26px;	
	}
	.headline-cent p {
	font-size: 17px;
	line-height: 23px;
	text-align: center;	
}
	.margin-top-head {
	margin-top: 0px;
}
	.margin-top-head-cms {
	margin-top: 0px;
}
	.hovereffect a.info {
  margin: 10px 0 0 0;

}
}
 
  
 
 
 














