/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
    /* This image will be displayed fullscreen */

}




/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#luf,
#wsk {

	height:100%;
    width:50%;
	display: table-cell;
    text-align: center;
    vertical-align: middle;
	min-height:100%;
	background-size:cover;
}
#luf {
    background:url('../img/luf_bg.jpg') no-repeat center center;
}
#wsk {
    background:url('../img/wsk_bg.gif') no-repeat center center;
}

#container {
    height:100%;
    width:100%;
	display: table-cell;
    text-align: center;
    vertical-align: middle;
}
	
.content {
    margin: 0 auto;
	text-align: center;
	vertical-align:middle;
	display: inline-block;
	}


html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
}


#wsk h1 a, #luf h1 a {
color:#fff;
text-decoration:none;
}
	
#luf .ampersand {
    padding: 0 12px;
}	

#luf h1 {
    font-size: 54px;
	line-height: 60px;
	font-family: 'Lato', sans-serif;	
	font-weight:900;
	letter-spacing: 0.12em;
	margin: 0;
	text-shadow: 0px 0px 10px #222;
  
}
#luf h2 {
	font-size: 27px;
	line-height: 27px;
    font-family: 'Roboto Slab', sans-serif;
	font-weight:300;
	letter-spacing: 0.03em;
	margin: 10px 0 0 0;
	text-shadow: 0px 0px 10px #222;
}

#wsk h1 {
    font-size: 120px;
	line-height: 120px;
	font-family: 'Six Caps', sans-serif;
	color:#FFF;
	font-weight:normal;
	margin: 0;
	text-shadow: 0px 0px 10px #666;
}

#wsk h2 {
    font-size: 24px;
	line-height: 30px;
    font-family: 'Montserrat', sans-serif;
	color:#FFF;
	font-weight:700;
	letter-spacing: 0.3em;
	text-transform:uppercase;
	margin: 10px 0 0 0;
	text-shadow: 0px 0px 10px #666;
}

#luf a,
#wsk a {
	display: table;
	width: 100%;
	height: 100%;
}

a {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-ms-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;	
}
#luf a:hover {
	background-color:rgba(0, 0, 0, 0.5);
}
#wsk a:hover {
	background-color:rgba(0, 0, 0, 0.5);
}


.content {
	display: table-cell;
}



/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   @Bene: Hier das CSS um die Box mittig zu machen.
   Habs jetzt mal als eigenen CSS-Block gemacht, damit du die rules nicht
   irgendwie erst suchen musst. Ansonsten hab ich in deinen Files nichts
   angefasst! Is übrigens auch voll-responsive, yeah! ;)
   ========================================================================== */
   
@media only screen and (max-width: 1400px) {
	/* 640 ============================================= */


#luf h1 {
    font-size: 40px;
	line-height: 44px;
	font-family: 'Lato', sans-serif;	
	font-weight:900;
	letter-spacing: 0.12em;
	margin: 0;
	text-shadow: 0px 0px 8px #222;
  
}
#luf h2 {
	font-size: 21px;
	line-height: 21px;
    font-family: 'Roboto Slab', sans-serif;
	font-weight:300;
	letter-spacing: 0.03em;
	margin: 10px 0 0 0;
	text-shadow: 0px 0px 8px #222;
}
#luf .ampersand {
    padding: 0 9px;
}	
#wsk h1 {
    font-size: 90px;
	line-height: 90px;
	font-family: 'Six Caps', sans-serif;
	color:#FFF;
	font-weight:normal;
	margin: 0;
	text-shadow: 0px 0px 8px #666;
}

#wsk h2 {
    font-size: 20px;
	line-height: 32px;
    font-family: 'Montserrat', sans-serif;
	color:#FFF;
	font-weight:700;
	letter-spacing: 0.3em;
	text-transform:uppercase;
	margin: 8px 0 0 0;
	text-shadow: 0px 0px 8px #666;
}

}
   

@media only screen and (max-width: 968px) {
	/* 640 ============================================= */


#luf h1 {
    font-size: 54px;
	line-height: 60px;
	font-family: 'Lato', sans-serif;	
	font-weight:900;
	letter-spacing: 0.12em;
	margin: 0;
	text-shadow: 0px 0px 10px #222;
  
}
#luf h2 {
	font-size: 27px;
	line-height: 27px;
    font-family: 'Roboto Slab', sans-serif;
	font-weight:300;
	letter-spacing: 0.03em;
	margin: 10px 0 0 0;
	text-shadow: 0px 0px 10px #222;
}

