


/*
 * Leuchtturmbau
 * Homepage: http://www.leuchtturmbau.net/
 * Copyright 2016 Sylvia Rödel
*/

/* ---------------------------------------------- /*
 * FONTS
/* ---------------------------------------------- */

/* Text Font */

@font-face {
    font-family: 'Open Sans';
    src: url('./inc/fonts/OpenSans/open-sansregular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/OpenSans/open-sansregular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
      url('../fonts/OpenSans/open-sansregular.woff2') format('woff2'), /* Modern Browsers */
      url('../fonts/OpenSans/open-sansregular.woff') format('woff'), /* Modern Browsers */
      url('../fonts/OpenSans/open-sansregular.ttf') format('truetype'), /* Safari, Android, iOS */
      url('../fonts/OpenSans/open-sansregular.svg') format('svg'); /* Legacy iOS */  
    font-weight: normal;
    font-style: normal;
}

@font-face {   
    font-family: 'Open Sans Light';
    src: url('../fonts/OpenSansLight/open-sanslight.eot'); /* IE9 Compat Modes */
    src: url('../fonts/OpenSansLight/open-sanslight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/OpenSansLight/open-sanslight.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/OpenSansLight/open-sanslight.woff') format('woff'), /* Modern Browsers */
         url('../fonts/OpenSansLight/open-sanslight.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/OpenSansLight/open-sanslight.svg') format('svg'); /* Legacy iOS */      
    font-weight: normal;
    font-style: normal;
}

/* Sonstige Font*/

@font-face {
    font-family: 'Lainie DaySH';
    src: url('../fonts/LaineDay/Laine.eot'); /* IE9 Compat Modes */
    src: url('../fonts/LaineDay/Laine.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
      url('../fonts/LaineDay/Laine.woff2') format('woff2'), /* Modern Browsers */
      url('../fonts/LaineDay/Laine.woff') format('woff'), /* Modern Browsers */
      url('../fonts/LaineDay/Laine.ttf') format('truetype'), /* Safari, Android, iOS */
      url('../fonts/LaineDay/Laine.svg') format('svg'); /* Legacy iOS */ 
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Alex';
    src: url('../fonts/Alex/Alex.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Alex/Alex.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Alex/Alex.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Alex/Alex.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Alex/Alex.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../fonts/Alex/Alex.svg') format('svg'); /* Legacy iOS */ 
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Open Sans';
    font-size: 14px;
    color: #666666;
    overflow-x: hidden;
}

/* ---------------------------------------------- /*
 * REPONSIVE GRID SYSTEM
/* ---------------------------------------------- */

.sections {
    clear: both;
    padding: 0px;
    margin: 0px;    
}
	
/*  COLUMN SETUP  */

.col {
    display: block;
    float:left;
    margin: 0;
}

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF ONE  */
.span_1_of_1 {	width: 100%;}

/*  GRID OF TWO  */
.span_2_of_2 {	width: 100%;}
.span_1_of_2 {	width: 50%;}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.66%; }
.span_1_of_3 { width: 33.33%; }

/*  GRID OF FOUR  */
.span_4_of_4 {	width: 100%;}
.span_3_of_4 {	width: 75%;}
.span_2_of_4 {	width: 50%;}
.span_1_of_4 {	width: 25%;}

/*  GRID OF FIVE  */
.span_5_of_5 {	width: 100%;}
.span_4_of_5 {	width: 80%;}
.span_3_of_5 {	width: 60%;}
.span_2_of_5 {	width: 40%;}
.span_1_of_5 {	width: 20%;}

/*  GRID OF SIX  */
.span_6_of_6 {	width: 100%;}
.span_5_of_6 {	width: 83.33%;}
.span_4_of_6 {	width: 66.66%;}
.span_3_of_6 { 	width: 50%;}
.span_2_of_6 { 	width: 33.33%;}
.span_1_of_6 { 	width: 16.66%;}

/*  GRID OF SEVEN  */
.span_7_of_7 {	width: 100%;}
.span_6_of_7 { 	width: 85.71%;}
.span_5_of_7 { 	width: 71.42%;}
.span_4_of_7 { 	width: 57.14%;}
.span_3_of_7 { 	width: 42.85%;}
.span_2_of_7 { 	width: 28.57%;}
.span_1_of_7 { 	width: 14.28%;}

/*  GRID OF TWELVE  */
.span_12_of_12 { width: 100%;}
.span_11_of_12 { width: 91.66%;}
.span_10_of_12 { width: 83.33%;}
.span_9_of_12 {	width: 75%;}
.span_8_of_12 {	width: 66.66%;}
.span_7_of_12 {	width: 58.33%;}
.span_6_of_12 {	width: 50%;}
.span_5_of_12 {	width: 41.66%;}
.span_4_of_12 {	width: 33.33%;}
.span_3_of_12 {	width: 25%;}
.span_2_of_12 {	width: 16.66%;}
.span_1_of_12 {	width: 8.333%;}


/* ---------------------------------------------- /*
 * General Styles
/* ---------------------------------------------- */

a {
    border: 0px;
    color: rgba(164, 37, 38, 1);
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

a:focus {
  outline: none;
}

.container {    
    padding-left: 0px;
    padding-right: 0px;
}

.BGColorWhite {
    background-color: rgba(255, 255, 255, 0.8)
}

.grap {
    padding: 120px 0 100px;
}

.grapSmall {
    padding: 120px 0 40px;
}

.grap-header {
    text-align: center;
}

.grap-title {    
    font-style: normal;
    font-size: 20px;
    color: #222; 
}

.grap-line {
    background: rgba(135, 135, 135, 0.5);
    width: 100px;
    height: 1px;
    margin: 30px auto;
}

.intro-text {
    display: block;
    padding: 15px 0px;
    color: #222;
    font-size: 20px;
}

/* ---------------------------------------------- /*
 * Leuchtturm BOX 
/* ---------------------------------------------- */

.iconbox {
    background: #F5F5F5;
    border-bottom: 1px solid #d4d4d4;    
    padding: 20px 20px;
    margin: 0 10px 20px;
    margin: 15px;
}


.iconbox-title {
    font-family: Open Sans;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 20px 0 0;
    padding: 0;
    text-transform: uppercase;
}
.iconbox-modell {
    font-family: "Alex";
    color: #d40a21;
    font-size: 34px;
    font-weight: normal;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px #444;
}

.center {
    text-align: center;
}



/* ---------------------------------------------- /*
 * Typography
/* ---------------------------------------------- */


h1, h2, h3, h4, h5, h6 {
    font-weight:  700;
    font-size:  40px;    
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 5px 0 5px;
    color: #222;
}

h2 {
    font-size: 30px;
    margin: 0 0 30px;
    text-shadow: 1px 1px 1px #444;
}

.text-white {
    color: #ffffff;
}

.text-petrol {
   color: rgba(47, 86, 96, 1)
}
.text-highlight {
    font-size: 23px;
    font-weight: bold;
}

/* ---------------------------------------------- /*
 * Images
/* ---------------------------------------------- */

img {
    max-width: 100%;
    height: auto;
}

/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {	
    background: #ffffff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#status {
    background-image: url(../images/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    /*margin: -100px 0 0 -100px;*/
    position: absolute;
    top: 50%;
    width: 200px;
}

/* ---------------------------------------------- /*
 * COVER
/* ---------------------------------------------- */

#cover {
    /** background: url(../img/BG_Cover.png);
    background-color: #d5ecf1;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: 60% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 67%;**/
    background-color: #d5ecf1;
    padding: 0;
}

#cover div {
    text-align: center;
    vertical-align: middle;
    /*display: table-cell;*/
}

#cover .container {
    width: 70%;
}

