@media screen  and (min-width:780px) {

ul.nav li.dropdown:hover ul.dropdown-menu{
	display:block;
	margin-top:0px;

}

}

@media (max-width:545px){
	#websitetitle h1 {
		font-size:1.2em !important;
	}
	}

@media (min-width:545px) and (max-width:669px){
	#websitetitle h1 {
		font-size:2.5em !important;
	}
	}
	
@media (min-width:670px) and (max-width:760px){
		#websitetitle h1 {
		font-size:3.5em !important;
	}
	
	}

.lmt-logo {
background-image:url('../img/LOGO-Startseite.png');
background-repeat:no-repeat;
width:91px;
height:105px;
position:absolute;
top:0;
left:25px;
}

.navbar-brand{
	padding-top: 13px !important;
	line-height: 20px !important;
	}

.breadcrumb li a {
color:#D3D3D3 !important;

}

#navbar-brand-centered {
margin-left:122px;
}

.breadcrumb {
	background-color:transparent;

}



body {
	padding-top: 0px;
	background-color: #1d1d1f;
	color:#031617;
	letter-spacing:1px;

}

p {
	color: #333333;
}

.dropdown > a {
position: relative;
  color: #d3af59;
  text-decoration: none;
  padding-bottom:0px;

}

.navbar-nav>li>a {
padding-bottom:3px;
}




.dropdown > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.dropdown > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}	

nav {
    background-color: rgba(0,0,0,0.2);
    border-color:rgba(0,0,0,0.2);
    border:none;
}

.dropdown-toggle:active, .open .dropdown-toggle {
padding-bottom:14px;

}

.brown {
color: #936e10;
}

.grew {
color: #7d7d7d;
}

.italic {
font-style:italic;
}

#content h3 #content-right h3 {
color: #936e10;
margin-top:0px;

}

#content a #content-right a {
color:#936e10;
}

#content a:hover {
text-decoration:underline;
}

a.kb_eventboard_titlelink, a.kb_eventboard_morelink{
	color:#936e10 !important;
	
	}
.websiteTitle{
display:none;
}

.navbar-default {
background-color:#d3af59;
    border-color:#d3af59;
    border:none;
    text-transform: uppercase;
    font-size:12px;

}

#contentContainer {
margin-top:50px;
padding-top:10px;
padding-bottom:10px;
min-height:500px;
background-color:#ffffff;
background-image:url("../img/unterseiten.png");
background-repeat:no-repeat;

}

#content {
	padding-left:100px;
	max-width:750px;
	}

#websitetitle {
text-align:right;
color:#f2f2f2;
    text-transform: uppercase;
   
}

#websitetitle h1 {
	letter-spacing:0.2em;
	font-size:4em;
	font-style:italic;
	margin-top:0px;

}

#sitetitle h2 {
color:#936e10;
font-weight:lighter;
padding-top:0;
margin-top:0;
font-size:2em;
font-style:italic;

}

#sitetitle {
	padding-top:10px;
	}
.navbar-default .navbar-nav > li > a {
    color: #FFFFFF;
    
}



.footerMenu {
padding-top:40px;
padding-bottom:30px;
}




.footerMenu a {
color:#FFFFFF;

}

.nav>li>a:focus, .nav>li>a:hover {
background-color:#1d1d1f;

} 



.dropdown-toggle:active, .open .dropdown-toggle {background:#FFF !important; color:#000 !important;}

}

ul.dropdown-menu {
background-color:#FFFFFF;

}

.dropdown-menu {
font-size:12px;
}


.search-input {
	background-color: rgba(0,0,0,0.0);
	border-color: rgba(0,0,0,0.2);
}

.navbar.transparent.navbar-inverse .navbar-inner {
    border-width: 0px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
    background-color: rgba(0,0,0,0.0);
    background-image: -webkit-gradient(linear, 50.00% 0.00%, 50.00% 100.00%, color-stop( 0% , rgba(0,0,0,0.00)),color-stop( 100% , rgba(0,0,0,0.00)));
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 0%,rgba(0,0,0,0.00) 100%);
}

Skip to content
Sign up Sign in This repository
Explore
Features
Enterprise
Blog
 Star 3  Fork 3 IronSummitMedia/startbootstrap-one-page-wonder
 branch: gh-pages  startbootstrap-one-page-wonder / css / one-page-wonder.css