#wsk h1 {
    font-size: 120px;
	line-height: 120px;
	font-family: 'Six Caps', sans-serif;
	color:#FFF;
	font-weight:normal;
	margin: 0;
	text-shadow: 0px 0px 10px #666;
}

#wsk h2 {
    font-size: 24px;
	line-height: 30px;
    font-family: 'Montserrat', sans-serif;
	color:#FFF;
	font-weight:700;
	letter-spacing: 0.3em;
	text-transform:uppercase;
	margin: 10px 0 0 0;
	text-shadow: 0px 0px 10px #666;
}

#luf, #wsk {
	display:table-row;
        width: 100%;
		height: 50%;
}

}

@media only screen and (max-width: 768px) {
	/* 640 ============================================= */


#luf h1 {
    font-size: 40px;
	line-height: 44px;
	font-family: 'Lato', sans-serif;	
	font-weight:900;
	letter-spacing: 0.12em;
	margin: 0;
	text-shadow: 0px 0px 8px #222;
  
}
#luf h2 {
	font-size: 21px;
	line-height: 21px;
    font-family: 'Roboto Slab', sans-serif;
	font-weight:300;
	letter-spacing: 0.03em;
	margin: 10px 0 0 0;
	text-shadow: 0px 0px 8px #222;
}
#luf .ampersand {
    padding: 0 9px;
}	
#wsk h1 {
    font-size: 90px;
	line-height: 90px;
	font-family: 'Six Caps', sans-serif;
	color:#FFF;
	font-weight:normal;
	margin: 0;
	text-shadow: 0px 0px 8px #666;
}

#wsk h2 {
    font-size: 20px;
	line-height: 32px;
    font-family: 'Montserrat', sans-serif;
	color:#FFF;
	font-weight:700;
	letter-spacing: 0.3em;
	text-transform:uppercase;
	margin: 8px 0 0 0;
	text-shadow: 0px 0px 8px #666;
}




#luf, #wsk {
	display:table-row;
        width: 100%;
		height: 50%;
}





}

@media only screen and (max-width: 576px) {
	/* 640 ============================================= */


#luf h1 {
    font-size: 28px;
	line-height: 30px;
	font-family: 'Lato', sans-serif;	
	font-weight:900;
	letter-spacing: 0.12em;
	margin: 0;
	text-shadow: 0px 0px 5px #222;
  
}
#luf h2 {
	font-size: 14px;
	line-height: 14px;
    font-family: 'Roboto Slab', sans-serif;
	font-weight:300;
	letter-spacing: 0.03em;
	margin: 6px 0 0 0;
	text-shadow: 0px 0px 5px #222;
}
#luf .ampersand {
    padding: 0 6px;
}	
#wsk h1 {
    font-size: 66px;
	line-height: 66px;
	font-family: 'Six Caps', sans-serif;
	color:#FFF;
	font-weight:normal;
	margin: 0;
	text-shadow: 0px 0px 5px #666;
}

#wsk h2 {
    font-size: 14px;
	line-height: 21px;
    font-family: 'Montserrat', sans-serif;
	color:#FFF;
	font-weight:700;
	letter-spacing: 0.3em;
	text-transform:uppercase;
	margin: 5px 0 0 0;
	text-shadow: 0px 0px 5px #666;
}




#luf, #wsk {
	display:table-row;
        width: 100%;
		height: 50%;
}





}

@media only screen and (max-width: 576px) {
	/* 640 ============================================= */


#luf h1 {
    font-size: 20px;
	line-height: 20px;
	font-family: 'Lato', sans-serif;	
	font-weight:900;
	letter-spacing: 0.12em;
	margin: 0;
	text-shadow: 0px 0px 3px #222;
  
}
#luf h2 {
	font-size: 10px;
	line-height: 10px;
    font-family: 'Roboto Slab', sans-serif;
	font-weight:300;
	letter-spacing: 0.03em;
	margin: 6px 0 0 0;
	text-shadow: 0px 0px 3px #222;
}
#luf .ampersand {
    padding: 0 4px;
}	
#wsk h1 {
    font-size: 48px;
	line-height: 48px;
	font-family: 'Six Caps', sans-serif;
	color:#FFF;
	font-weight:normal;
	margin: 0;
	text-shadow: 0px 0px 3px #666;
}

#wsk h2 {
    font-size: 10px;
	line-height: 14px;
    font-family: 'Montserrat', sans-serif;
	color:#FFF;
	font-weight:700;
	letter-spacing: 0.3em;
	text-transform:uppercase;
	margin: 5px 0 0 0;
	text-shadow: 0px 0px 3px #666;
}




#luf, #wsk {
	display:table-row;
        width: 100%;
		height: 50%;
}





}