.cover-intro {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: center;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    padding: 0 15px;
}

.cover-intro span  {
    font-family: 'Lainie DaySH';
    font-size: 46px;
    font-style: normal;
    text-transform: none;
    margin: 30px 50px;
    display: block;
    font-weight: normal;
    color: #D10018;
    text-shadow: 0px 0px 2px #D10018;
    letter-spacing: 1px;
    width: 50%;
    float: right;
    text-align: right;
    transition: all 0.55s ease 0s;
}

.cover-intro h1{
    display: none;
    font-weight: bold;
    font-family: 'Open Sans';
    font-size: 45px;
    color: #2F5660;    
    text-shadow: 2px 2px 3px #333333;
}

/* ---------------------------------------------- /*
 * Scrolling Down 
/* ---------------------------------------------- */

.scroll-down {
    position: absolute;
    left: 50%;
    bottom: 25px;
    border: 2px solid #2F5660;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    margin-left: -25px;
    display: block;
    z-index: 10;
    text-align: center;     
}

.scroll-down  .fa-2x {
    font-size: 20px;
}


.scroll-down span{
    position: relative;
    color: #2F5660;
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-name: drop;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

@-webkit-keyframes drop	{
    0%   { top:-5px;  opacity: 0;}
    30%  { top:-5px; opacity: 1;}
    100% { top:10px; opacity: 0;}
}

@keyframes drop	{
    0%   { top:-5px;  opacity: 0;}
    30%  { top:-5px; opacity: 1;}
    100% { top:10px; opacity: 0;}
}


/* ---------------------------------------------- /*
 * Navigation
/* ---------------------------------------------- */

.header {
    border-bottom: 1px solid #f5f5f5;
    position: relative;
    width: 100%;
    z-index: 998;    
}

.navbar {   
    /*height: 95px;*/
}

#custom-collapse {
    background: #2F5660;
}
.navbar-block{
    min-height: 81px;
} 
.navbar-custom {
    border: 0;
    border-radius: 0;
    margin: 0;
    
}