David Millerdavidtmiller 10 days ago initial commit of base template
1 contributor
178 lines (141 sloc)  2.876 kb RawBlameHistory   
/*!
 * Start Bootstrap - One Page Wonder HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    margin-top: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.header-image {
    display: block;
    width: 100%;
    min-height:766px;
    background: url('../img/Start01a2.png') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.headline {
      
}

.headline .container-fluid {
    width:50%;
    padding:0;
    padding-top:50px;
    margin-left:0px;
  
}

.headline h1 {
    font-size: 28px;
    padding-left:20%;
    padding-top:5%;
    color:#d3af59;
    text-align:left;
    font-weight:lighter;
    margin:2px;
    font-style:italic;

}

.headline h1 a:hover {
text-decoration:underline;
    color:#ff8401;

}

.headline h2 {
    font-size: 28px;
    color:#d3af59;
      margin:2px;
          font-weight:lighter;
      padding-left:50px;
      font-style:italic;
}


@media(max-width:1200px) {
    .headline h1 {
        font-size: 30px;
    }

    .headline h2 {
        font-size: 30px;
    }

}

@media(max-width:991px) {
    .headline h1 {
        font-size: 30px;
    }

    .headline h2 {
        font-size: 30px;
    }


}


@media(max-width:668px) {
    .headline h1 {
        font-size: 30px;
    }

    .headline h2 {
        font-size: 30px;
    }
    
    #content {
	padding-left:10px;
	max-width:750px;
	}

}

@media(max-width:640px) {

.headline {
    padding-top:0px;
}
    .headline h1 {
        font-size: 32px;
    }

    .headline h2 {
        font-size: 18px;
    }
}

#downbutton {
width:100%;
margin-bottom:10px;
text-align:center;
position:absolute;
bottom:0;
}


.header-image02 {
    display: block;
    width: 100%;
    background: url('../img/Start02a.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}



.headline02 .container-fluid {
    width:50%;
    min-height:458px;
    padding:0;
    margin-left:auto;
    margin-right:0;
}

.headline02 p {
    font-size: 1em;
    padding-top:30px;
    padding-bottom:30px;
    padding-left:10%;
    padding-right:30px;
    color:#000000;
    text-align:left;
    
    margin-right:5px;

}

.headline02 h1 a:hover {
text-decoration:underline;
    color:#ff8401;

}

.headline02 h2 {
    font-size: 28px;
    color:#d3af59;
      margin:2px;
          font-weight:lighter;
      padding-left:50px;
      font-style:italic;
}


@media(max-width:1200px) {
    .headline h1 {
        font-size: 30px;
    }

    .headline h2 {
        font-size: 30px;
    }

}

@media(max-width:991px) {
    .headline h1 {
        font-size: 30px;
    }

    .headline h2 {
        font-size: 30px;
    }


}


@media(max-width:668px) {
    .headline h1 {
        font-size: 30px;
    }

    .headline h2 {
        font-size: 30px;
    }

}

@media(max-width:640px) {

.headline {
    padding-top:0px;
}
    .headline h1 {
        font-size: 32px;
    }

    .headline h2 {
        font-size: 18px;
    }
}

.header-image03 {
    display: block;
    width: 100%;
    background: url('../img/Start03.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.headline03 {
     
}

.headline03 .container-fluid {
    width:50%;
    min-height:460px;
    padding:0;
    margin-left:0px;
    margin-right:auto;
  
}

.headline03 p {
    font-size: 1em;
    padding-top:30px;
    padding-bottom:30px;
    padding-left:5%;
    padding-right:50px;
    color:#000000;
    text-align:left;
    
    margin-right:5px;

}

.headline03 h1 a:hover {
text-decoration:underline;
    color:#ff8401;

}

.headline03 h2 {
    font-size: 28px;
    color:#d3af59;
      margin:2px;
          font-weight:lighter;
      padding-left:50px;
      font-style:italic;
}


@media(max-width:1200px) {
    .headline h1 {
        font-size: 30px;
    }

    .headline h2 {
        font-size: 30px;
    }
    
    #sitetitle{
	    padding-top:10px;
	    }
	    
	 #websitetitle {
		 padding-top:0px;
		 }
	#websitetitle h1 {
		margin-top:15px;
		}

}

@media(max-width:991px) {
    .headline h1 {
        font-size: 30px;
    }

    .headline h2 {
        font-size: 30px;
    }	


}


@media(max-width:668px) {
    .headline h1 {
        font-size: 30px;
    }

    .headline h2 {
        font-size: 30px;
    }

}

@media(max-width:640px) {

.headline {
    padding-top:0px;
}
    .headline h1 {
        font-size: 32px;
    }

    .headline h2 {
        font-size: 18px;
    }
}



.header-image04 {
    display: block;
    width: 100%;
    min-height:90px;
    background: url('../img/Footer01a.jpg') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.headline04 {
      
}

.headline04 .container-fluid {
    width:50%;
    padding:0;
    margin-left:auto;
  	margin-right:0px;
}

.headline04 p {
    font-size: 1em;
    padding-top:10px;
    padding-left:10%;
    padding-right:30px;
    color:#000000;
    text-align:right;
    
    margin-right:5px;

}

a{
	color:#856B1D;
}

.table td {
	border:0 !important;
	}

.table a {
	color:#856B1D;
	text-decoration: underline;
	
}

.table>thead>tr>th {
	background-color:#d3af59;
	color:#FFFFFF;
	border-left:1px solid #FFFFFF;
	border-bottom:0;
	font-weight:normal;
}

.startseite a {
	color:#FFFFFF;
	font-size:12px;
	
}

#headNav {
	padding-left:20px;
	
}

@media(min-width:769px){

.powermail_fieldwrap .col-sm-2 {
	width:40%;
	text-align:left;
}

.powermail_fieldwrap .col-sm-offset-2 {
	margin-left:40%;
	}

.powermail_fieldwrap .col-sm-2 label {
	padding-left:0;
	}

.powermail_fieldwrap .col-sm-10 {
	width:60%;
}



}

.newsletter-form label {
	font-size:12px;
	
	
}

.csc-header h1, .csc-header h2{
	color:#392806;
	
}