.navbar-custom,
.navbar-custom .dropdown-menu {
    background: #2F5660;
    padding: 0;
}

.navbar-collapse  ul {
    padding-left: 0px;
}
   

.navbar-nav  li  a {
    padding-bottom: 30px;
    padding-top: 30px;  
}
.navbar-custom .navbar-title,
.navbar-custom .navbar-nav  li  a,
.navbar-custom .navbar-nav .dropdown-menu  li  a {
    color: #d5ecf1;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: 'Open Sans'; 
}

.navbar-custom .nav li.active,
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .navbar-nav  li.active a {
    background: none;
    outline: 0;
    color: #fff;
    -webkit-transition:  all 0.5s ease;
    -moz-transition:   all 0.5s ease;
    -ms-transition:  all 0.5s ease;
    -o-transition:   all 0.5s ease;
    transition:   all 0.5s ease;
    
    
}

.navbar-custom .navbar-nav  li.active a {
    background-color: rgba(213, 236, 241, 0.4);
}

.navbar-custom .nav li a:hover {    
    /***color: #2f5660; **/
    color: #fff;
    background-color: rgba(213, 236, 241, 0.4);
    text-shadow: 1px 1px 2px #444;
    cursor:  pointer;
}

.navbar-custom .navbar-title {      
    font-weight: bold;
    margin: 5px 0 0 15px;
    display: block;
    text-shadow: 1px 1px 1px #333333;
    letter-spacing: 3px;
}

.navbar-custom .dropdown-menu {
    border: 0;
    border-top: 2px solid #E7746F;
    border-radius: 0;
}

.navbar-custom .dropdown-menu > li > a {
    padding: 10px 20px;
}

.navbar-custom .nav .open > a,
.navbar-custom .dropdown-menu > li > a:hover,
.navbar-custom .dropdown-menu > li > a:focus {
    background: #f5f5f5;
}

.activeLink  {
    
}

.navbar-custom .navbar-toggle .icon-bar {
    background: #222;
}

.navi-img {
    height: 70px;
    width: auto;
}
.nav-bar-sitename {
    margin-top: 0px;
}

.navbar-title-text {
    margin-left: 2px;
    margin-top: 44px;
    font-size: 20px;
    font-family: 'Open Sans';
    color:#000;
    text-shadow: 1px 1px 2px #021f26;
    line-height: 18px;
    vertical-align: bottom;
    
}
#navigation .hide {
    display: none;
}

/* ---------------------------------------------- /*
 * Anzeige für mobile Geräte
/* ---------------------------------------------- */

.mobileDisplay {
    display: none;
}
/* ---------------------------------------------- /*
 * Links
/* ---------------------------------------------- */

.text-link {
    text-decoration: none;
    color: rgba(113, 146, 154, 1);
    font-family: "Open Sans";
    font-size: 14px;
   
}
.text-link:hover {
    text-decoration: none;
    color: rgba(113, 146, 154, 1);
    
}
.text-link::after {
    color: #a42526;
    content: "»";
    font-size: 14px;
    margin-left: 5px;
}
/* ---------------------------------------------- /*
 * HOME | Welcome LEUCHTTÜRME
/* ---------------------------------------------- */


.BGColorWelcome {    
    background: rgba(255, 255, 255, 0.0);
}

.BGWelcome {   
    background: url(../img/background/BG_Welcome.png) no-repeat fixed 75% 60% / cover ;     
}


#welcome .headline {
    color: #d40a21;
    font-family: "Lainie DaySH";
    font-size: 70px;
    font-weight: 500;
    letter-spacing: 1px;
    vertical-align: middle;
    text-shadow: 1px 1px 1px #333;
    display: table-cell;
    line-height: 90px;
}

#welcome .grap-title {
    font-size: 20px;    
    letter-spacing: 5px;
    text-shadow: 1px 1px 1px #444;
    vertical-align: middle;   
}

#welcome .welcomeBottom .span_5_of_7 { 	width: 71.42%;}
#welcome .welcomeBottom  .span_1_of_7 { width: 14.28%;}

.BGColorOverview {    
   background: #A42526;
    
}
.BGColorOverview .grap-title, .BGColorOverview h2 {
    color: #FFFFFF;
    margin: 80px 0 30px;
}


/* -- SLIDER -- */

#slider .sliderFrame {
    margin: 40px 1px 0px;
}

#welcome .slider-title {
    border: 5px solid transparent;
    color: #FFFFFF;
    font-size: 20px;
    margin: 40px 40px 0px;
    text-shadow: 1px 1px 1px #444;
}

#slider .sliderBox img {
    border: 5px solid #FFFFFF;
}

#slider .part1 ,
#slider .part2 ,
#slider .part3,
#slider .part4,
#slider .part5,
#slider .part6,
#slider .part7
{
    display: none;
    position: absolute;
}


/* ---------------------------------------------- /*
 * BG IMG AND Colors
/* ---------------------------------------------- */



.BGLightPetrol {
    background: #4A8FA1;
}

#installation .overlay{
    background-color: rgba(222, 222, 222, 0.6);
}

.BGLT01 {   
    background: url(../img/background/Fotolia_64795001_L.jpg) no-repeat fixed 45% 60% / cover ;     
}

.BGLT02 {   
    background: url(../img/background/BG_Strand.jpg) no-repeat fixed 45% 60% / cover ;     
}

/* BG Color mit Opacitiy */ 

.BGWhite {
   background:rgba(252, 255,255, 1) none repeat scroll 0 0;
}

.BGPetrol {
    background: rgba(47, 86, 96, 1);
    color: #F0F0F0;
}

.BGTurquoise {
    background: rgba(113, 146, 154, 1);
    color: #F0F0F0;
}

.BGRed {
    background: rgba(164, 37, 38, 1);
    color: #F0F0F0;
}

.BGGray {
    background-color: rgba(13, 29, 33, 1);
    color: #f0f0f0;
}




/*Style  BOX */ 

.boxTitle {
    text-transform: uppercase;
    padding: 10px 0px;
    font-family: Open Sans;
    font-size: 15px;
    font-weight: bold;
    color: #222222;
    text-shadow: 1px 1px 1px #444;
}


.box {    
    padding: 20px 20px;
    margin: 0 10px 20px;
    margin: 15px;
}

#overview .iconbox {
    position: relative;
}


/*equipment */ 

#equipment .equipmentPart1 {
    border-radius: 0 50px;
    text-align: right;
}
#equipment .equipmentPart2 {
    border-radius: 50px 0px 50px 0px;
    text-align: left;      
}

#equipment .equipmentPart3 {
    border-radius: 0 45px 0 50px;
    text-align: right;      
}

#equipment .equipmentPart4 {
    border-radius: 45px 0 50px;
    text-align: left;   
}

#equipment .equipmentPart5 {
    border-radius: 50px 0px 50px 0px;
    text-align: right;     
}

#equipment .mobileDisplay .equipmentPart5 {    
    text-align: left;     
}

#equipment .equipmentPart6 {
    border-radius:  0px 50px 0 50px;
    text-align: left;  
}

#equipment .equipmentPart7 {
    border-radius: 50px 0;
    text-align: right;    
}

#equipment .equipmentPart8 {
    border-radius: 0 50px;
    text-align: left;      
}
#equipment .mobileDisplay .equipmentPart8 {    
    text-align: right;      
}

/*nightVideo */ 

.BGNight {
    /* background: url(../img/background/nightsky.jpg);*/
    background: url(../img/background/BG_Night.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll !important;
}

#nightVideo h2 {
    color: #FFFFFF;
}

#nightVideo .videoBox {
    background:rgba(190, 146, 57, 0.7);    
    padding: 30px 30px 25px;
    margin:0 25px 25px;       
    border-radius: 5px;
}

#nightVideo .videoBox .videoTitle {
    color: #111111;
    text-align: center;
    margin-top: 15px;
    text-shadow: 1px 1px 1px #444;
}


/*dayVideo */ 

.BGDayVideo {
    /* background: url(../img/background/nightsky.jpg);*/
    background: url(../img/background/BG_LT_1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll !important;
}

#dayVideo h2 {
    color: #FFFFFF;
}

#dayVideo .videoBox {
    background:rgba(190, 146, 57, 0.7);    
    padding: 50px 50px 25px;
    margin:0 25px 25px;       
    border-radius: 5px;
}

#dayVideo .videoBox .videoTitle {
    color: #111111;
    text-align: center;
    margin-top: 15px;
    text-shadow: 1px 1px 1px #444;
}

#installation .part1 {
   border-radius:  0px 50px 0 50px; 
}

#installation .part2 {
   border-radius: 50px 0px; 
}

#installation .part3 {
   border-radius:  0px 50px 0 50px; 
}

/*Leuchtturm Site */ 
/* ---------------------------------------------- /*
 * Image Scal Thumbnails
/* ---------------------------------------------- */
.thumbnailsArea {
    float: right;
} 

.small {
    object-fit: cover;
    width: 80px;
    height: 80px;
    
}
.big {
    height: auto; 
    width: 95%; 
}



.thumbnails {
    margin: 7px;
    box-shadow: 0 0 4px #999;
    border: 5px solid #F5F5F5;
    border-radius: 2px;    
}

.thumbnails:hover {
    cursor:  auto;
    cursor:  url(../img/lightbox/lupe_1.png) 2 2 , auto;
    border: 5px solid #333;    
}



.link-area {
   
}

.link-area .fa {
    color: #ffffff;
    font-size: 20px;
}
.linkbutton {
    margin-right: 15px;
    padding: 5px 10px 9px;
    text-transform: uppercase;
    border-radius:  10px 0px 10px 0px; 
    cursor: pointer;
    font-size: 11px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px #444;
    display: inline-block;
    margin-top: 20px;
   
}
.linkbutton:hover {
    color: #e7746f;
}


.linkbutton a:hover {
    color: #e7746f;
}
.linkbutton a {
    color: #fff;
    text-decoration: none;
}

.iconlink {
   bottom: 15px;
   color: rgba(47, 86, 96, 1);
   font-size: 18px;
   position: absolute;
   right: 20px; 
}

.iconlink:hover {
    color:#999;
    text-decoration: none;    
}

/* ---------------------------------------------- /*
 * Ausstellung
/* ---------------------------------------------- */


#ausstellung .img-big {
    border: 5px solid #ffffff;
} 

#gallerie .gallerieArea {
    display: inline-block;
}

#ausstellung .gallerieArea .small {
    object-fit: cover;    
}

/* ---------------------------------------------- /*
 * Gestaltung
/* ---------------------------------------------- */

#gestaltung .iconbox-title {
   min-height: 45px;
}

#gestaltung .intro-text {
    color:  #d5ecf1;
}

#gestaltung .small {
    object-fit: cover;
    width: 100%;
    height: 200px;
    
}

#gestaltung .thumbnails {
    margin: 0px;
    border: 1px solid #fff;
    box-shadow: 0 0 4px #fff;
}

#gestaltung .thumbnails:hover {
    cursor:  auto;
    cursor:  url(../img/lightbox/lupe_1.png) 2 2 , auto;
    border: 5px solid #a42526;   
    box-shadow: 0 0 4px #999;
}
/* ---------------------------------------------- /*
 * Über uns
/* ---------------------------------------------- */

#ueberuns .small {
    object-fit: cover;
    width: 100%;
    height: 300px;    
}
#ueberuns .gallerieArea {
    padding: 7px;
}
#ueberuns .thumbnails{
    margin: 0px;
}
#ueberuns .intro-text {
    color:  #d5ecf1;
}
/* ---------------------------------------------- /*
 * Impressum
/* ---------------------------------------------- */
.impressumText {
    
    margin-top: 100px;
    font-size: 25px;
    font-weight: bold;
}

.subline {
    margin: 30px 0px;   
    font-size: 22px;
    font-weight: bold;
}

/****************************    Formular Elemente   *****************************************************/


label {
    cursor: default;
    display: inline-block;
    height: 40px;
    margin-bottom: 5px;
    margin-top: 7px;
    width: 22%;
    font-weight: normal;
    line-height: 18px;
    vertical-align:top;
    color: #ffffff;
    text-align: left;
}	
.mailkopie {
    cursor: default;
    display: inline-block;
    height: 40px;
    margin-bottom: 5px;   
    font-weight: normal;
    line-height: 18px;
    vertical-align:top;
    color: #ffffff;
    text-align: left;
}	
input, textarea, select {
    background: #F5F5F5;
    border: 1px solid #f5f5f5;     
    line-height: 21px ;
    padding: 6px 6px 8px;
    width: 70% ;
    color: #444;    
    font-size: 15px;
    margin-bottom: 15px;
    border-radius: 10px 0px 10px 0px;      
   
}
.input-error {
    box-shadow: 0px 0px 4px red;
}

.input-check {
	display:none;
}
 
textarea {
    height: 120px;
}
.captcha {
    color: black;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 5px;
    padding: 2px 5px 5px 9px;
    width: 124px;	
}

input[type='checkbox'] {
    width: 20px ;
    margin-left: 22%;
}
input[type='checkbox'].notcheck:checked {
	box-shadow: red 0px 0px 2px;
	border-radius: 0px;
}
 
input[type='submit'] {
    background: rgba(47, 86, 96, 1);
    border: 1px solid rgba(47, 86, 96, 1);
    color: #F0F0F0;     
    line-height: 21px ;    
    width: 25%; 
    cursor: pointer;    
    padding: 5px 10px 9px;
    text-transform: uppercase;
    border-radius: 10px 0px 10px 0px;  
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px #444;
    display: inline-block;
    margin-top: 20px;
}

/* ---------------------------------------------- /*
 * Popup Box 
/* ---------------------------------------------- */


.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.60);
}
 
/* Inner */
.popup-inner {
    max-width:700px;
    width:90%;
    padding:40px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#F5F5F5;
}
.popup-title {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px #999;
    margin: 0 0 12px 3px;
    color: #fff;
    font-weight: bold;
}
/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}

.popup-close:hover {
    cursor: pointer; 
    background:rgba(0,0,0,1);
}
 

/* IFRAME Youtube als Background */

#YoutubeVideoBG {
    height: 400px;
    display: none;
}
.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#vidtop-content {
	top: 0;
	color: #fff;
}
.vid-info { position: absolute; top: 0; right: 0; width: 33%; background: rgba(0,0,0,0.3); color: #fff; padding: 1rem; font-family: Avenir, Helvetica, sans-serif; }
.vid-info h1 { font-size: 2rem; font-weight: 700; margin-top: 0; line-height: 1.2; }
.vid-info a { display: block; color: #fff; text-decoration: none; background: rgba(0,0,0,0.5); transition: .6s background; border-bottom: none; margin: 1rem auto; text-align: center; }
@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}

/* ---------------------------------------------- /*
 * WerbeLeuchttürme
/* ---------------------------------------------- */

/* ---------------------------------------------- /*
 * Gästebuch
/* ---------------------------------------------- */
.gbbox {
    background: #F5F5F5; 
    padding: 15px 15px 15px;   
    color: #444;    
    font-size: 15px;
    margin-bottom: 15px;
    border-radius: 4px;   
}

.gbbox .name {
    font-weight: bold;
    
}
.gbbox .datum {
    font-size: 12px;
    text-align: right;    
}
.gbbox .email {
    margin-left: 4px;
}
.gbbox .eintrag {
    margin: 10px 0px; 
    display: inline-block;
}
.gbbox a {
   color: #d40a21 ;
   font-size: 13px;
}
.gbbox a:hover {
   color: rgba(113, 146, 154, 1); 
}


/* ---------------------------------------------- /*
 * Zitatbox
/* ---------------------------------------------- */

blockquote {
    font-style: italic;
    line-height: 24px;
    margin: 5px 5px;  
    border-left: 0px;
    font-size: 13px;
}

blockquote:after {
    color: rgba(51, 51, 51, 0.7);
    content: "❞";
    display: block;
    float: right;
    font-size: 25px;
    padding: 10px 2px 3px;
}

blockquote:before {
    color: rgba(51, 51, 51, 0.7);
    content: "❝";
    display: block;
    float: left;
    font-size: 25px;
    margin-right: 20px;
    padding: 5px;
}




/* ---------------------------------------------- /*
 * Scroll to top
/* ---------------------------------------------- */

.scroll-up {
	position: fixed;
	display: none;
	z-index: 999;
	bottom: 2em;
	right: 2em;
}

.scroll-up a {
	background-color: rgba(255, 255, 255, 0.5);
	display: block;
	width: 35px;
	height: 35px;
	text-align: center;
	color: #2f5660;
	font-size: 15px;
	line-height: 30px;
}

.scroll-up a {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.scroll-up a:hover,
.scroll-up a:active {
	background-color: rgba(47, 86, 96, 0.8);
	color: #ffffff;
}


/* ---------------------------------------------- /*
 * Footer
/* ---------------------------------------------- */

#footer {
    background: #0D1D21;    
    padding: 30px 0;
    color: #FFFFFF;
}

.copyright {
    margin: 0;
    color: #F5F5F5;
}
.footerLink {
    text-align: right;
}

#footer span{
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    
}


#footer a {
    color: #F5F5F5;
    text-decoration: none;
    font-size: 20px;
    margin: 0px 0px 0px 20px;
}

#footer a:hover {
    color: rgba(164, 37, 38, 1);
}
/* ---------------------------------------------- /*
 * Datenschutzerklärung
/* ---------------------------------------------- */
#datenschutz h3 {
    margin: 30px 0px;
    font-size: 22px;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 1px;
}

/* ---------------------------------------------- /*
 * MOBILE DEVICES
/* ---------------------------------------------- */

@media (max-width: 1824px) {
    
    .cover-intro span  {    
        font-size: 45px;
    }
}


@media (max-width: 1224px) {
    
    .header .span_1_of_3, .header .span_2_of_3, .header .span_3_of_3 { width: 100%; }
    
    
    #cover {
        background-size: 75%;
    }  
    
    .cover-intro {
        top: 44%;
    }
    
    .cover-intro span  {    
        font-size: 40px;
    }
    
    #gestaltung .iconbox-title {
        min-height: 70px;
    }
}


@media (max-width: 1024px) {
    
       
    
    #cover {
        background-size: 75%;
    }
    
    .cover-intro {
        top: 39%;
    }   
    
    .cover-intro span  {    
        font-size: 35px;
    }
    /**
    .BGLT01 {   
        background: url(../img/BG_Beach_01.jpg);
        background-size: 1024px;    
        background-repeat: no-repeat;
    }
    .BGNight {
        background: url(../img/nightsky_1.jpg);
        background-size: 1024px;    
        background-repeat: no-repeat;
   
    }
      **/
    
    #gestaltung .iconbox-title {
        min-height: 85px;
    }
}


@media (max-width: 980px) {
    
    .cover-intro {
        top: 38%;
    }
        
    .cover-intro span  {    
        font-size: 28px;
    }
    .navbar-right {
      
    }
    .nav1 {   
        padding: -1px;
    }
    .navbar-header {
        float: none;
    }
    
    .navbar-right {
        float: left !important;
    }
    .navSiteTitle {
        border-top: 0px solid transparent;
        border-right: 0px solid transparent;
        border-left: 0px solid transparent;
        border-bottom: 2px solid transparent;        
        margin: 0 auto;
        padding: 0 0 10px;
        width: 290px;         
        -moz-border-image: -moz-linear-gradient(left, rgba(47,86,96,1) 0%, rgba(30,54,58,1) 45%, rgba(30,54,58,1) 55%, rgba60(47,86,96,1) 100%); /* FF3.6-15 */
        -webkit-border-image: -webkit-linear-gradient(left, rgba(47,86,96,1) 0%,rgba(30,54,58,1) 45%,rgba(30,54,58,1) 55%,rgba(47,86,96,1) 100%); /* Chrome10-25,Safari5.1-6 */
        border-image: linear-gradient(to right, rgba(47,86,96,1) 0%,rgba(30,54,58,1) 45%,rgba(30,54,58,1) 55%,rgba(47,86,96,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        border-image-slice: 1;
    }
    
    #welcome .headline {
        line-height: 90px;     
        font-size: 65px;
    }
    
    
    .mobileDisplay {
        display:block;
    }
    
    .normalDisplay {
        display: none;
    }
    
    #nightVideo .videoBox {
    /*background:rgba(17, 51, 59, 0.7);*/
    padding: 25px 25px 10px;
    
    }
    #gestaltung .iconbox-title {
        min-height: 50px;
    }
    #gaestebuch {
        padding: 0px 15px;
    }
    
    #gaestebuch .span_3_of_7, #gaestebuch .span_1_of_7 , #gaestebuch .span_5_of_7{
        width: 100%;
    }
}


@media (max-width: 768px) {
    
    #cover {
        display:none;
    }
    .cover-intro {
        top: 32%;
    }
    
    .cover-intro span  {    
        font-size: 24px;
    }
        
    .welcomeTop {
        height: 450px;
    }
    
    #welcome .headline {        
        font-size: 65px;       
        line-height: 85px;       
    }
    #welcome .grap-title {
        font-size: 20px;
    }
    #nightVideo .span_1_of_3 {
       width: 100%;
    }
    
    .thumbnailsArea {
        margin-top: 35px;
        float: left;
    }
    
    #gestaltung .iconbox-title {
        min-height: 64px;
    }
    
   
    
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 { width: 100%; }
}

@media (max-width: 480px) {
    /** ID`s der Startseite**/ 
    #welcome, #slider , #overview , #processing, #nightVideo , #installation, #gaestebuch, #impressum, #kontakt, #anfrage , 
    #leuchttuerme, #werbeturm,  #gestaltung, #ausstellung, #ueberuns, #datenschutz {
        padding: 0px 15px;
    }
    
    #cover {
        display: none;
    }
    
    .nav {
    
        width: 100%;
        margin: 0px;
    }
    
    .navbar-custom .navbar-nav li a {   
        padding-left: 55px;
    }
    
    .navbar-title img {
        margin-left: 0px;
        height: 60px;
    }
    .navbar-title-text {
        font-size: 18px;
        margin-left: 0px;
    }
    .container > .navbar-header{
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .BGWelcome {
        background: rgba(0, 0, 0, 0) url("../img/background/BG_Welcome_480.png") no-repeat fixed 75% 60% / cover ;
        
    }
  
    #welcome .headline {        
        font-size: 37px;       
        line-height: 50px;       
    }
    #welcome .grap-title {
        font-size: 15px;
    }
    #welcome .slider-title  {
        font-size: 15px;
        margin: 20px 20px 0;
    }
    
    #gestaltung .iconbox-title {
        min-height: 45px;
    }
    
    #footer a {
        margin: 0px 20px 0px 20px;
        vertical-align: text-bottom;
        
    }
    .copyright, .footerLink  {
        text-align: center;
    }
   
    .col {  margin: 1% 0 1% 0%; }
    
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 { width: 100%; }
    .span_1_of_7, .span_2_of_7, .span_3_of_7, .span_4_of_7, .span_5_of_7, .span_6_of_7, .span_7_of_7 { width: 100%; }
    .span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 { width: 100%; }
    .span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
    .span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
    .span_1_of_3, .span_2_of_3, .span_3_of_3 { width: 100%; }
    .span_2_of_2, .span_1_of_2 { width: 100%; }
    .span_1_of_1 { width: 100%;}
}